Skip to main content
1-Visitor
April 15, 2022
Question

Invalid variable definition?

  • April 15, 2022
  • 3 replies
  • 1745 views

Why do I use the find function to solve the value of c and x1, but the value of x1 and c can't be found?1.png

3 replies

24-Ruby III
April 15, 2022

 Hi,

 

Please upload your Mathcad Prime worksheet.

25-Diamond I
April 15, 2022

You have to assign the result of the "find" command to a variable, like solution:=find(c,x1).
Now solution is a 2x1-vector.

Its more convenient to replace "solution" by a 2x1 vector consisting of the variables c and x1.

Note that Prime won't change the values of the variables c and x1 (guess values) unless you assign them new values as suggested above.

Werner_E_0-1650028994671.png

 

For future questions: Please always attach your worksheet!

23-Emerald IV
April 15, 2022

Actually there are three possible solutions to this problem:

LucMeekes_1-1650041664917.png

 

The one you've found with the given guess values is the middle set.

 

Success!
Luc

April 26, 2022

@LucMeekes wrote: ePayitonline Login

Actually there are three possible solutions to this problem:

LucMeekes_1-1650041664917.png

 

The one you've found with the given guess values is the middle set.

 

Success!
Luc


I faced similar kind of issue last time, I am still searching for some proper solution.