gramm_schmidt(x)

Version 1.0.0.0 (442 Bytes) by ankit gupta
GRAM SCHMIDT
23 Downloads
Updated 4 Aug 2017

View License

FOR GRAM SCHMIDT:
enter the basis in a form of matrix where each row correspond to individual basis ie in the form of [U1;U2;U3.....;Un] where U1,U2,U3.... are the individual basis vector.
for example
if U1=(1 1 1) U2= (0 1 1) U3=(0 0 1)
THEN our matrix is [1 1 1 ; 0 1 1 ;0 0 1]

our final orthogonal basis are also is in the form of matrix where each row correspond to the individual orthogonal basis.

Cite As

ankit gupta (2024). gramm_schmidt(x) (https://www.mathworks.com/matlabcentral/fileexchange/64000-gramm_schmidt-x), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2015b
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Fourier Analysis and Filtering in Help Center and MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.0.0.0