Solving implicit system of ODE
Mostra commenti meno recenti
Hi,
I am trouble with writing a function to solve the system of ode.
how i can write proper function to solve given ode's?

1 Commento
David Goodmanson
il 7 Set 2020
Hello oner,
these equations have some problems. Squaring each of them and adding shows that
A^2+B^2 = 1
is required. Assuming that to be true, dividing the two eqns shows that
dy/dt = -(B/A)*dx/dt
so a good solution is
x = f(t), y = -(B/A)*f(t) + constant
where f(t) can be almost any differentiable function whatsoever. So there is not a well-defined solution.
Risposte (1)
onur torun
il 21 Set 2020
0 voti
Categorie
Scopri di più su Ordinary Differential Equations in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
