Ticket #1002: MatrixTest14x29.mo

File MatrixTest14x29.mo, 1.2 KB (added by cbelyaev, 17 years ago)
Line 
1model MatrixTest14x29
2  Real[14, 29] IncM = [0,-1,-1,0,-1,0,0,-1,0,0,0,-1,-1,0,0,-1,0,0,0,0,-1,-1,-1,-1,0,0,0,-1,0;
30,0,-1,-1,-1,-1,0,0,0,0,0,0,-1,-1,-1,-1,-1,0,0,-1,0,0,-1,-1,0,-1,0,-1,-1;
4-1,-1,-1,0,0,0,0,-1,-1,-1,0,0,0,0,-1,0,-1,-1,0,-1,0,-1,-1,0,-1,0,0,-1,0;
50,-1,-1,0,-1,0,-1,0,-1,-1,-1,-1,-1,-1,0,-1,-1,0,0,-1,-1,-1,0,0,0,0,0,-1,0;
60,0,-1,0,-1,0,0,-1,-1,0,-1,-1,-1,-1,-1,0,0,-1,0,-1,-1,0,-1,-1,-1,-1,-1,0,0;
70,0,0,-1,-1,-1,0,-1,0,0,0,0,0,0,-1,0,-1,-1,-1,0,-1,0,-1,-1,0,-1,0,0,0;
8-1,0,0,-1,0,-1,0,-1,0,0,0,-1,0,-1,0,-1,0,0,0,0,-1,-1,-1,0,0,-1,0,0,0;
9-1,-1,0,-1,-1,0,-1,-1,-1,-1,0,0,0,-1,-1,-1,-1,0,0,0,0,-1,0,0,0,-1,0,0,0;
10-1,-1,-1,0,-1,0,0,-1,-1,-1,0,-1,-1,-1,0,-1,-1,0,-1,0,-1,-1,0,-1,-1,-1,0,0,0;
11-1,0,0,-1,-1,0,0,-1,0,-1,-1,0,-1,-1,-1,0,-1,-1,-1,-1,0,0,0,0,0,-1,0,0,-1;
120,0,0,-1,0,0,0,-1,-1,0,-1,0,-1,-1,-1,0,-1,-1,-1,-1,-1,-1,0,0,-1,0,-1,-1,-1;
130,-1,0,0,0,-1,-1,-1,-1,0,0,0,0,-1,-1,0,-1,-1,-1,-1,0,0,-1,0,-1,0,-1,-1,0;
140,0,-1,0,-1,-1,0,-1,-1,-1,-1,-1,0,-1,0,-1,0,0,-1,-1,-1,-1,0,0,-1,-1,-1,-1,-1;
150,0,0,-1,0,-1,0,-1,-1,0,0,0,0,-1,0,-1,-1,-1,-1,-1,-1,0,-1,-1,0,0,-1,-1,-1];
16  Real[29, 14] TIncM;
17equation
18  TIncM = transpose(IncM);
19end MatrixTest14x29;