Skip to main content
14-Alexandrite
January 12, 2023
Solved

Transformation matrix

  • January 12, 2023
  • 1 reply
  • 1861 views

Hi community

in this worksheet prime does not want to calculate

anyone have an idea, the function is however defined

 

Prime8 attached file

Best answer by Werner_E

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:

Werner_E_0-1673549438687.png

 

1 reply

Werner_E25-Diamond IAnswer
25-Diamond I
January 12, 2023

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:

Werner_E_0-1673549438687.png

 

XDN14-AlexandriteAuthor
14-Alexandrite
January 13, 2023

I'm ashamed, probably a moment of weakness sorry

thanks Werner