chore(curriculum): changed external links to news articles in 4 challenges (#43373)
* changed 4 links * fix wording * change link as suggested by @gikf
This commit is contained in:
@ -8,7 +8,7 @@ dashedName: euler-method
|
||||
|
||||
# --description--
|
||||
|
||||
Euler's method numerically approximates solutions of first-order ordinary differential equations (ODEs) with a given initial value. It is an explicit method for solving initial value problems (IVPs), as described in [the wikipedia page](<https://en.wikipedia.org/wiki/Euler method> "wp: Euler method").
|
||||
Euler's method numerically approximates solutions of first-order ordinary differential equations (ODEs) with a given initial value. It is an explicit method for solving initial value problems (IVPs), as described in [this article](<https://www.freecodecamp.org/news/eulers-method-explained-with-examples/> "news: Euler's Method Explained with Examples").
|
||||
|
||||
The ODE has to be provided in the following form:
|
||||
|
||||
|
Reference in New Issue
Block a user