Skip to main content

Subspace sum

Given two subspaces U and V, the sum subspace is spanned by the sum of one element of UU and another one of VV.

Syntax

subspace_sum(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 sum subspace.

linear_algebra.subspace_sum.calc.png