Y′=AY A=1 1 4 2 0 −4 −1 1 5 | Y(0)=| −1 0 0 | I have to solve this system using Eulers method

Blericker74

Blericker74

Answered question

2022-07-16

Y = A Y
A = [ 1 2 1 1 0 1 4 4 5 ]
Y ( 0 ) = ( 1 0 0 )
I have to solve this system using Eulers method, but what's Eulers method, like I know how to approach this using the eigenvalue method, but the problem explicitly states that it has to be solved using that method, yet my textbook doesn't provide an algorithm for such a method.

Answer & Explanation

owerswogsnz

owerswogsnz

Beginner2022-07-17Added 12 answers

Euler method is a numerical procedure. For given time step h > 0 one can calculate sequence of points that approximate the solution.
y 0 = Y ( 0 )
y n + 1 = y n + h A y n
So you have Y ( n h ) y n . Note that this method does not give you continuous function and in general it is not accurate for large n even for small h.

Do you have a similar question?

Recalculate according to your conditions!

Ask your question.
Get an expert answer.

Let our experts help you. Answer in as fast as 15 minutes.

Didn't find what you were looking for?