Skip to main content
1-Visitor
May 13, 2021
Question

Solve block in Mathcad 15

  • May 13, 2021
  • 1 reply
  • 1288 views

Hi,

 

Can I use solve block inside a program loop? For example, it may be useful if I need to scan all the possible solution of Find(var1,var2,...).

 

Many thanks

S

1 reply

21-Topaz II
May 13, 2021

Hi,

You can use the find function in a program.  The Find function can be parametized as a function and you can call that function in the program.  Enclosed is a file example that shows how to do this.

Cheers

Terry

1-Visitor
May 13, 2021

Hi Terry,

 

Thanks a lot!