Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X
My simple program is not running. Any comments, pl.
Solved! Go to Solution.
needs 2 minor tweaks,
1. change the final evaluation from symbolic (->) to numeric (=)
2.remove the recursive use of the variable name at the end,
Regards
Andy
Unfortunately my Mathcad Prime is not currently working, but I have reproduced the program in Mathcad. You can try and convert into rime and see if it yields the correct results.
Mike
Screen shot attached.
Mike
Mike Armstrong wrote:
Unfortunately my Mathcad Prime is not currently working...
Mike,
Сonverted worksheet for Prime 2.0 in the attachment.
Cheers Vladimir, did it convert without error?
Mike
Just change this: "The operator otherwise converted into an equivalent expression with the operator if".
I have to say that I like the old way of programming. I believe it looks much neater and can be achieved on less lines.
MIke
needs 2 minor tweaks,
1. change the final evaluation from symbolic (->) to numeric (=)
2.remove the recursive use of the variable name at the end,
Regards
Andy
You solved my problem. Thanks a lot.
Thank you for your reply: your Mathcad R15 file is working exactly the way I want. Great help.