Close
Close window
NullSpace - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Mozilla Firefox.
Maplesoft logo
Maplesoft logo

Online Help

All Products Maple MapleSim


[フレーム] [フレーム]

Student[LinearAlgebra]

NullSpace

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

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

>

withStudentLinearAlgebra:

>

A1,2,3,4|5,6,7,8|9,10,11,12|13,14,15,16:

>

kernNullSpaceA

kern2−301,1−210

(1)
>

A·kern1

0000

(2)
>

A·kern2

0000

(3)
>

NullSpaceId3

(4)


Download Help Document

AltStyle によって変換されたページ (->オリジナル) /