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

Community Tip - Need help navigating or using the PTC Community? Contact the community team. X

undefined varaible problem

atayyem
1-Newbie

undefined varaible problem

I've just started using MathCad, and I do not know why the variable is undefined (its probably some silly error, but its been frustrating me for a while now).

Any help would be immensly appreciated.

ex :

5x+10=20

find(x) "arrow"

3 REPLIES 3
RichardJ
19-Tanzanite
(To:atayyem)

There is no connection between the find statement and the conditional statement above it. You either need to make the conditional statement and the find part of a solve block, using the "Given" keyword, or solve symbolically in one statement

root(5 x +10 - 20, x, 0, 10)=2

Top Tags