home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Datafile PD-CD 5
/
DATAFILE_PDCD5.iso
/
utilities
/
m
/
matlab
/
Scripts
/
SqrtTest
< prev
next >
Wrap
Text File
|
1994-03-04
|
77b
|
8 lines
a=<4 3 2;5 3 5;6 4 2>
b=a**2
c=a*a
d=SQRT(c)
e=d*d
EIG(a),EIG(c),EIG(d)
exit