A demo using parasolid to test its SSI, evaluation and other functions.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

3 lines
1.3 KiB

>W:=Matrix([[1.01,0.99,1,1.1],[1,1,1,0.98],[1,1,1,0.9],[1,1,1.1,1.1]]);
> P1:=Matrix(4, 4, {(1, 1) = [0.5625, -0.703125, -1.25], (1, 2) = [0.5625, -0.703125, -0.4167], (1, 3) = [0.5625, -0.703125, 0.4167], (1, 4) = [0.5625, -0.703125, 1.25], (2, 1) = [-1.52083, 2.36979167, -1.25], (2, 2) = [-1.52083, 2.36979167, -0.4167], (2, 3) = [-1.52083, 2.36979167, 0.4167], (2, 4) = [-1.52083, 2.36979167, 1.25], (3, 1) = [-1.52083, -2.36979167, -1.25], (3, 2) = [-1.52083, -2.36979167, -0.4167], (3, 3) = [-1.52083, -2.36979167, 0.4167], (3, 4) = [-1.52083, -2.36979167, 1.25], (4, 1) = [0.5625, 0.703125, -1.25], (4, 2) = [0.5625, 0.703125, -0.4167], (4, 3) = [0.5625, 0.703125, 0.4167], (4, 4) = [0.5625, 0.703125, 1.25]});
> P2:=Matrix(4, 4, {(1, 1) = [-1.5625, -1.25, -1.953125], (1, 2) = [-1.5625, -0.4167, -1.953125], (1, 3) = [-1.5625, 0.4167, -1.953125], (1, 4) = [-1.5625, 1.25, -1.953125], (2, 1) = [0.52083, -1.25, 1.953125], (2, 2) = [0.52083, -0.4167, 1.953125], (2, 3) = [0.52083, 0.4167, 1.953125], (2, 4) = [0.52083, 1.25, 1.953125], (3, 1) = [0.52083, -1.25, -1.953125], (3, 2) = [0.52083, -0.4167, -1.953125], (3, 3) = [0.52083, 0.4167, -1.953125], (3, 4) = [0.52083, 1.25, -1.953125], (4, 1) = [-1.5625, -1.25, 1.953125], (4, 2) = [-1.5625, -0.4167, 1.953125], (4, 3) = [-1.5625, 0.4167, 1.953125], (4, 4) = [-1.5625, 1.25, 1.953125]});