euler method with julia1.0

Hi, i’m a beginner at julialang.
I try to use euler method with julia1.0. But the following error occured.

Could you tell me the code for the resolution solution?

Please post the code and not a screenshot.

1 Like

And please try to avoid posting the same thing twice.

xref: euler method with julia1.0

1 Like

As for the error message, you are “hitting” REPL and for loops (scope behavior change).

i’m sorry for the late response.
It went well.
Thanks!!