搜索资源列表
newoula-C
- * 用改进的欧拉方法求解初值问题,其中一阶微分方程未y =f(x,y) * 初始条件为x=x[0]时,y=y[0]. * 输入: f--函数f(x,y)的指针 * x--自变量离散值数组(其中x[0]为初始条件) * y--对应于自变量离散值的函数值数组(其中y[0]为初始条件) * h--计算步长 * n--步数 * 输出: x为说求解的自变量离散值数组 * y为所求解对应于自变量离散值的函数值数组 -* Improved Euler me
MoM
- 用矩量法计算半波振子的电流分布。矩量法是将连续方程转变为离散数值方程组,此种方法对积分方程或者微分方程均适用。内附一个计算三线互连系统各个端口S参数的程序。-Calculated half-wave dipole moment method using the current distribution. Moment method is to convert the continuous equation of discrete numerical equations, this method
adams
- 利用四阶亚当姆斯法将连续微分方程离散化,首先利用龙格库塔法求出三个初值-Fourth-order Adams method of continuous discrete differential equations, initial value obtained three first use Runge-Kutta method
SPE
- 这是书籍An Introduction to Scientific Computing Twelve Computational Projects Solved with MATLAB第五章运用谱方法求解偏微分方程的一个例子的matlab程序,偏微分方程,边界条件,谱方法的离散过程参见书籍-This is books An the Introduction to Scientific Computing Twelve Computational Projects Solved with MATL
tiepie
- 采用偏最小二乘法,使用大量的有限元法求解偏微分方程,关于非线性离散系统辨识。- Partial least squares method, Using a large number of finite element method to solve partial differential equations, Nonlinear discrete system identification.
banheng_v48
- DC-DC部分采用定功率单环控制,关于非线性离散系统辨识,使用大量的有限元法求解偏微分方程。- DC-DC power single-part set-loop control, Nonlinear discrete system identification, Using a large number of finite element method to solve partial differential equations.
程序
- 数模中求解偏微分方程时,在已知数据的基础上进行线性插值拟合。利用差分法求解该模型,先用网格划分区域,对 区域内部节点做泰勒展开。对偏导数进行离散化处理。(tthe solution to the PDE problem in mathematical modeling)