Feeds
提问
Linear differential equation code errors
I'm trying to solve y = sqrt(x*dx/dt) or y=-sqrt(x*dx/dt) with a function and ode 45 and i get several errors function f=dif3...
4 years 前 | 0 个回答 | 0
0
个回答提问
Coding a differential equation
So the equation is y = sqrt(x*dx/dt) or y=-sqrt(x*dx/dt) do i do it with the ode solver?
4 years 前 | 0 个回答 | 0
0
个回答提问
Coding a system of differential equations
This is the system dx/dt=y^2/x , dy/dt=x^2/y with initial conditions x(0)=√ 2 , y(0)=0 i know how to do them separatel...
4 years 前 | 1 个回答 | 0
