This site supports any browser, including Lynx!
Noam Chomsky on "Terror and Just Response"
(Noam Chomsky is one of the fathers of Computer Science, like John von Neumann, Alan Turing, Konrad Zuse, Ludwig Wittgenstein, Norbert Wiener, etc.!)
André Vltchek: "Western Terror: From Potosí To Baghdad"

Date::Calc 5.4 Demo: International Eternal Gregorian Calendar
Date::Calc 5.4 Demo: Sports Club Events Calendar


Math::MatrixReal
Manual Page


Homepage
What's New
Who am I
Site Map
Foto Gallery
Download
Perl Links
Toggle Server
Brasil
Credits
Macintosh

Math::MatrixReal - Matrix of Reals

Implements the data type "matrix of reals" (and consequently also "vector of reals") which can be used almost like any other basic Perl type thanks to OPERATOR OVERLOADING, i.e.,

    $product = $matrix1 * $matrix2;

does what you would like it to do (a matrix multiplication).

Also features many important operations and methods: matrix norm, matrix transposition, matrix inverse, determinant of a matrix, order and numerical condition of a matrix, scalar product of vectors, vector product of vectors, vector length, projection of row and column vectors, a comfortable way for reading in a matrix from a file, the keyboard or your code, and many more.

Allows to solve linear equation systems using an efficient algorithm known as "LR decomposition" and several approximative (iterative) methods.

Features an implementation of Kleene's algorithm to compute the minimal costs for all paths in a graph with weighted edges (the "weights" being the costs associated with each edge).


Last modified: Tuesday, 03-Jun-2008 23:10:32 CEST

Copyright © 1997 - 2005 by Steffen Beyer.
All rights reserved.

(Except where stated otherwise or obvious)

The contents of this web site which are owned and copyrighted by me can be used and redistributed under the terms of the
GNU Free Documentation License.

Disclaimer:

I hereby declare that hyperlinks on this web site to other web sites do not necessarily represent my opinion, that I do not assume any responsibility or liability for the contents of the web sites linked to, and that hyperlinks on this site are merely a hint that something there might be worth reading or knowing, for the good or bad. I am unable to monitor all these web sites and their contents. Therefore, use the hyperlinks on this web site at your own risk!

[Powered by Apache]