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

Online Help

All Products    Maple    MapleSim


MTM

  

null

  

compute a basis for the null space of a matrix

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

null(A)

Parameters

A

-

matrix, vector, array, or scalar

Description

• 

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.

Examples

withMTM:

AMatrix1,2,1,2,4,2,2,8,1

A121242281

(1)

nullA

32141

(2)

See Also

LinearAlgebra[NullSpace]

MTM[colspace]

MTM[rank]