Skip to main content
1-Visitor
September 26, 2016
Solved

solving symbolic equation

  • September 26, 2016
  • 8 replies
  • 4499 views

Hello,

I'm having a hard time to find 'L' using a function - please find the attached file.

L should be around 7.

finding_L.JPG

Thank you very much!

MJ

Best answer by Werner_E

I can't read Prime 3.1 files, but according your screenshot and text you simply are searching a numeric solution, not a symbolic one, right?

And then your last line isn't an equation so we have nothing which we could solve for L!

If you mean that the last expression should be zero, you could use one of the three following numerical methods to obtain the solution (it can't be 7 as L is a length).

Of course you could also use the symbolic "solve" to get all three solutions (the real one and the two conjugate complex ones). But the result would look a bit daunting.

In case you are curious - heres the symbolic solution

8 replies

Werner_E25-Diamond IAnswer
25-Diamond I
September 27, 2016

I can't read Prime 3.1 files, but according your screenshot and text you simply are searching a numeric solution, not a symbolic one, right?

And then your last line isn't an equation so we have nothing which we could solve for L!

If you mean that the last expression should be zero, you could use one of the three following numerical methods to obtain the solution (it can't be 7 as L is a length).

Of course you could also use the symbolic "solve" to get all three solutions (the real one and the two conjugate complex ones). But the result would look a bit daunting.

In case you are curious - heres the symbolic solution

24-Ruby IV
September 27, 2016

Werner Exinger wrote:

I can't read Prime 3.1 files...

Please find in attachment converted worksheet for Prime 3.0 version.

25-Diamond I
September 27, 2016

Thanks! Fortunately the screenshot privides by Minjae Park showed all which was necessary.

So I guess you have installed Prime3 and 3.1 side by side as was discussed a while ago and copied the sheet region by region?

24-Ruby IV
September 27, 2016

23-Emerald I
September 27, 2016

My (late) contribution:

mpark-31-VisitorAuthor
1-Visitor
September 27, 2016

Thank you!