Subspace intersection
Given two subspaces and , the intersection subspace is spanned by those elements that belong to and .
Syntax
subspace_intersection(Matrix, Matrix)
Description
Given two matrices and with the vectors of the subspaces and respectively in columns, returns a matrix with a basis of the intersection subspace.