Skip to main content

Questions tagged [operators]

Questions about using or composing operators--functional mappings from one state or vector space to another.

0 votes
0 answers
61 views

I'm trying to implement expected value angle brackets with all the rules of expected values built in, so that I can symbolically manipulate complicated expressions involving expected values, but I'm ...
AnonymousPlatypus's user avatar
2 votes
2 answers
150 views

I'm trying to create a function that handles operators. The only thing left to do is implement the commutator. The minimal working example of func is ...
hlediks's user avatar
  • 499
3 votes
1 answer
128 views

I am trying to construct a linear differential operator programmatically. My approach is based on the worked-out example in the NonCommutativeMultiply documentation....
hlediks's user avatar
  • 499
9 votes
2 answers
763 views

I'm taking the enjoyable (but very high-level) Wolfram U course in Discrete Mathematics. That course gives the logical operator precedence as ...
Tom Barson's user avatar
3 votes
1 answer
225 views

I am working on a matrix multiplication problem where I have two matrices, MatA and MatB. ...
Jennifer Derleth's user avatar
1 vote
0 answers
119 views

I am working with the Bose-Hubbard model and I want to construct the following operator as described below. I have $L$ lattice sites where I want to construct this operator $e^{i*\phi*N_{R1}}$ where $...
CuriousMind's user avatar
1 vote
1 answer
125 views

I am working on symbolic quantum mechanics calculations in Mathematica, where I need to compute the Hermitian conjugate of expressions involving non-commutative operators. For instance, I have ...
travelInrrj jj's user avatar
0 votes
0 answers
38 views

I am working on a quantum system and need to expand and simplify a Hamiltonian in Mathematica. The Hamiltonian is given as: $$ H_{I} = \hbar \frac{\chi}{2} a_{1}^{\dagger 2} a_{1}^{2} + \left(i\hbar \...
travelInrrj jj's user avatar
0 votes
0 answers
102 views

I need to define the properties of conjugate transpose in mathematica: Properties of Conjugate Transpose: ...
Reya Rose's user avatar
3 votes
2 answers
306 views

Big Mathematica novice here, hopefully this isn't too trivial? I would like to define a function in Mathematica that takes $f$ as an input and produces repeated applications of the operator $\Theta_\...
anxious_plankton's user avatar
0 votes
0 answers
189 views

How can I let Mathematica tell me that trace(Identity matrix)=n for n by n identity matrix? It's easy for human but what would a Mathematica code be? A harder task: How can I let Mathematica tell me ...
XYSquared's user avatar
  • 101
0 votes
2 answers
169 views

My objective is to define an opeartor op such that for every rational function $f(c)$ of a fixed symbol c, $op(f(c) x)=f(c) op(x)$. What is a good way to implement ...
user475525's user avatar
0 votes
0 answers
145 views

I am trying to calculate eq (A3) ...
Anshul Bokade's user avatar
2 votes
1 answer
119 views

I'm a beginner in Mathematica and I'm learning about dealing with differential equations but I'm stuck in this problem What I tried to do is I observed that I have the same differential operator ...
Youssef Yasser's user avatar

15 30 50 per page
1
2 3 4 5
19