Skip to main content
4-Participant
May 2, 2016
Solved

The symbolic result returned is too large to display

  • May 2, 2016
  • 5 replies
  • 5382 views

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.

Best answer by -MFra-

Please find attached the file.

Greetings

F. M.

5 replies

23-Emerald I
May 2, 2016

Try this:

23-Emerald IV
May 2, 2016

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

23-Emerald IV
May 2, 2016

And if you really, really want it, you can see the three symbolic results separately in Mathcad 15 using:

to get:

Luc

21-Topaz II
May 2, 2016

This might seem like a good result. Instead, for N 1 greater than 3, the program goes iin overflow.

test10 draft.jpg

However, If the chosen interval of v is smaller, as shown here, everything goes smooth such as oil ...

test1010 draft.jpg

vveeran4-ParticipantAuthor
4-Participant
May 3, 2016

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.

-MFra-21-Topaz IIAnswer
21-Topaz II
May 3, 2016

Please find attached the file.

Greetings

F. M.

vveeran4-ParticipantAuthor
4-Participant
May 3, 2016

Dear all,

Thank you for all your kind replies.