Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! X
Solve is not working for symbolic. Am I doing something wrong or is there any possible way to get an answer for this ?
Solved! Go to Solution.
While Prime refuses to display the vector with the three results for a generic cubic equation, allows you to display each of the three solutions individually.
Unfortunately when we use the substitution suggested by Luc, the expressions again are too large ... 😞
Solve IS working. It found an answer, but, as the message says, it's too large to display.
You can assign the result to a function, e.g. by putting
t(C,P,Q1,Z1) :=
in front of it, and evaluate that function with numerical values for C, P, Q1 and Z1.
Success!
Luc
P.S. In case you're interested to know how large 'too large' can be, here is the set of solutions to your problem:
Yes, it's in the picture just above this line...You'll need to zoom in.
Oh, and in case you are wondering: NO, Prime 10 will not show you the result either. It can only be shown by Mathcad 11 (not to be confused with the not yet existing Prime 11).
There may be one option though. If you solve this:
does it show? If yes, you can then substitute the four variables a3...a0 with the proper expressions in C, P, Q1 and Z1 for each of the three solutions, and hopefully those results will be not 'too large' to display.
Hello @LucMeekes ,
Despite applying the function as instructed, I am still encountering the same issue. It appears that the problem persists even after the recent changes were made.
Unfortunately, the image provided with the modifications is not clear enough for me to discern the details, even when zoomed in. Could you please share the updated worksheet directly? This would greatly assist me in understanding the changes made and in resolving the issue effectively.
Sam
Mathcad Prime 10 is not able to show (so, not solve, but to show) solution results for this third order like equation you want to solve:
Mathcad Prime 10 is able to show solution results only up to second order like equation:
But as Luc said you can assign a function and then put numbers into this function for each variables:
Or if you truly want to see the solution results for this third order equation you need to switch to other math software (like Mathcad 11 as Luc showed, maybe Matlab, etc), more capable than Mathcad Prime 10 and to hope that these other math solftware more capable than Mathcad Prime are able to show your desired solution results!
Here is the solution to
Your equation, and the zero's of the denominator is also in the attached file.
You'll have to convert it from Mathcad 11 to your Prime 9.
Success!
Luc
While Prime refuses to display the vector with the three results for a generic cubic equation, allows you to display each of the three solutions individually.
Unfortunately when we use the substitution suggested by Luc, the expressions again are too large ... 😞
factor a3 isn't needed, if the equation is simplified, Prime can (just) handle it:
Note, without the "simplify" key word, the result is still too large to display...