Skip to main content
1-Visitor
November 16, 2017
Question

Reduce solving solution (Intermediate calculations)

  • November 16, 2017
  • 2 replies
  • 1666 views

Hello guys.

 

I'm having a problem with reducing a calculation. In this case, it is the intermediate calculation in a solving progress.

Can someone tell me how to remove/reduce the result?

I'm new to mathcad, and I'm working in Prime 4.

 

The file is attached

2 replies

16-Pearl
November 16, 2017

I'm no expert in symbolics, but in this case you don't need that. You can use a solve block.  (Also - be aware float actually drops accuracy)  

 

solve djf.jpg

23-Emerald IV
November 17, 2017

The symbolic solver does not knwo about units. It treats your 10 mm and 8 mm each as a constant times a variable 'mm' and  does NOT relate this variable to the unit mm.

First solve your symbolic expression, then fill in the values:

LM_20171117_ReduceSolving.png

 

(The solution runs off into the right...)

It's up to you to decide which of the two possible solutions to this quadratic expression is the right one. That may(...) be accomplished with an assume statement.

 

Success!
Luc