Message Boards Message Boards

0
|
2956 Views
|
1 Reply
|
0 Total Likes
View groups...
Share
Share this post:

How to solve a PDE with 4 variables and with vectors?

Posted 2 years ago

Hello, I would like to solve the following PDE for Psi(x,y,z,t) enter image description here

where alpha, tau, delta and u and v are the following 4-vectors:

alpha= [1,2,3,6] tau= [4,2,3,5] delta= [3,3,3,1] u=[0.1,0.5,0.3,0.5] v=[0.6,0.1,0.2,0.4]

and i is the imaginary unit, while hbar is the reduced Planck constant. The initial conditions are psi(0,0,0,0)=alphahbar and psi(1,1,1,1)=alphahbar*e^(x+y)

How can I set this up? So far I made only a template based test, but it seems very different situation than described on https://reference.wolfram.com/language/howto/SolveAPartialDifferentialEquation.html

So far I tried it without the vectors, as I am not sure how to import the vectors:

pde = D[psi[x, y,z,t],x] - D[psi[x, y,z,t],y]+D[psi[x, y,z,t],z]- D[psi[x, y,z,t],z]+D[psi[x, y,z,t],y] == 0
soln = DSolve[pde, psi[x,y,z,t], {x,y,z,t}]

Thank you

POSTED BY: Ser Man

Welcome to Wolfram Community!
Please read the rules: http://wolfr.am/READ-1ST
Please edit your post and show you own effort with code first! The Wolfram Community site discourages questions that lack serious user effort in the form of Wolfram Language code.

The rules explain several ways to include your code into your post. This at least saves time for other members trying to typesetting your problem in a notebook.

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

Group Abstract Group Abstract