Problem 59651. Orthogonalize a 2x2 matrix using the Gram-Schmidt process
Use the Gram-Schmidt process to orthogonalize two linearly independent column vectors. Return two output column vectors that are orthogonal and unit length. One example of two linearly independent vectors is u1=[1;1;0] and u2=[2;3;4];
Solution Stats
Solution Comments
Show commentsProblem Recent Solvers11
Suggested Problems
-
Find all elements less than 0 or greater than 10 and replace them with NaN
15607 Solvers
-
5973 Solvers
-
given 3 sides, find area of this triangle
806 Solvers
-
Calculate the Hamming distance between two strings
324 Solvers
-
Accessing elements on the diagonal
103 Solvers
More from this Author3
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!