Skip to main content
4-Participant
December 14, 2023
Solved

Solve block Mathcad Prime 9.0.0.0

  • December 14, 2023
  • 2 replies
  • 1489 views

I have created a solve block but the block only returns my guess value as a solution which is wrong.

Best answer by terryhendicott

Hi,

Using <= in the solve block means many solutions including your guess values,

Use an equality sign "CTRL =" so only one unique solution..

Capture.JPG

Cheers

Terry

2 replies

25-Diamond I
December 14, 2023

@BB_10629912 wrote:

I have created a solve block but the block only returns my guess value as a solution which is wrong.


Why do you think its wrong?

0.2 inches definitely IS a possible solution as 0.641 definitely IS smaller than 1.

Werner_E_0-1702595973515.png

 

21-Topaz II
December 14, 2023

Hi,

Using <= in the solve block means many solutions including your guess values,

Use an equality sign "CTRL =" so only one unique solution..

Capture.JPG

Cheers

Terry

4-Participant
December 15, 2023

Thankyou!!!!!!