by __rito__ on 3/3/25, 6:41 PM with 39 comments
by forgotpwd16 on 3/6/25, 2:36 AM
[1]: https://docs.sciml.ai/DiffEqDocs/stable/examples/classical_p... [2]: https://docs.sciml.ai/DiffEqDocs/stable/types/ode_types/#Sci...
by anigbrowl on 3/5/25, 11:16 PM
[...]
This is how the equation is created: x(x+3) = 18
wat
Maybe don't do very fast recaps if you're not going to proofread them. Incidentally I assume the formulae in this article were done with MathJax or its Julia equivalent, they render great but can't be copied from the text.
Overall a good article (and a great ad for Julia) but stumbling blocks like the one above ensure some readers won't make it any farther.
by sundarurfriend on 3/7/25, 9:46 PM
Thanks for the article. It gave me a little bit of familiarity with the DiffEq side of Julia, but even more valuable to me was the comparison between ordinary equations and diffeqs:
> In normal equations, we solve the equation to find out values of variables previously unknown to us. In case of Differential Equations, we solve to find out functions previously unknown to us.
That's a simple, easy to remember nugget of information that gives me some context to this whole field.
by nxpnsv on 3/6/25, 7:07 AM
by fussypart on 3/6/25, 5:26 AM