-
AR
说明: 一个简单的matlab程序,用于实现自回归AR模型。( U4E00 u4E2A u7B80 u5355 u7684matlab u7A0B u5E8F uFF0C u7528 u4E8E u5B9E u73B0 u81EA u56DE u5F52AR u6A21 u578B u3002)
- 2017-05-12 15:13:32下载
- 积分:1
-
1
说明: 基于高斯赛德尔法的线性方程组解法(可消去系数矩阵病态)。基于牛顿法及改进的牛顿法实现对
非线性方程的求解。(Based Linear Equations high Sisaideer law (coefficient matrix can be eliminated morbid). Realization of nonlinear equations of Newton' s method for solving and improved Newton method is based.)
- 2016-06-30 16:47:29下载
- 积分:1
-
D_MODEL
三维重力梯度正演程序,可根据剖分模型计算多个场分量,绝对原创!(3D Gravity Gradients calculating )
- 2011-11-10 16:34:23下载
- 积分:1
-
gravity_direct_problem
重力异常正演代码,请好好使用它。帮助学习。。。。(Gravity anomaly forward code, please use it well. Help learn)
- 2019-03-21 09:39:57下载
- 积分:1
-
1D-FDTD
用C语言编写的1D-FDTD程序,含一阶mur边界,附结果matlab画图程序(Using C language 1D-FDTD procedures, including an order Mur boundary, with results of MATLAB drawing program)
- 2013-07-30 13:13:30下载
- 积分:1
-
最速下降法与牛顿法
说明: 此代码包括牛顿法和梯度下降法的实现过程,最优化以及算法中常见的问题解决方式(This code includes the process of Newton method and gradient descent method)
- 2020-01-07 09:42:51下载
- 积分:1
-
AUSM
完成前台阶问题的计算,利用的AUSMPW格式,算法结构较为简单,所以文字说明较少(Completed on the front steps of the calculation, use of AUSMPW format, the algorithm structure is relatively simple, so less text)
- 2012-07-05 19:33:41下载
- 积分:1
-
fortran-Long-Ge-Ku-Ta
fortran四阶龙格库塔法 计算程序自己编程(fortran fourth-order Runge-Kutta method)
- 2011-09-26 19:38:59下载
- 积分:1
-
121
1. 牛顿迭代法
function [x,i]=newtonmethod(x0,f,ep,Nmax)
牛顿法求非线性方程根
x0是输入初始值, f是输入函数, 精度要求ep, Nmax为最大迭代次数
x是输出迭代序列,i是迭代次数
2. 二分法
function [x,k]=bisection(a,b,f,ep)
二分法解非线性方程
输入区间[a,b],函数f和误差ep, Nmax为最大二分次数
x为输出近似根, k为二分次数
( Newton s law and the dichotomy)
- 2020-10-12 22:57:32下载
- 积分:1
-
35kv-svg-control
svg电力控制系统的仿真论文,很详细。包括系统的软件硬件,大部分为原创!包括matlab-fuzzy pi算法的实现(svg power control system simulation study, very detailed. Including system software and hardware, most original!)
- 2010-10-13 19:01:20下载
- 积分:1