Orthogonalize
Orthogonalize(matrix)returns a basis for the orthogonalized set of vectors defined by
matrix.
See
Examples
>> Orthogonalize({{3,1},{2,2}}){{3/Sqrt(10),1/Sqrt(10)},{-Sqrt(5/2)/5,3/5*Sqrt(5/2)}}Implementation status
- ✅ - full supported