matrix:

Syntax:	matrix ( a )

Description:

	The matrix function attempts to cast (convert) it's argument
	to a matrix. Thus;

	matrix ( 3.14 )

	will produce a 1-by-1 matrix.

	matrix()

	will produce a NULL matrix (a matrix with no elements).


See Also: scalar
