03-24-2004, 06:07 PM
My friend works on Matlab, and send to me the following text:
%GAUSS KOORDINATE
GP=[-sqrt(3/5) -sqrt(3/5) -sqrt(3/5);
-sqrt(3/5) -sqrt(3/5) 0 ;
-sqrt(3/5) -sqrt(3/5) sqrt(3/5);
-sqrt(3/5) 0 -sqrt(3/5);
-sqrt(3/5) 0 0;
-sqrt(3/5) 0 sqrt(3/5);
-sqrt(3/5) sqrt(3/5) -sqrt(3/5);
-sqrt(3/5) sqrt(3/5) 0;
-sqrt(3/5) sqrt(3/5) sqrt(3/5);
0 -sqrt(3/5) -sqrt(3/5);
0 -sqrt(3/5) 0;
0 -sqrt(3/5) sqrt(3/5);
.
.
.
Funny...
Cs.