Group Abstract Group Abstract

Message Boards Message Boards

0
|
3.2K Views
|
3 Replies
|
1 Total Like
View groups...
Share
Share this post:

How to calculate Stokes' determinant?

Posted 2 years ago

Hello,

I need to calculate the Stokes' determinant in Mathematica, such as

enter image description here

What should I do in Mathematica? I can't image the right code in Mathematica.

POSTED BY: Zhenyu Zeng
3 Replies
POSTED BY: Gianluca Gorni

This is an attempt:

Det[( {
   {d[y, z], d[z, x], d[x, y]},
   {dd[x], dd[y], dd[z]},
   {y^2, x, z^2}
  } )]
% /. a_.*dd[var_]*d[vars__] :> D[a, var] d[vars]
POSTED BY: Gianluca Gorni
Posted 2 years ago

Thanks. It seems a little complicate to do this.

POSTED BY: Zhenyu Zeng
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard