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
60 views

Clebsch–Gordan coefficient calculation for L-S basis in system of three particles

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

General solution of a differential equation

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
9 votes
1 answer
181 views

List[...] + Association[...], or Association[...] + List[...], when does the order matter?

Values of a list can be added to an association's values like so, ...
Carl Verdon's user avatar
0 votes
1 answer
70 views

How to define a composition of operators?

If I define P[x]=D[#,x]& (derivative operator) How can I define another operator $Q$ such that $Q(f(x))=Pf(x)+a$ (for example)? Thanks.
eraldcoil's user avatar
  • 203
0 votes
1 answer
46 views

Symbolic calculations with operator ordering

Given the following set of equations: ...
Jee's user avatar
  • 386
0 votes
0 answers
35 views

Taking sums of differential operators

If I define a differential operator: T[i_] := D[#, x[i]] & I am able to apply it multiple times to a function without any issues: ...
Antoine Vauterin's user avatar
3 votes
3 answers
205 views

Finite Differences:

I am having difficulty implementing finite differences in the correct columns of my code. ...
Rubens Vilhena Fonseca's user avatar
2 votes
1 answer
85 views

Defining custom operators for indexed objects [closed]

I have some symbolic indexed objects $A_i$, $B_{ij}$, $C_{ijk}$, $D_{ijkl}$, etc. I want to define a symbolic differential operator $\partial_{xy}$ that acts on these indexed objects in the following ...
Franz5217's user avatar
7 votes
6 answers
472 views

Applying several functions to the same argument

Is there a more concise way of achieving the following result (possibly without d |->)? ...
azerbajdzan's user avatar
  • 20.1k
2 votes
0 answers
78 views

How to define the square root of an operator [duplicate]

How can I define the operator $\sqrt{m^2-\frac{\partial^2}{\partial x^2}}$, such that it acts on the function $\psi(x)$ as follows: \begin{eqnarray*} \sqrt{m^2-\frac{\partial^2}{\partial x^2}}\...
Yu-Sen Zhou's user avatar
3 votes
3 answers
274 views

Apply central difference formula to a variable twice

I am working with finite difference methods analytically and I would like to be able to perform operations on subscripted variables. I would like to generate the following expression by applying a ...
Hefaestion's user avatar
4 votes
3 answers
273 views

How can I construct a determinant-type differential operator?

How can I construct a determinant-type differential operator, where the multiplication of elements in the determinant represents the composition of multiple differential operators? \begin{align*} \...
D.Matthew's user avatar
  • 217
0 votes
1 answer
54 views

Nested RowBox in MakeExpression reports error when I define my own curl operator, but the single RowBox in MakeExpression works well

I want to define my own vector notation so that the input \[Del] \[Cross] a outputs curl[a] while the ...
ymma's user avatar
  • 1
1 vote
1 answer
162 views

Doing algebra with differential operators

I'm doing some work on stochastic processes, where I use random functions which are defined by their properties over averages, i.e $$\langle f(t) \rangle =0 \\ \langle f(t) f(t')\rangle = \alpha(x,y) ...
J Pin's user avatar
  • 11
0 votes
1 answer
87 views

Could Mathematica analytically work with operators (such as $\nabla$) and vectors?

I have the following expression: $$(\nabla+\vec{P})^2$$ where $P=(r\cos\theta sin\phi,r^4\sin\theta,r\cos^3\phi)$ I would like to open the brackets and simplify the expression. Are there in ...
Mam Mam's user avatar
  • 1,883

15 30 50 per page
1
2 3 4 5
19