Linked Questions

0 votes
1 answer
241 views

I would like to compute expressions that have the following form: $$\left(\partial_{p_1} - \partial_{p_2}\right)^2 \left(\partial_{p_1} - \partial_{p_2}\right)^2 \frac{(p_1-p_2)\cdot(p_3-p_4)}{p_1^...
Pxx's user avatar
  • 711
2 votes
0 answers
81 views

Is there a way to deal with abstract vectors in the following sense: Say I have a function f[y]. Now I want to evaluate ...
user191919's user avatar
77 votes
6 answers
21k views

For instance, is there some way I can say "let A and B be arbitrary real $m\times n$ and $k\times m$ matrices, Simplify[Transpose[Transpose[A].Transpose[B]]]" and ...
Niki Estner's user avatar
  • 36.6k
14 votes
3 answers
3k views

I want to know if there is a way of typing into Mathematica an expression like the following, $$\epsilon^{\mu \nu \lambda} f^{abc} A^a_\mu A^b_\nu A^c_\lambda + g\epsilon^{\mu \nu \lambda} A^a_\mu \...
user6818's user avatar
  • 1,191
7 votes
6 answers
3k views

I want to do a cross product involving a vector of Pauli matrices $\vec \sigma = \left( {{\sigma _1},{\sigma _2},{\sigma _3}} \right)$; for example, $\vec \sigma \times \left( {1,2,3} \right)$. <...
matheorem's user avatar
  • 17.7k
-1 votes
2 answers
2k views

Is there a way to reverse the application of derivative rules in order to simplify expressions including derivatives? e.g. in Mathematica code: Want to go from ...
Prastt's user avatar
  • 381
2 votes
1 answer
722 views

I am using Mathematica 8 on OS X. I am trying to compute the cylindrical curl of a symbolic vector following Mathematica documentation. ...
astromonerd's user avatar
4 votes
1 answer
548 views

I would like to calculate $$ \mathbf T = (\mathbf B \bullet \nabla) \mathbf B$$ Where nabla (the upside down triangle) is the grad operator $(\partial/\partial x,\partial/\partial y,\partial/\...
Tomi's user avatar
  • 5,094
0 votes
1 answer
255 views

Where can one find the source code of the Mathematica function Curl? Alternatively, how can one define a function the argument of which is restricted to be a 3D vector function of three variables ...
André Bellaïche's user avatar
9 votes
0 answers
233 views

I'm taking a machine learning course, which involves taking a lot of analytical gradients and Hessians. It would be ideal if I could perform these calculations in Mathematica. However, I am only aware ...
user48151's user avatar
1 vote
1 answer
267 views

Is it possible to get symbolic derivatives of equations with vectors as arguments without specifying every vector element explicitly. Something like ...
paw's user avatar
  • 5,710
2 votes
0 answers
137 views

I want to use Vector Analysis functions (Grad, Div,Curl etc) with the following set of simple Toroidal coordinates $(r, \theta, \phi)$: $x = (R+r \cos\theta)\sin\phi$, $y = (R+r \cos\theta)\cos\phi$, $...
Javier Chico's user avatar