CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - Jacobi迭代法

搜索资源列表

  1. iteration

    0下载:
  2. 线性方程组的数值解法,包括高斯消去,三角分解,追赶法和Jacobi等迭代方法
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:4311
    • 提供者:刘星
  1. NumericalLinearAlgebra

    2下载:
  2. 数值线性代数的Matlab应用程序包 共13个程序函数,每个程序函数有相应的例子函数一一对应,以*Example.m命名 程序名称 用途 Method 方法 GrmSch.m QR因子分解 classical Gram-Schmidt orthogonalization 格拉母-斯密特 MGrmSch.m QR因子分解 modified Gram-Schmidt iteration 修正格拉母-斯密特 householder.m QR因子分
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:6530
    • 提供者:YUXIANGCHENG
  1. shuzhijisuan.rar

    1下载:
  2. 数值计算方法的程序: 加速迭代 牛顿迭代 Gauss 杜里特尔分解法 克洛特 追赶法 平方根法 改进平方根法 雅可比迭代 高斯 赛德尔迭代 拉格朗日插值法 分段线性插值 分段抛物线插值,Numerical method of procedure: to accelerate the iterative Gauss-Newton iterative decomposition method克洛特Ritter Duri law to catch up with the sq
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:58173
    • 提供者:liuzhou
  1. NumericalAlgorithms

    0下载:
  2. 各种数值算法,包括,艾特肯,杜氏分解法,二分法,分段线性插值,复合梯形法,复合辛普森,高斯消去法,列主元素消去法,龙贝格算法,雅克比迭代等等。-Numerical Algorithms,includeing Aitken,Duchenne decomposition,Dichotomy,Piecewise linear interpolation,Composite trapezoidal rule,Composite Simpson,Gaussian elimination,Out the m
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:3475
    • 提供者:A1042yang
  1. fortran-PROGRAM

    1下载:
  2. 基于Fortran95/2003的一些算法的源代码。如高斯消去法,Jacobi超松弛迭代法等,可为初学者提供参考。-Fortran95/2003 based on some algorithm source code. Such as Gaussian elimination method, Jacobi SOR method can provide a reference for beginners.
  3. 所属分类:source in ebook

    • 发布日期:2017-04-23
    • 文件大小:377279
    • 提供者:海寒
  1. yakebi

    0下载:
  2. 是解决线性方程组的一种方法,雅克比迭代法可以高效的计算高阶线性方程组,并给出需要迭代的次数-Is a method of solving linear equations, the Jacobi iteration method can efficiently calculate the higher order linear equations, and need the number of iteration is given
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:2680
    • 提供者:毕晓伟
  1. matlab4

    0下载:
  2. 用迭代法解方程,精度为10e-4:1.用Jacobi法迭代 2.用sor法迭代-Iterative method for solving equations, the accuracy of 10e-4: 1 by Jacobi iteration method 2 sor iteration method.
  3. 所属分类:matlab

    • 发布日期:2017-04-27
    • 文件大小:27124
    • 提供者:陆阳
  1. wchy_agui

    0下载:
  2. 计算方法大作业源代码,实现了二分法,牛顿迭代法,高斯消去法,解三对角分解法,雅可比迭代法等10余个算法-Method to calculate the project source code, the realization of the dichotomy, Newton iterative method, gauss elimination, solving tridiagonal decomposition method, Jacobi iteration method and so on
  3. 所属分类:Applet

    • 发布日期:2017-04-15
    • 文件大小:7441
    • 提供者:arthur
  1. Computing-system-of-linear-equations

    0下载:
  2. 用雅可比迭代法计算线性方程组的解,方便快捷-The Jacobi iteration method to calculate the solution of the system of linear equations
  3. 所属分类:CSharp

    • 发布日期:2017-04-11
    • 文件大小:981
    • 提供者:nick
  1. suanfa

    0下载:
  2. 泊松方程求解的Jacobi方法、松弛迭代法、线松弛法、AID法、共轭梯度法等-Jacobi method for solving the Poisson equation, relaxation iterative method, line relaxation method, AID method, conjugate gradient method, etc.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2431
    • 提供者:瑶瑶
  1. Iterative-method

    0下载:
  2. 这里主要是利用函数调用的方法同时实现了雅克比、高斯-赛戴尔,超松弛迭代法。-Here is the main method of using function calls while achieving a Jacobi, Gauss game Dell, super relaxation iteration method.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1217
    • 提供者:陈默
  1. shuzhi

    0下载:
  2. 用于解线性方程组的迭代法,包括jacobi,gauss,sor,共轭等方法-For solving linear equations of iterative method, including jacobi, gauss, sor, conjugated
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-14
    • 文件大小:4452
    • 提供者:顾女士
  1. Archive

    0下载:
  2. 数值方法解线性方程组,包括雅克比迭代法,高斯赛德尔迭代法和SOR超松弛迭代法的例程。-Linear equations with Jacobi, Gauss-Seidel method and SOR iteration.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-29
    • 文件大小:173438
    • 提供者:hzf
  1. IterSolution

    0下载:
  2. 运用数值解法解线性方程组,即雅克比迭代法、高斯-赛德尔迭代法、SOR方法-The numerical solution of linear equations that Jacobi iteration method, Gauss- Seidel iterative method, SOR method
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1767
    • 提供者:王星星
  1. Num_Analyse

    0下载:
  2. MATLAB编程实现 1.雅克比迭代法 2.超松弛SOR迭代法 3.应用:《数值分析》清华 第六章第3题迭代次数编程验证 4.国科大数值分析课程作业编程程序-MATLAB programming 1. 2. Jacobi iteration method over relaxation SOR iterative method 3. Application: " Numerical Analysis" Tsinghua Chapter VI Question 3
  3. 所属分类:source in ebook

    • 发布日期:2017-04-14
    • 文件大小:3841
    • 提供者:
  1. solve-hilbert-equation

    0下载:
  2. 迭代法解hilbert方程. 分析了Hilbert方程的条件数和三种迭代法的谱半径,并用Jacobi迭代、gauss_seide迭代、SOR迭代法解Hilbert方程。-Hilbert iterative method for solving equations and analysis of the condition number of the spectral radius of three kinds of iterative method Hilbert equations and
  3. 所属分类:Algorithm

    • 发布日期:2017-05-04
    • 文件大小:51878
    • 提供者:wul
  1. numerical-analysis

    0下载:
  2. 数值分析方法中的一些例程。包括希尔伯特插值,高斯迭代,雅克比迭代法,拉格朗日插值以及LU分解。-Numerical analysis of some of the routines. Hilbert including interpolation, Gaussian iteration, Jacobi iteration method, Lagrange interpolation and LU decomposition.
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:2870
    • 提供者:蔡齐声
  1. JacobiaGaussSeidel

    0下载:
  2. 程序实现了高斯赛德尔的算法,高斯赛德尔算法在计算方法中是十分重要的 雅克比迭代法求实对称矩阵的特征值和特征向量-Application implements the algorithm of gauss seidel, gauss seidel algorithm is very important in the calculation method Jacobi iteration method realistic symmetric matrix eigenvalue and eigenve
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1407
    • 提供者:陈澎彬
  1. 牛顿

    0下载:
  2. 牛顿迭代法是解非线性方程组比较经典的方法; 拟牛顿法是为了解决求Jacobi矩阵时带来的困难,现已成为解决非线性方程组和最优化问题的最有效方法之一。(The Newton iterative method is a classic method for solving nonlinear equations. The quasi Newton method is one of the most effective methods for solving the nonlinear equat
  3. 所属分类:其他

    • 发布日期:2018-04-19
    • 文件大小:1024
    • 提供者:==楠==
  1. diedaijiefangchengzu

    0下载:
  2. 矩阵三角分解法解方程 雅可比迭代法、高斯赛德尔迭代法、SOR迭代法解线性方程组。(Matrix triangulation method for solving equations Jacobi iterative method, Gauss Seidel iteration method and SOR iterative method are used to solve linear equations.)
  3. 所属分类:数据结构

    • 发布日期:2018-04-20
    • 文件大小:2048
    • 提供者:536536536
« 1 2 ... 7 8 9 10 11 1213 14 »
搜珍网 www.dssz.com