Euclidean metric

> A := matrix([[1, 2], [4, 2], [5, 3]]);

[Maple Math]

> T:=Schmidt(A); Returns an ortonormal (euclidean metric) basis in Col(A)

[Maple Math]

Testing the output