Effacer les filtres
Effacer les filtres

help me find basis and dimension

2 vues (au cours des 30 derniers jours)
Nguyen Hoang Thien Phuoc
Nguyen Hoang Thien Phuoc le 3 Jan 2013
I don't know!!
help me !
use matlab :
find basis and dimension intersection and sum of two subspace F and G!
Thanks a lot!
  1 commentaire
Walter Roberson
Walter Roberson le 3 Jan 2013
How would you do this in linear algebra ?

Connectez-vous pour commenter.

Réponses (1)

Roger Stafford
Roger Stafford le 3 Jan 2013
Assume that a subspace is represented as being the subspace spanned by a set of columns vectors.
To find a basis of the "sum" of F and G (presumably you mean the subspace spanned by their union) just combine the sets of column vectors and then use 'orth'. The number of columns of the result would be your dimension.
To find a basis for their intersection use 'null' on each, find the basis of the union of these as above, then do 'null' on the result of that.
Warning: The 'orth' and 'null' functions are numerical and round-off errors may cause some of the above results to be inaccurate.

Catégories

En savoir plus sur Linear Algebra dans Help Center et File Exchange

Tags

Aucun tag saisi pour le moment.

Produits

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by