Skip to main content

Subspace intersection

Given two subspaces U and V, the intersection subspace is spanned by those elements that belong to UU and VV.

Syntax

subspace_intersection(Matrix, Matrix)

Description

Given two matrices A and B with the vectors of the subspaces UU and VV respectively in columns, returns a matrix with a basis of the intersection subspace.

linear_algebra.subspace_intersection.calc.png