M(1) General Commands Manual M(1) NAME m - matrix calculator with C syntax SYNOPSIS m [-b] [-d1..6] [filename]... DESCRIPTION M is a matrix calculator, similiar to matlab, but with C syntax and some features of APL. For more information, see the document /opt/m/help/mdoc.txt or type help inside of m. OPTIONS -b Batch. Turns off prompts and display of the version number. Turns on echoing of commands from standard input. -d1..6 Turns on the specified debug levels. See the debug help topic in m for further information. filename Filenames specified on the command line are loaded and executed when m starts. AUTHOR Rick Perry (richard.perry@villanova.edu) M(1)