- #1
Maxong091
- 4
- 0
Hi all,
I am working on a robotics problem and I have to get the determinant of a 3X3 matrix in symbolic form. The expressions are quite complex, Matlab 7.10.0 solves the expression in about 30 seconds but cannot display the answer. I would need to copy and paste this answer into another function. There does not seem to be any way to access this variable either in the command window or by saving it, without crashing the computer.
Basically
D=det(Matrix);
Now the D variable is a 1X1 sym in the workspace but I cannot access it.
Is this because the expression is too large, would Mathelatica do a better job of it?
Thanks
I am working on a robotics problem and I have to get the determinant of a 3X3 matrix in symbolic form. The expressions are quite complex, Matlab 7.10.0 solves the expression in about 30 seconds but cannot display the answer. I would need to copy and paste this answer into another function. There does not seem to be any way to access this variable either in the command window or by saving it, without crashing the computer.
Basically
D=det(Matrix);
Now the D variable is a 1X1 sym in the workspace but I cannot access it.
Is this because the expression is too large, would Mathelatica do a better job of it?
Thanks