Help to solve system of ODE

yg85ee

New member
Joined
May 2, 2016
Messages
2
I am doing a project for my project that involves modeling a nonlinear optics.
It would be greatly appreciated if somebody could point me in the right direction on how to go about solving this.

The two equations I have are as follows:


[FONT=MathJax_Math-italic]x[/FONT][FONT=MathJax_Main]′ [/FONT][FONT=MathJax_Main]= c1 * x + c2 * exp[i*k*t] * y[/FONT]
[FONT=MathJax_Math-italic]y[/FONT][FONT=MathJax_Main]′ [/FONT][FONT=MathJax_Main]= [/FONT][FONT=MathJax_Main]c3 * y + c4 * exp[-i*k*t] * x[/FONT]

x and y are function of t
 
Top