Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. 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