| Author |
Comment/Response |
nebben
|
01/22/06 2:48pm
<<LinearAlgebra`Orthogonalization`
input:
{w1, w2} = GramSchmidt[{{3, 4, 3}, {2, 3, 6}}, Normalized -> False]
=> perfect output
but
input:
{w1, w2, w3} = GramSchmidt[{{1, 1, 1, 0}, {0, -1, 2, 1}, {2, 0, 1, 1}} Normalized -> False]
=>error message ... not of equal length
What is wrong?
URL: , |
|