Package: scilab
Version: 4.0-2

-->a=[10 2 3;11 12 13;21 22 23]
 a  =
 
    10.    2.     3.   
    11.    12.    13.  
    21.    22.    23.  
 
-->det(a)                                      
 ans  =
 
  - 90.  
 
-->inv(a)*a                                    
 ans  =
 
    0.         - 1.388D-16  - 1.249D-16  
  - 3.997D-15    0.         - 1.332D-15  
    4.663D-15    1.332D-15    1.         

-->diag(inv(a)*a)
 ans  =
 
    0.  
    0.  
    1.  

must be ones at diagonal

I am using ubuntu 6.10 (Edgy Eft) and I had the same
problem with the scilab 4.0-2 on the kurumin 6.1
(another Debian flavor or Debian based distribuition).
In both systems I have used a program named synaptic
to install this version 4.0-2, and all files neded 
scilab (scilab-bin) and sugested (scilab-doc, g77)
were installed by the same way. If you need more
information please, contact me. 

Horacio V. Duarte
[EMAIL PROTECTED]




__________________________________________________
Fale com seus amigos  de graça com o novo Yahoo! Messenger 
http://br.messenger.yahoo.com/ 


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

Reply via email to