linalg(deprecated)/intbasis - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


Home : Support : Online Help : linalg(deprecated)/intbasis

linalg(deprecated)

  

intbasis

  

determine a basis for the intersection of spaces

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

intbasis(S1, S2, ..., Sn)

Parameters

S[i]

-

vector, set of vectors, or list of vectors

Description

• 

Important: The linalg package has been deprecated. Use the superseding packages LinearAlgebra[IntersectionBasis], instead.

  

- For information on migrating linalg code to the new packages, see examples/LinearAlgebraMigration.

• 

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[IntersectionBasis], instead.

withlinalg:

v1vector1,0,1,0

v11010

(1)

v2vector0,1,0,1

v20101

(2)

v3vector1,2,1,1

v31211

(3)

v4vector1,2,1,0

v4−1−210

(4)

intbasisv1,v2,v3,v4

(5)

intbasisv1,v2,v3,v3,v4,v2,v3

1211

(6)

uevalmv1v2

u1−11−1

(7)

vevalmv1+v2

v1111

(8)

wevalmv1v3

w0−20−1

(9)

intbasisu,v,w,v1,v2,v3

0201,−11−11,−20−20

(10)

See Also

linalg(deprecated)[basis]

linalg(deprecated)[sumbasis]

LinearAlgebra