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