cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! X

Find doesn't work in mathcad

Adlil
5-Regular Member

Find doesn't work in mathcad

Hello PTC fam, it seems the Find function doesn't work at my end. Mind to take a look? I attached my file

Adlil_0-1652684561729.png

 

1 ACCEPTED SOLUTION

Accepted Solutions
VladimirN
24-Ruby II
(To:Adlil)

Before "Given" you need to specify the initial value for the variable you want to find.

 

Pic_1.png

 

View solution in original post

6 REPLIES 6
VladimirN
24-Ruby II
(To:Adlil)

Before "Given" you need to specify the initial value for the variable you want to find.

 

Pic_1.png

 

Adlil
5-Regular Member
(To:VladimirN)

Thank you for the explanation. I did what you recommend and solved it. Thanks.

Werner_E
24-Ruby V
(To:Adlil)

if you evaluate a solve block using numeric evaluation (the "normal" =  ) you are forcing Mathcad to use numerical algorithms which require an initial guess value for the variable you are looking for, as VladimirN had shown.

 

If you evalute the solve block symbolically, no guess value is required:

Werner_E_0-1652691176847.png

But  I think that In your case a numerical evaluation is more appropriate anyway.

You may want to look up the chapter on "Solving" in the Mathcad help for more details.

Werner_E_3-1652691683305.png

 

You may also use the "root" command instead of a solve block with "find".  You can use "root" in two different flavors:

Either provide an appropriate range (in the example I used the range from 1 to 10^7)

Werner_E_1-1652691325656.png

or you again provide a guess value before using "root"

Werner_E_2-1652691374249.png

 

 

 

 

LucMeekes
23-Emerald III
(To:Adlil)

Why not solve it symbolically, to get an exact answer:

LucMeekes_0-1652697822945.png

 

Success!
Luc


@LucMeekes wrote:

Why not solve it symbolically, to get an exact answer:

Maybe because is doesn't look that useful when doing it in Mathcad 15 rather than in MC11 😉

Werner_E_0-1652705698032.png

 

😀

Top Tags