Skip to main content
1-Visitor
June 1, 2020
Solved

Numeric Solve equation

  • June 1, 2020
  • 6 replies
  • 3626 views

Hi, I want to solve numericly this equation. can anyone help me ? I am new with MathCad.

Also, is it possible to break the equation to make it in two lines ? Right after the =0 would be the best. The CtrlShiftEnter does not work at this place. 

 

Thank you

Best answer by Werner_E

To solve this simple equation numerically you may either use a solve block or the "root" function in one of its two flavors (either provide a range or a guess value).

An1d, no - you can't insert a line break where you like - it must be at an operator (+,-,*..) and the symbolic arrow will still show to the right of it, making for an even uglier display:

Werner_E_0-1591038947860.png

You may consider going to the calculation option and check "Use units/constants in symbolic math"

 

6 replies

23-Emerald IV
June 1, 2020

Please attach your worksheet. NOT just a picture. 

 

Success!

Luc

1-Visitor
June 1, 2020
Werner_E25-Diamond IAnswer
25-Diamond I
June 1, 2020

To solve this simple equation numerically you may either use a solve block or the "root" function in one of its two flavors (either provide a range or a guess value).

An1d, no - you can't insert a line break where you like - it must be at an operator (+,-,*..) and the symbolic arrow will still show to the right of it, making for an even uglier display:

Werner_E_0-1591038947860.png

You may consider going to the calculation option and check "Use units/constants in symbolic math"

 

1-Visitor
June 1, 2020

Thank you !

21-Topaz II
June 2, 2020

Hi,

 

The reactions to the structure are statically determinate.  They can be solved directly without resort to Prime's solve systems.  eg.

 

Capture.JPG

 

 

 

1-Visitor
June 2, 2020

Hi,

Yes I know, It is a simple demonstration for students. This is why I am using this method. 

 

Thank you