Tagged Questions
1
vote
1answer
153 views
How do I use a matrix that has a variable?
I seem to be getting an error whenever I try running this piece of code.
Matrix12[n_] := {{1, 0}, {0, {\[Kappa]1[n]}/{\[Kappa]2[n]}}}
I've already defined the ...