Subspace sum Given two subspaces and , the sum subspace is spanned by the sum of one element of and another one of . Syntax subspace_sum(Matrix, Matrix) Description subspace_sum(Matrix, Matrix) Given two matrices and with the vectors of the subspaces and respectively in columns, returns a matrix with a basis of the sum subspace. Related functions Subspace intersection, Supplement Table of Contents Syntax Description Related functions