Legacy Documentation

Mathematica® Teacher's Edition (2002)

This is documentation for an obsolete product.
Current products and services
 Documentation /  Mathematica Teacher's Edition /  Built-in Functions /  Lists and Matrices /  Matrix Operations /

NullSpace

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

FilledSmallSquare NullSpace works on both numerical and symbolic matrices.
FilledSmallSquare NullSpace[m, Modulus->n] finds null spaces for integer matrices modulo n.
FilledSmallSquare See The Mathematica Book on the web: Section 3.7.8.
FilledSmallSquare See also: LinearSolve, RowReduce.