标签: matlab ode nonlinear-optimization runge-kutta
我有三个方程组,需要同时求解才能获得六个变量的结果。它实际上是一个具有一个四阶方程和一个代数方程的方程组。有关问题描述的详细信息:
我通过将ODE与其他两个方程式未成功链接而编写了此问题的代码:
TelephonyManager tel = (TelephonyManager) context.getSystemService(Context.TELEPHONY_SERVICE); String imsiNo = tel.getSubscriberId();
该程序的预期结果应如下:
但是,我未能获得所需的结果,因为: