how to find basis of a subspace

18 visualizaciones (últimos 30 días)
Zannatul Ferdous
Zannatul Ferdous el 1 de Oct. de 2021
Respondida: Pratyush Roy el 4 de Oct. de 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)

Respuestas (1)

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

Categorías

Más información sobre Read, Write, and Modify Image en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by