Previous Up Next

5.47.10 Basis of the intersection of two subspaces: ibasis

The ibasis command finds a basis for the intersection of two subspaces of ℝn.

Example.

Input:

ibasis([[1,2]],[[2,4]])

Output:




1,2



Previous Up Next