-
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
-
Gauss
高斯消元法、高斯列主元消元法解线性方程组。程序由本人独立完全独立完成。版权所有!(Gaussian elimination method out PCA Gaussian elimination method for solving linear equations. I am independent program consists entirely independently. All rights reserved!)
- 2013-08-10 12:31:59下载
- 积分:1
-
Excel_GM
用Excel计算灰色预测模型,每个步骤都有,十分详细。(Calculating Grey Prediction Model with Excel)
- 2020-12-14 15:39:14下载
- 积分:1
-
微分进化算法中的其中两个子程序 kk
说明: 微分进化算法中的其中两个子程序,还有未上传(Differential evolution algorithm)
- 2020-06-23 05:00:01下载
- 积分:1
-
case118
matpower工具箱中的算例,基于ieee118的最优潮流计算,包含源代码(matpower toolbox example, calculated based on the ieee118 the OPF contains the source code)
- 2012-10-29 20:31:40下载
- 积分:1
-
mt_1d
这是大地电磁一维正演程序,只要输入电阻率和深度即可正演计算;使用的是卡尼亚视电阻率公式,有关说明已经在文件中说明。(This is a one-dimensional magnetotelluric forward the program, as long as the input resistivity and depth to forward calculation use Carney ATV resistivity formula, and instructions in the file description.)
- 2012-04-07 11:31:31下载
- 积分:1
-
mean_shift
this is mean shift one of image processing famous segmentation techniques, it is programmed in matlab
- 2009-03-16 09:55:27下载
- 积分:1
-
CCA
CCA的MATLAB源代码,可做相关性分析,带注释(CCA MATLAB source code, do correlation analysis, with notes)
- 2020-12-23 19:59:07下载
- 积分:1
-
Bessel-function
贝塞尔函数与汉克尔函数的Matlab实现(Bessel function and Hankel function of the Matlab implementation)
- 2011-05-23 22:29:43下载
- 积分:1
-
fdtd2dTM
时域有限差分 2维 完全匹配层
犹他州大学(fdtd method 2D pml perfect mached layed
www.ece.utah.edu)
- 2012-11-20 08:16:20下载
- 积分:1