Community Tip - Learn all about PTC Community Badges. Engage with PTC and see how many you can earn! X
Hi community
in this worksheet prime does not want to calculate
anyone have an idea, the function is however defined
Prime8 attached file
Solved! Go to Solution.
For the argument in the function T( ) you used "theta" with a literal index "j", but the defining expression on the RHS uses "thetaj" without index.
If you change this either way, it works as expected:
For the argument in the function T( ) you used "theta" with a literal index "j", but the defining expression on the RHS uses "thetaj" without index.
If you change this either way, it works as expected:
I'm ashamed, probably a moment of weakness sorry
thanks Werner