CalculusWithJuliaNotes.jl/quarto/ODEs.qmd

4 lines
282 B
Plaintext
Raw Normal View History

2022-08-27 00:21:54 +02:00
# ODEs
Ordinary differential equations are equations involving derivatives of an unknown function. Such equations may be more naturally derived from physical models. In many cases, the function can be solved for algebraically. In others, the function can be numerically estimated.