Wolfram ResearchProductsPurchasingServices & ResourcesAbout UsOur Sites
Mathematica > 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.
New in 1 | Last modified in 3
© 2008 Wolfram Research, Inc. japanese.gif
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team