搜索资源列表
euler
- 求解一阶常微分方程的两个欧拉法,先前欧拉和改进梯形法。-solving a differential equation 2 Euler, Euler and improve previous trapezoidal method.
math
- 各种数学算法 ,改进欧拉法,复合辛普森,复合梯形法,列主元元素消元等等各种较难的数学算法
up
- 1.编写欧拉前差、后差、梯形公式。 2.编写二阶、三阶龙格库塔法通用程序。 3.编写汉明积分法通用程序. 4.编写用状态转移法对连续系统状态方程进行离散化的通用程序。
euler
- 求解一阶常微分方程的两个欧拉法,先前欧拉和改进梯形法。-solving a differential equation 2 Euler, Euler and improve previous trapezoidal method.
math
- 各种数学算法 ,改进欧拉法,复合辛普森,复合梯形法,列主元元素消元等等各种较难的数学算法-A variety of mathematical algorithms, improved Euler method, composite Simpson, composite trapezoidal method, PCA out element elimination and so on all kinds of difficult math
up
- 1.编写欧拉前差、后差、梯形公式。 2.编写二阶、三阶龙格库塔法通用程序。 3.编写汉明积分法通用程序. 4.编写用状态转移法对连续系统状态方程进行离散化的通用程序。-1. Euler prepared before the poor, after the poor, trapezoid formula. 2. The preparation of the second order, third-order Runge-Ku
odtixing1
- 改进欧拉法解方程。非常好用。梯形公式
gezhongfangfa
- 复合辛普森 改进欧拉法 高斯消去法 复合梯形法-Improved Euler Method Composite Simpson composite trapezoidal method of Gaussian elimination
Differential-Equations
- 数值分析中解微分方程程序,采用了不同步长的向前、向后欧拉法,梯形公式,四阶龙格库塔法等-Solution of differential equations in numerical analysis program, using non-synchronous long forward to Houou La France, trapezoidal formula, the fourth-order Runge-Kutta metho
PowerFlow_TAnaly
- 动态仿真作业(隐式梯形积分)说明:1.潮流计算采用直角坐标形式保留二阶项的快速潮流算法 2.暂态稳定分析采用改进欧拉法和直接解法 3.发电机模型为三阶模型 4.励磁是1阶模型 -Dynamic simulation operation (implicit trapezoidal integration) Descr iption: power flow calculation using the rectangular form to
oulatixing
- 包含了欧拉梯形,龙格库塔法,汉明积分法等转换程序-Contains the Euler, trapezoidal, Runge-Kutta method, Hamming integration method conversion program
Continuous-system-discretization
- 连续系统离散化,欧拉梯形公式、三阶龙格-库塔法、汉明积分法、状态转移法-Continuous system discretization Euler trapezoid formula, the third-order Runge- Kutta method, Hamming integration method, the state transition method
seullerro
- 求解一阶常微分方程的两个欧欧拉法,先前欧拉与改进梯形法。 -Solving two first-order ordinary differential equations Ouou La Law, previously Euler and improved trapezoidal method.
solve-differential-equations
- 程序实现了欧拉法、改进欧拉法、隐式梯形积分法解同一个微分方程,并与解析解比较,以可视化的形式展现出来-Program to achieve the Euler method, Improved Euler method, the implicit trapezoidal integration to solve the same differential equations and compared with the analytica
Numerical-analysis-usingMATLAB-
- 上传的文件对数值分析课本里 Lagrange插值,Newton插值,三次样条差值,复合梯形公式和复合辛普森公式积,龙贝格算法,高斯消去法,LU分解,改进欧拉法MATLAB编程,并画出图形。-Upload the file to the numerical analysis textbook Lagrange interpolation, Newton interpolation, three times spline interpola
Numerical-analysis-MATLAB-
- 上传的文件对数值分析课本里 Lagrange插值,Newton插值,三次样条差值,复合梯形公式和复合辛普森公式积,龙贝格算法,高斯消去法,LU分解,改进欧拉法MATLAB编程,并画出图形。-Upload the file to the numerical analysis textbook Lagrange interpolation, Newton interpolation, three times spline interpola
mqhs08
- 递推化梯形法求解定积分,求解低阶定积分,迭代法开平方运算,牛顿法解方程,欧拉方法求解微分方程,改进的欧拉方法求解微分方程,雅可比迭代公式求解线性方程,-qiu jie di jie ding ji feng,dijin tuihua tixing qiujie dingjifeng,qiu jie dijia dingji feng ,diedai fa kai pingfang yunsuan
cz
- AE反距离IDW、克里金Krige插值.txt I显示方法.c www.pudn.com.txt 三对角线追赶法.C 三样条插值函数算法,还包括其他的比如hermite等算法,很全.txt 二分法.c 分段线性插值.c 列主元元素消元.C 利用反距离平方加权插值算法建立规则格网在大数据量离散点数据的情况下,.txt 反距离加权插值,貌似不好用IDWUtil.java 埃特肯.c 复合梯形法.c
20131107
- 欧拉法 高斯消元 高斯列主消元 高斯赛得尔法 拉格朗日 牛顿-拉夫森 牛顿插值 龙贝格 复合梯形 三对角消元 四阶龙格库塔-eulode、GaussNaive GaussPivot GaussSeidel Lagrange Newtmullt Newtint romberg trap Tridiag rk4sys
微分方程数值解
- 欧拉法是常微分方程的数值解法的一种,其基本思想是迭代。其中分为前进的EULER法、后退的EULER法、改进的EULER法。所谓迭代,就是逐次替代,最后求出所要求的解,并达到一定的精度。误差可以很容易地计算出来。(Euler method is a kind of numerical solution of ordinary differential equations, and its basic idea is iteration.