如何获得一组耦合的四阶ode和代数方程的解

时间:2019-10-03 06:43:04

标签: matlab ode nonlinear-optimization runge-kutta

我有三个方程组,需要同时求解才能获得六个变量的结果。它实际上是一个具有一个四阶方程和一个代数方程的方程组。有关问题描述的详细信息: enter image description here enter image description here

我通过将ODE与其他两个方程式未成功链接而编写了此问题的代码:

TelephonyManager tel = (TelephonyManager) context.getSystemService(Context.TELEPHONY_SERVICE);

String imsiNo = tel.getSubscriberId();

该程序的预期结果应如下: enter image description here

但是,我未能获得所需的结果,因为: enter image description here

0 个答案:

没有答案