Recent content by bloodlines

  1. B

    MATLAB Solving a Complex Second-Degree Ode with Bessel Functions | MATLAB Help

    thank you so much. i hope i can find a solution to the equation with 3rd degree polynomial.
  2. B

    Ode 2nd degree with a polynomial as a coefficient

    By the I got a solution like: y=m*[C1*besselj(1,2*m*sqrt(-i)/a)+C2*bessely(1,2*m*sqrt(-i)/a)] where m=sqrt(a*z+b) is this another form of the same solution (Airy transform to bessel)? if you could help with the 3rd degree polynomial, that would be great! Thanks a lot!
  3. B

    Ode 2nd degree with a polynomial as a coefficient

    Thank you so much, I am also trying to solve for d2y/dz2=i*y/(a*z^3+b*z^2+c*z+d) could you help me with this one too? I appreciate your help.
  4. B

    MATLAB Solving a Complex Second-Degree Ode with Bessel Functions | MATLAB Help

    sorry about that it is: d2y/dz2=i*y/(a*z+b) i is complex i not a symbol i am also looking for a solution for this wrt z: d2y/dz2=i*y/(a*z^3+b*z^2+c*z+d) thank you!
  5. B

    Ode 2nd degree with a polynomial as a coefficient

    Hi friends, I have been trying to solve the ode of second degree below with respect to z: d2y/dz2=(i/a*z+b)*y i is the complex i, a and b are constants i ended up with the summation of bessel functions of first end second kind. Then I checked with MATLAB ode solver it gives no...
  6. B

    MATLAB Solving a Complex Second-Degree Ode with Bessel Functions | MATLAB Help

    Hi friends, I have been trying to solve the ode of second degree below: d2y/dz2=(i/a*z+b)*y i is the complex i, a and b are constants i ended up with the summation of bessel functions of first end second kind. Then I checked with MATLAB ode solver it gives no explicit solution...
Back
Top