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.
with⁡StudentLinearAlgebra:
A≔1,2,3,4|5,6,7,8|9,10,11,12|13,14,15,16:
kern≔NullSpace⁡A
kern≔2−301,1−210
A·kern1
0000
A·kern2
NullSpace⁡Id⁡3
∅
See Also
LinearAlgebra[NullSpace]
Student[LinearAlgebra][Basis]
Student[LinearAlgebra][LUDecomposition]
Student[LinearAlgebra][RowSpace]
Download Help Document