how to find basis of a subspace
Show older comments
i m new in matlab. i can do till this. but ii donot find any satisfactory answer to find basis
x1= [1;2;3;1;5];
x2= [1;-1;0;-1;-2];
x3= [-1;0;3;4;6];
x4= [-3;1;1;1;1];
x=[x1 x2 x3 x4 ]
rank(x)
Answers (1)
Pratyush Roy
on 4 Oct 2021
0 votes
Hi Zannatul,
The following documentation link might be helpful to find orthornormal basis for a set of vectors:
Hope this helps!
Categories
Find more on Creating and Concatenating Matrices in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!