NoobixCube
- 154
- 0
Anyone have much knowledge on the ODE solvers in matlab? I have an ODE and I want to specificy whether the input is time or the y value for the dy/dt problem.
This discussion focuses on solving ordinary differential equations (ODEs) using MATLAB. The key takeaway is that in MATLAB's ODE solvers, the independent variable must be time (t), and the equation is structured as dy/dt = f(t), where f is a function solely dependent on time. To obtain a unique solution for the ODE, it is essential to specify the initial condition y(0). This clarification helps users understand the constraints of ODEs versus partial differential equations (PDEs).
PREREQUISITESMathematics students, engineers, and researchers who are working with differential equations and utilizing MATLAB for numerical solutions.