Tagged Questions
13
votes
2answers
380 views
How to use subscript in pattern names?
For example I want to define a function with parameters σx and σy, that is, the function will be declared as: f[σx_,σy_] := . . ...