Help please: How do I solve those equations in MatLab?

Respuestas (1)

Symbolic solution should be a first try, e.g.:
syms ...
and use:
dsolve()
If the symbolic math fails, to work with numerical solvers, i.e. ode23, ode45, etc.

Preguntada:

el 5 de Jun. de 2021

Respondida:

el 5 de Jun. de 2021

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by