CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Dec 2017
    Posts
    0

    Euler Scheme in Matlab (help)

    Hi,

    I have 2 equation to put them in Euler scheme. Could anyone help me please.

    alfa = 0.5
    omega = 0.5

    dadt = a*(1-(a^2 + b^2)) + b*(omega + alfa*(a^2 + b^2))

    dbdt = b*(1-(a^2 + b^2)) - a*(omega + alfa*(a^2 + b^2))


    Thank you.

  2. #2
    Join Date
    Jan 2018
    Posts
    0

    Re: Euler Scheme in Matlab (help)

    try to put it in wolfram alfa

    ___________________________
    https://blendberg.com/pl/gotowe-bazy...oku-powstania/

  3. #3
    Join Date
    Dec 2018
    Posts
    0

    Re: Euler Scheme in Matlab (help)

    I had something similar. The previous advice helped. Thank you I've been thinking about it for hours.
    Is there another way to solve it? Just curious.




    My power is in https://eduzaurus.com/plagiarism-checker and unique content for it.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured