Student[LinearAlgebra][NullSpace] - compute a basis for the nullspace (kernel) of a Matrix
|
Calling Sequence
|
|
NullSpace(A, options)
|
|
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) |
|
|