Tagged Questions
5
votes
1answer
355 views
Is it possible to do vector calculus in Mathematica?
I am trying to rearrange and manipulate some vector differential equations in Mathematica. As far as I understand you have to tell Mathematica that a variable is a vector by specifying the components ...
2
votes
1answer
206 views
Vector Analysis: Why are the Grad, Laplacian and Div being evaluated to zero
For the non linear partial differential equation below, why are the Gradient, Laplacian and Divergence being evaluated to zero despite using the VectorAnalysis ...
2
votes
1answer
207 views
Laplacian or Grad of an InterpolatingFunction
For obtaining a Schlieren image from an equation for density, I need to calculate the first derivative of density and make a contour plot.
The below code snippet calculates the first derivative w.r.t ...