linalg[intbasis] - determine a basis for the intersection of spaces
|
Calling Sequence
|
|
intbasis(S1, S2, ..., Sn)
|
|
Parameters
|
|
S[i]
|
-
|
vector, set of vectors, or list of vectors
|
|
|
|
|
Description
|
|
•
|
A basis for the intersection of the vector spaces spanned by the vectors in Si is returned.
|
•
|
A basis for the zero-dimensional space is an empty set or list.
|
•
|
The command with(linalg,intbasis) allows the use of the abbreviated form of this command.
|
|
|
Examples
|
|
Important: The linalg package has been deprecated. Use the superseding packages, LinearAlgebra and VectorCalculus, instead.
>
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
>
|
|
| (4) |
>
|
|
| (5) |
>
|
|
| (6) |
>
|
|
| (7) |
>
|
|
| (8) |
>
|
|
| (9) |
>
|
|
| (10) |
|
|
Download Help Document
Was this information helpful?