how to find basis of a subspace

6 次查看(过去 30 天)
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)

回答(1 个)

Pratyush Roy
Pratyush Roy 2021-10-4
Hi Zannatul,
The following documentation link might be helpful to find orthornormal basis for a set of vectors:
Hope this helps!

类别

Help CenterFile Exchange 中查找有关 Read, Write, and Modify Image 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by