NM10 2 Shooting Method for Nonlinear ODEs

แชร์
ฝัง
  • เผยแพร่เมื่อ 10 ธ.ค. 2024

ความคิดเห็น • 5

  • @vivekananthan3753
    @vivekananthan3753 8 ปีที่แล้ว +2

    Hi Eric, Thanks for this video ! How can I get the m-file for this problem ?

  • @9506595931
    @9506595931 7 ปีที่แล้ว

    Hi, can we write the whole program in a single m-file ?

  • @edholanda5897
    @edholanda5897 3 ปีที่แล้ว

    Professor how would I solve this system of first order edos numerically by plotting the graph for the different values ​​of (n). the derivatives are in relation to ha (r).
    a'/r = -e^2*v^2*(g^2 - 1)
    g' = - a*g/r
    given the boundary conditions
    a(0) = n a(inf)=0
    g(0) = 0 g(inf)=1
    where (e)=0.5 and (v)=1 are constant. please give a helping hand there, I looked for and did not find any problems like this on the matlab website.

    • @jayprajapati9496
      @jayprajapati9496 3 ปีที่แล้ว +1

      Look for BVP4C/BVP5C in Matlab documentation.