MATLAB: Solve system of large linear symbolic equations

equationslargeMATLABsolvesymbolic

Hi;
I have 12 symbolic linear equations and 12 variables which each equation is about 40 pages of word. When I want to solve those equation MATLAB returns the below error quickly:
Warning: Explicit solution could not be found.
> In solve at 81
Is it because of the sizes of the equations?
What can I do to solve those?
Best Regards

Best Answer

On my system, Maple ran out of memory trying to solve() that equation. There is a possibility that a system with more memory might be able to arrive at an answer, given enough time.
Solving the entire system of 12 equations when they are each this large, would take a lot of time and memory.
I would recommend following John's advice to simplify the system.