Clear Filters
Clear Filters

How can I solve this problem by using Euler's method?

2 views (last 30 days)
u'=p(t)
v'=q(t)
p'=0
q'=0
such that u(0)=0,v(0)=0,p(0)=0,q(0)=1
  1 Comment
Image Analyst
Image Analyst on 3 Nov 2023
Have you clicked on any of the "See also" links on the right hand side of this page? Lots of links to Euler's method there. If you still have trouble after trying one/some of those, then write back.

Sign in to comment.

Answers (1)

Sam Chak
Sam Chak on 3 Nov 2023
Mathematically, the solutions look like the following:

Categories

Find more on MATLAB in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!