Mathematica > Mathematics and Algorithms > Matrices and Linear Algebra > Linear Systems >

NullSpace

NullSpace[m]
gives a list of vectors that forms a basis for the null space of the matrix m.
  • NullSpace works on both numerical and symbolic matrices.
  • The following options can be given:
MethodAutomaticmethod to use
Modulus0integer modulus to use
ToleranceAutomaticnumerical tolerance to use
ZeroTestAutomaticfunction to test whether matrix elements should be considered to be zero
  • NullSpace[m, ZeroTest->test] evaluates test[m[[i, j]]] to determine whether matrix elements are zero.
  • Possible settings for the Method option include "CofactorExpansion", "DivisionFreeRowReduction" and "OneStepRowReduction". The default setting of Automatic switches among these methods depending on the matrix given.
New in 1 | Last modified in 3
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team