johnfin
- 4
- 0
I am trying to graph f(x)=X^3-9X in math cad and I keep getting a constant error on the 9x variable. How can I fix this?
The discussion centers on resolving a graphing error in MathCAD when attempting to plot the function f(x) = X^3 - 9X. The user initially encountered an error due to incorrect syntax, specifically using "9x" instead of the proper multiplication format. The correct expression for the function is x*9, which successfully eliminates the error and allows for proper graphing of the function.
PREREQUISITESThis discussion is beneficial for students, educators, and engineers using MathCAD for mathematical modeling and graphing, particularly those troubleshooting syntax errors in their functions.