Mathematica 9 is now available

LinearSolveRowReduce

NullSpace

FilledSmallSquareNullSpace[m] gives a list of vectors that forms a basis for the null space of the matrix m.

FilledSmallSquareNullSpace works on both numerical and symbolic matrices.

FilledSmallSquareNullSpace[m, Modulus->n] finds null spaces for integer matrices modulo n.

FilledSmallSquareNullSpace[m, ZeroTest -> test] evaluates test[ m[[i, j]] ] to determine whether matrix elements are zero. The default setting is ZeroTest -> Automatic.

FilledSmallSquare A Method option can also be given. Possible settings are as for LinearSolve.

FilledSmallSquare See The Mathematica Book: Section 3.7.8.

FilledSmallSquare See also: LinearSolve, RowReduce, SingularValues.

Further Examples

LinearSolveRowReduce



Any questions about topics on this page? Click here to get an individual response.Buy NowMore Information
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.