- #1
- 17
- 0
Hey, I'm unsure why the following returns an error:
Any ideas on how to fix this?
Any ideas on how to fix this?
Ah thank you!It means that you already defined K. Entering K = . will remove the previous definition of K, so you can define it again as a function.
That's because the error occurs after the substitution has been done. If you look carefully,Not the most helpful error message...
you will see the presence of [q_, N_] after a bunch of math. That bunch of math is what K was equal to: K[q_, N_] was substituted by <<value of K>>[q_, N_], including some mathematical operations that cannot appear on the left side of := .![]()
No, it's multiplication (in the core Mathematica language).I get "Tag" but "Tag Times in ... " is inscrutable. Is "Times" the name of a variable in the OP's script?