NullSpace - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

Student[LinearAlgebra]

  

NullSpace

  

compute a basis for the nullspace (kernel) of a Matrix

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

NullSpace(A, options)

Parameters

A

-

Matrix

options

-

(optional) parameters; for a complete list, see LinearAlgebra[NullSpace]

Description

• 

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.

Examples

(1)

(2)

(3)

(4)

See Also

LinearAlgebra[NullSpace]

Student[LinearAlgebra]

Student[LinearAlgebra][Basis]

Student[LinearAlgebra][LUDecomposition]

Student[LinearAlgebra][RowSpace]

 


Download Help Document