next up previous contents
Next: Print Information about a Up: Printing Routines Previous: Format Print

Pretty Print a Square Matrix

Calling Sequence:
PrintMatrix(
a)
Parameters:
a : array(array)

Synopsis: This function pretty prints a square matrix and is used by the print command.

Examples:

> PrintMatrix([[1, 2], [3, 4]]);

See also: print




Gaston Gonnet
1998-09-15