Student[LinearAlgebra]
NullSpace
compute a basis for the nullspace (kernel) of a Matrix
Calling Sequence
Parameters
Description
Examples
NullSpace(A, options)
A
-
Matrix
options
(optional) parameters; for a complete list, see LinearAlgebra[NullSpace]
The NullSpace(A) command computes a basis for the nullspace (kernel) of the linear transformation defined by Matrix A. The result is a (possibly empty) set of Vectors.
See Also
LinearAlgebra[NullSpace]
Student[LinearAlgebra][Basis]
Student[LinearAlgebra][LUDecomposition]
Student[LinearAlgebra][RowSpace]
Download Help Document