Hi all,
this is a simple question, I wonder how to plot the stationary solution
with
y' = \sqrt{|y|}
y(0) = 0
The lecturer draws this, and I want to know how to plot it with Julia
Hi all,
this is a simple question, I wonder how to plot the stationary solution
with
y' = \sqrt{|y|}
y(0) = 0
The lecturer draws this, and I want to know how to plot it with Julia
It’s an ODE with a non-unique solution. Numerical integrators will only pull one solution, and that will be the zero solution.
I think I need to learn from the very beginning of ODE, thanks for the answer