lenny, scilab 4.1.2

Что-то у меня глаза глючат:

N=8;
B=rand(N,N);
C=inv(B);
C*B


Ответ (обратите внимание на 2):

10000000
01000000
00100000
00010000
00002000
00000100
00000010
00000001



inv(X) is the inverse of the square matrix X. A warning message is printed
if X is badly scaled or nearly singular. 

Никаких предупреждений о плохой обусловленности нет 

-- 
Всего доброго,
А.Л.



-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Ответить