필터 지우기
필터 지우기

help me find basis and dimension

조회 수: 2 (최근 30일)
Nguyen Hoang Thien Phuoc
Nguyen Hoang Thien Phuoc 2013년 1월 3일
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
Walter Roberson
Walter Roberson 2013년 1월 3일
How would you do this in linear algebra ?

댓글을 달려면 로그인하십시오.

답변 (1개)

Roger Stafford
Roger Stafford 2013년 1월 3일
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.

카테고리

Help CenterFile Exchange에서 Linear Algebra에 대해 자세히 알아보기

태그

아직 태그를 입력하지 않았습니다.

제품

Community Treasure Hunt

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

Start Hunting!

Translated by