Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X
Would someone be so kind to print the document "Easy Fit" of the latest blog into pdf format? Thank in advance!
Solved! Go to Solution.
Thanks Mike, highly appreciated. Could you tell me whether clear.sym is a specific function for Prime or is there an alternative in MC15?
From the help menu of Prime.
clear.sym(x, y, ...)—Clears variables x, y, ..., symbolically but not numerically.
Mike
FDS wrote:
... is a specific function for Prime or is there an alternative in MC15?
Yes, is a specific function only for Prime.
Certainly an improvement on M15
Mike
VladimirN. wrote:
FDS wrote:
... is a specific function for Prime or is there an alternative in MC15?
Yes, is a specific function only for Prime.
But clear.sym(x) does the very same in Prime as x:=x in Mathcad 15.
The real improvement in Prime is the clear(x) function, which clears x for numeric evaluation, too.
Werner
Werner Exinger wrote:
VladimirN. wrote:
FDS wrote:
... is a specific function for Prime or is there an alternative in MC15?
Yes, is a specific function only for Prime.
But clear.sym(x) does the very same in Prime as x:=x in Mathcad 15.
The real improvement in Prime is the clear(x) function, which clears x for numeric evaluation, too.
Werner
I suppose so, but at least it gives an indication of what Mathcad is doing to the reader. x:=x is not really self explanatory.
I agree that clear(x) is an improvement.
Mike
I suppose so, but at least it gives an indication of what Mathcad is doing to the reader. x:=x is not really self explanatory.
I agree that its not self explanatory, but FDS was asking; "Could you tell me whether clear.sym is a specific function for Prime or is there an alternative in MC15"
So yes, as a function its specific to Prime and, also, yes, there is an equivalent alternative in MC15.
Werner
Werner, thank you for your explanation. I always learn a lot from your comments in this collaboratory.