Skip to main content
1-Visitor
June 13, 2017
Question

undefined varaible problem

  • June 13, 2017
  • 3 replies
  • 1755 views

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

19-Tanzanite
June 14, 2017

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

24-Ruby IV
June 14, 2017

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

1-Visitor
June 14, 2017