Math 2600/5600 * Linear Algebra * Fall 2015

Computer Resources

Thanks to the developers of FPC, the Free Pascal Compiler, which allowed me to recompile my ancient Turbo Pascal code for modern systems. Thanks also to Zach Gaslowitz for compiling the Mac executables (October 2015).

The LA computer program

LA is a command-line program for manipulating matrices and vectors. Use your browser to download the appropriate executable (use the "Save Link As ..." or equivalent menu item) and print the help file.

The LAM computer program

LAM is a modified version of LA. LA does arithmetic using rational numbers, while LAM works with numbers modulo a given integer n. In particular, if n is a prime, then the numbers modulo n form a field in which we can do linear algebra.

The LSYS computer program

LSYS has some known minor bugs. In particular, if you try to use a system of equations that is too big then the program may fail without giving you a warning. This will be fixed if I ever get time!

LSYS is a command-line program for manipulating linear systems of equations. Use your browser to download the appropriate executable and help file (use the "Save Link As ..." or equivalent menu item).


Mark Ellingham / mark.ellingham at vanderbilt.edu