Tagged Questions
3
votes
2answers
179 views
why I can't define a commutator operator in this way?
I am trying to define some operators I used frequently.For example, I defined a KroneckerProduct operator as $ \otimes $ as follows:
a_$ \otimes $b_:=a.b-b.a
and this works fine.
Then I want to ...