how to find basis of a subspace

31 views (last 30 days)
Zannatul Ferdous
Zannatul Ferdous on 1 Oct 2021
Answered: Pratyush Roy on 4 Oct 2021
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
Pratyush Roy on 4 Oct 2021
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 Read, Write, and Modify Image in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!