Recent content by eahaidar

  1. E

    Solve coupled nonlinear differential equations

    I usually use MATLAB for any simulation. I went through the equations. With the help of a colleague, we managed to reduce the coupled equations to a single equation. I will update you on that once i get to the bottom of this equation which includes the 3 variables. Again thanks for your help...
  2. E

    What is the solution for the attached equation?

    Thanks for the response. However I get hyperbolic sinh which just makes it much worse. :(
  3. E

    What is the solution for the attached equation?

    Good afternoon, i was just wondering if this equation is possibly solvable where I(z) is a function of z. The equation is: I(z)=cosh(1/2 ∫I(z)dz) I know it looks stupid but is it possible? How would you approach this problem? Thank you.
  4. E

    Solve coupled nonlinear differential equations

    Very interesting my friend. How did you get the plots? What program did you use? I know analytical stuff is hard but they come into handy. Another condition i found was that ISBS * I Stokes = CST if you divide equation 2 from 3. I am not sure how you got the curves to be honest. Is is just...
  5. E

    Solve coupled nonlinear differential equations

    Yes it only relies on z. SBS stands for stimulated Brillouin scattering and so far yes the initial conditions are as you mentioned
  6. E

    Solve coupled nonlinear differential equations

    Now i see your point. Drop the |A0|^2 since it is inside I0. Now what i claimed that first equation is the sum of second and third. SBS and Stokes should be propagate on the other side of the medium and therefore there are initially at z=L that means they are introduced at the end of the medium...
  7. E

    Solve coupled nonlinear differential equations

    Thank you for your time. g is complex and I apologize for that. However, Im(g) is a constant number since it varies with another variable other than z. So let's say Im(g)= 0.5 What I meant from 1=2 +3 is that notice that d(I0) /dz = d( ISBS)/dz + d(I STOKES)/dz. As for your approach, I0...
  8. E

    Solve coupled nonlinear differential equations

    Thank you for your time. The variables are [/0], [/STOKES], and [/SBS]. As for g, it is a real constant number despite having many variables. My attempt well: i only could find a relation between the 3 equations. Clearly equation 1 = 2 + 3 however other than the initial conditions of [/STOKES]...
  9. E

    Solve coupled nonlinear differential equations

    Good evening I have these coupled equations and was wondering if there is any chance solving them analytically. If not, how would you approach it numerically? (shown in attachment) Thank you very much
  10. E

    How does split step Fourier method help four wave mixing?

    I am working with four wave mixing and I really want to know how to simulate it using the split step Fourier theory That's why
  11. E

    How does split step Fourier method help four wave mixing?

    I always thought it would help understand how one optical light wave will propagate My question is how solving this question problem by split step will show four wave mixing results which relies on more than one light wave ?how would it show the idler the signal Is there any work done on that ...
  12. E

    How does split step Fourier method help four wave mixing?

    Just a question How does solving the nonlinear schrodinger equation using split step Fourier method makes us understand the four wave mixing process in optical fiber ? Any examples on how that happens Thank you
  13. E

    MATLAB How to Modify Contour Colors in MATLAB?

    %gamma=20; gamma=580; %P=0.1; P=0.75; N=P.*gamma; lamdazero=1550; [lamdapump,lamdasignal] = meshgrid(1550:0.1:1700,1550:0.1:1700); beta3=1.3; beta4=-8*10^-4; %beta3=0.06; %beta4=-2*10^-4; c=2*pi*3*10^8; %L=1; L=0.01; A0=(1./lamdapump) -(1./lamdazero); B0=(1./lamdapump) -(1./lamdasignal)...
  14. E

    MATLAB Highlighting a Specific Region on a Matlab Plot with Contour Question

    Thank you very much for your time The second part is what I want where I want to highlight a specific region. I would love to ask some questions : 1-Can I add the color of the region to the color bar or not? 2- Can I change the steps of The numbers of the color bar instead of 10 20 30 I want...
  15. E

    MATLAB Highlighting a Specific Region on a Matlab Plot with Contour Question

    Hello everyone If I have a plot of a function of two variables and I want the whole curve over the whole x and y intervals but in addition I want to highlight with a black colour a specific region when the function is between two values F between -8 and 0 or what ever How can I do that ...
Back
Top