suivant: Image of a linear
monter: Linear algebra
précédent: Basis of a linear
Table des matières
Index
Basis of the intersection of two subspaces : ibasis
ibasis takes as argument two lists of vectors generating
two subspaces of
n.
ibasis returns a list of vectors that is a basis of the
intersection of these two subspaces.
Input :
ibasis([[1,2]],[[2,4]])
Output :
[[1,2]]
giac documentation written by Renée De Graeve and Bernard Parisse