Hi all,
I am getting an error as symbolic result returned is too
large to display.
Here, I want to compute cubic polynomial.
can anyone help me to rectify my error
and plot the real and imaginary values.
I mentioned everything clearly in my code.
I attached the code below.
Thanks.
Solved! Go to Solution.
Try this:
The result is too big to handle for Mathcad 15, because it's:
As Fred, and the error message, indicate, you can still use it:
Success!
Luc
And if you really, really want it, you can see the three symbolic results separately in Mathcad 15 using:
to get:
Luc
This might seem like a good result. Instead, for N 1 greater than 3, the program goes iin overflow.
However, If the chosen interval of v is smaller, as shown here, everything goes smooth such as oil ...
Dear F. M,
Can you please attach the code.
Do you remember, you replied my previous question 'Error in computing the polyroots'
which is based on computing the roots of the quadratic roots.
The method which you described for finding the quadratic roots looks easy for me to understand,
Is it possible to compute the real and imaginary values
by using same method which you described already
for computing quadratic roots in my previous question.
But, In this code, it uses cubic roots instead of quadratic roots.
could you please solve the code similar to the method which you used previously for solving quadratic roots
and can you attach the code to me.
This will help me a lot.
Thanks.
Dear all,
Thank you for all your kind replies.