Symbolic Evaluation in Mathcad 15
Refer to this post earlier today by me.
In the attached code, I cannot get these symbolic evaluation to work. They just keep running and never evaluate.

Any suggestions
Refer to this post earlier today by me.
In the attached code, I cannot get these symbolic evaluation to work. They just keep running and never evaluate.

Any suggestions
Make sure you undefine x numerically, before doing the symbolic. With x some range, the symbolic is trying to get a symbolic solution for each of the values of x, that takes time if x is a large range, and the symbolic result is going to be huge...
So put an
x := x
To the right and above your symbolic evaluation F1(x) ->
But, looking closer to your sheet, you have numeric data. What do you expect the symbolic evaluation to show?
Or is it just this:

Success!
Luc
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.