搜索资源列表
Gauss_Seidel_iterative
- 迭代法是解线性代数方程组的另一类方法,特别适用于解大型稀疏线性方程组。它的基本思想是针对求解问题预先设计好某种迭代格式,从而产生求解问题的近似解迭代序列,在迭代序列收敛于精确解的情况下,按精度要求取某个迭代值作为问题解的近似值。迭代法具有原始系数举证始终不变,算法简单,编写程序较方便,所需存储单元较少的优点。-iterative method was the linear algebraic equations of the other methods, particularly applica
ji
- 针对小流域设计洪水计算中,采用推理公式求解洪峰流量Qm及汇流时间τ的方法繁琐,查算精度较低等问题,提出用牛顿迭代法求解,该方法较原图解试算法收敛快,迭代次数少,计算速度快,精度可靠。计算实例表明,用简单迭代法与牛顿迭代法计算设计洪峰流量,其结果与图解试算法完全一致。
Jacobi
- 雅戈比迭代法,用于数值分析课,正确,提供简单的参考!-Jacobi iterative method
Gauss-Seidel
- 高斯斯代尔迭代法,用于数值分析课,正确,可以提供简单的参考-Gauss-Seidel iterative methods
relaxtionmethod
- 用迭代法计算网格电位值,可以简单的计算出网格中的点位,使计算变得简单方便-Iterative method with potential value of grid computing, you can calculate a simple grid of points, so the calculation becomes simple and convenient
Atiken
- Aitken迭代程序,类似于简单迭代法,但由于简单迭代法.-Aitken Iterative procedure, similar to the simple iterative method, but due to simple iterative method.
djhsajdh
- Gauss 消元法 — 不选主元 Gauss 消元法 — 列选主元. 插值法 lagrange .cpp 插值法 lagrange .cpp 二分法.txt 二分法和简单迭代法以及埃特金.txt 复化辛卜生公式.txt快速弦截法 gauss-seidel选代.txt牛顿迭代法.txt-Gauss elimination method- do not choose the principal component Gauss elimination method- principal c
magsint2
- 用简单迭代法求非线性方程f(x)=0有根区间[a,b]中的一个根 maiter 用途:用定步长高斯就积公式求函数的积分 magsint-w
Seidel
- matlab实现简单迭代法和Seidel迭代法 用matlab 。 是计算方法里面的内容。 -matlab simple iterative method and Seidel iterative method with matlab. Is calculated inside the content.
newton
- 这是一个用matlab编写的牛顿法源代码,比较简单的无约束方程。牛顿法是求非线性方程(组)零点的一种重要的迭代法,又称牛顿-拉弗森法或切线法。-This is a matlab source code written in Newton s method, relatively simple equation of the non-binding. Newton s method is the pursuit of non-linear equation (group) zero is an
Laplace_resolution_simplied
- 有限差分法中简单迭代法计算场域节点的应用-Finite difference method in a simple iterative method to calculate the application node
czsacsv
- 迭代法解方程组的matlab程序,包括简单迭代法、牛顿法、弦截法-failed to translate
iteration-calculate.rar
- 简单迭代法,艾肯特迭代法,牛顿迭代法计算实例,Examples of simple iterative method, Aiken Te iterative method of Newton iteration
PoissReg
- 泊松回归,用的是牛顿-拉夫松迭代法,适用于简单情形-Poisson regression, based on Newton-Meier method
cla
- 追赶法求解矩阵;牛顿插值函数,三次样条插值函数仿真龙格库塔现象;二分法求解根与牛顿迭代,弦割法,简单迭代法的程序-Section three order spline interpolation function Newton interpolation Iterative method
jiandandiedai
- 本科电磁场与电磁波课程设计 基于有限差分法的二维边值问题的数值分析 简单迭代法 两种网格尺寸0.1和1-Electromagnetic Fields and Waves undergraduate curriculum design Numerical analysis of finite difference method based on two-dimensional boundary value problem Two kinds of simple iterativ
erfenfa
- 用二分法和简单迭代法计算 在[1,2]内的近似根,要求精度达到10-4和10-5,并给出二分和迭代的次数,分析和比较算法的效率差异,最后与理论估计的二分和迭代次数作比较。-Calculated by the dichotomy and simple iterative method in [1,2] within the approximate root, requiring precision 10-4 and 10-5, and gives two points and the number
基于有限差分法的二维边值问题的数值分析
- 1. 在matlab中分析基于分离变量法的解析解; 2. 利用简单迭代法求解,与解析法结论对比,分析求解结果的精确度。分析过程至少包括:在网格尺寸为0.1 m和1 m两种条件下,两次迭代差值最大为10-10时的分析结论; 3. 利用超松弛迭代法分析,选择松弛因子,分析其对收敛速度(即迭代次数)的影响,并确定最优值。分析过程至少包括:在网格尺寸为0.1和1两种条件下,两次迭代差值最大为10-10时,迭代次数随松弛因子的变化,得到对应的最优松弛因子,与经验值(课本165页式子3.7.15)进行
新建文件夹
- 迭代法图像分割,实现图像的阈值分割,算法简单好用。(Iterative method of image segmentation, image thresholding, the algorithm is simple and easy to use.)
自动阈值选择算法
- 自动阈值选择算法,通过简单迭代法实现自动阈值的选择,来分割图像