python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Hi, can you help me to plot a sine wave by the below code for OpenModelica
model ElectricField2
Real Eta=377;
Real Jso=2.58*10^1;
Real Hy;
Real P;
Real Px;
Real w=12.56*(10^9);
Real Ex;
Real f;
protected
constant Real pi=Modelica....
Black_013
Votes: 0
Answers: 0
Function diverging at boundaries: Schrödinger 2D, explicit method
I'm trying to simulate the 2D Schrödinger equation using the explicit algorithm proposed by Askar and Cakmak (1977). I define a 100x100 grid with a complex function u+iv, null at the boundaries. The p...

Rob Tan
Votes: 0
Answers: 1