MTM
null
compute a basis for the null space of a matrix
Calling Sequence
Parameters
Description
Examples
null(A)
A
-
matrix, vector, array, or scalar
The procedure null(A) computes a basis for the null space (kernel) of the linear transformation defined by the matrix A. The result is a matrix where each column represents a vector in the computed basis.
The basis vectors are not in any fixed order. The same input in the same session can result in a matrix with columns in a different order than the previous execution.
with⁡MTM:
A≔Matrix⁡1,2,1,2,4,2,2,8,1
A≔121242281
null⁡A
−32141
See Also
LinearAlgebra[NullSpace]
MTM[colspace]
MTM[rank]
Download Help Document