1-Visitor
February 20, 2014
Question
Getting error "Cannot understand this syntax"
- February 20, 2014
- 2 replies
- 4404 views
Using PTC MathCAD Prime 3.0
I am trying to evaluate symbolically the derivative of the following equation:
f(x):=200 sin (2 x)
And when I evaluate this derivative f'(x)... I get the error: "Cannot understand this syntax"
I have figured out that by simply adding a decimal point to the value 200, like this...
f(x):=200.0 sin (2 x)
I then get the answer > 400.0 cos(2x) which is what I expect.
Can someone explain why MathCAD is expecting a decimal in the multiplier value and why it wouldn't work with just 200?
Thanks,
Eric Landry

