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

Online Help

All Products    Maple    MapleSim


Nullspace

compute the nullspace of a matrix mod p

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

Nullspace(A) mod p

Parameters

A

-

Matrix over a finite field

p

-

positive integer

Description

• 

Nullspace(A) mod p computes a basis for the null space (Nullspace) of the linear transformation defined by the matrix A. The result is a (possibly empty) set of vectors.

Examples

AMatrix1,2,3,1,2,3,0,0,0

A123123000

(1)

NullspaceAmod5

310,201

(2)

See Also

LinearAlgebra[Modular]

LinearAlgebra[NullSpace]