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

搜索资源列表

  1. Jacobi

    0下载:
  2. 雅克比迭代:线性代数方程组的迭代法与直接方法不同,他不能通过有限次的算术运算球的方程组的精确解,而是通过迭代逐步逼近他。该法是求解具有大型系数系数矩阵的线性方程组的重要方法之一。-Jacobian iteration: linear algebraic equations of the iteration method and direct way, he can not be limited times arithmetic equations ball exact solution, but
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:864
    • 提供者:klb
  1. numerical-method

    0下载:
  2. 数值方法课程中的程序,如GaussSeidel迭代法解方程组,Jacobi迭代法解方程组,SOR迭代法解方程组,杜利特尔矩阵分解以及矩阵的直接解法,拉格朗日插值等11个程序。-Courses in numerical methods, such as iterative method for solution GaussSeidel equations, Jacobi iterative method for solution of equations, SOR iterative method
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:6707
    • 提供者:刘冬
  1. matlab-upload

    0下载:
  2. 雅可比迭代法解方程 高斯法解方程 查值法曲线拟和 2-9次方曲线拟和-Jacobi Iteration Method Solution of Equation of Gauss equation curve fitting method investigations and 2-9 power curve fitting and
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:1784
    • 提供者:ludawei
  1. Jacobi

    0下载:
  2. 雅戈比迭代法,用于数值分析课,正确,提供简单的参考!-Jacobi iterative method
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:729
    • 提供者:阿锦
  1. xianxingfangchengzuqiugen

    0下载:
  2. 线性方程组求根实验,分别用平方根法,Jacobi迭代法(不收敛),SOR三种方法,包含实验报告-Root experimental system of linear equations, respectively, with the square root method, Jacobi iterative method (not convergence), SOR three methods, including test reports
  3. 所属分类:Algorithm

    • 发布日期:2017-04-25
    • 文件大小:172565
    • 提供者:左小龙
  1. yuyinshiyan

    0下载:
  2. 线性方程组求根实验,分别用平方根法,Jacobi迭代法(不收敛),SOR三种方法,包含实验报告-Root experimental system of linear equations, respectively, with the square root method, Jacobi iterative method (not convergence), SOR three methods, including test reports
  3. 所属分类:Algorithm

    • 发布日期:2017-05-09
    • 文件大小:1564289
    • 提供者:左小龙
  1. jacobiQR

    0下载:
  2. jacobi迭代法程序和矩阵的QR分解算法,jacobi用来解线性方程组,比直接求解速度快-jacobi
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:31092
    • 提供者:yxdl
  1. linear_solution

    0下载:
  2. 原创的线性方程组求解程序,包括Jacobi迭代,高斯消去法,Gauss-Seidel迭代三种求解算法。-Original procedure for solving linear equations, including the Jacobi iteration, Gauss elimination method, Gauss-Seidel iterative algorithm three.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:6578
    • 提供者:熊君君
  1. majacobi

    0下载:
  2. 用Jacobi迭代法解线性方程组Ax=b,A为系数矩阵,b为右端向量-Solution using Jacobi iterative method of linear equations Ax = b, A as the coefficient matrix, b is the right end of the vector
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:516
    • 提供者:malanxiang
  1. experimentreport

    0下载:
  2. 用迭代法解方程组 Jacobi Gauss-Sedel SOW 超松弛迭代 各种技术的比较 数值实验报告-Iterative solution of equations Jacobi Gauss-Sedel SOW SOR numerical comparison of various techniques Experimental Report
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:212345
    • 提供者:邓大
  1. jacobi

    0下载:
  2. 雅克比迭代法的Gui程序的源代码,请大家尽情分享-Jacobi iterative method Gui program' s source code, please enjoy sharing
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-05
    • 文件大小:2217
    • 提供者:月迹
  1. feixianxing

    0下载:
  2. 解线性方程组的迭代法 【实验内容】对实验四所列目的和意义的线性方程组,试分别选用Jacobi 迭代法,Gauss-Seidel迭代法和SOR方法计算其解。-Solving linear equations of the iteration method 【Content】 experimental four experiments listed in the purpose and significance of the linear equations, test were selec
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:775
    • 提供者:yuan
  1. Jacobi

    0下载:
  2. 简单迭代法(Jacobi跌代法),输入方程的维数、迭代最高次数、误差范围、方程的系数矩阵、常数矩阵,然后进行简单迭代法(Jacobi)迭代求解。-A simple iteration method (Jacobi or on behalf of the Law), enter the equation of the dimension, the maximum number of iterations, error range, equation coefficient matrix, cons
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:878
    • 提供者:董金勇
  1. shuzhifenxione

    0下载:
  2. 数值分析实验jacobi迭代法,GS迭代法,SOR迭代法-shuzhidiedaifa
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:410833
    • 提供者:esiye
  1. sy

    0下载:
  2. 体会数值算法的稳定性与不稳定性,线性方程组的迭代法,包括Jacobi迭代法和Gauss-Seidel迭代法,SOR迭代-Experience of numerical stability and instability of the algorithm to learn how to avoid instability in the algorithm and numerical stability of the algorithm chosen to experience the stabil
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-10
    • 文件大小:1154
    • 提供者:apple
  1. VC_jacobi

    0下载:
  2. 自编自用的VC编写的jacobi迭代法,数值分析课的作业-Directed and written by the VC jacobi iterative method, numerical analysis homework assignment
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:265791
    • 提供者:张雪奇
  1. jacobi

    0下载:
  2. 求线性方程组的迭代法,基于MATLAB开发-Linear Equations of the iterative method, based on the MATLAB development
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:561
    • 提供者:王昆
  1. NumericalCalculation

    0下载:
  2. 用雅克比迭代法进行相关数值计算的一个程序-Jacobi iteration method with a numerical calculation of a program related to
  3. 所属分类:Java Develop

    • 发布日期:2017-05-09
    • 文件大小:2018416
    • 提供者:刘文
  1. Desktop

    0下载:
  2. 编程分别用jocabi迭代法求解方程。在一般情况下,Guass-Seide迭代法比Jacobi迭代法收敛要快一些,但这也不是绝对的,在木些情况下,Jacobi迭代法收敛,Guass-Seide迭代却可能不收敛-use matlab to deal with the equation
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:5374
    • 提供者:杨絮
  1. JGuss

    0下载:
  2. 用迭代法求解线性方程组:主要是Jacobi迭代法和Gauss-Seidel迭代法关于MATLAB源程序-Iterative method for solving linear equations: Jacobi iteration, and is mainly Gauss-Seidel iteration method on MATLAB source code
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:736
    • 提供者:陈玟
« 1 2 3 4 56 7 8 9 10 ... 14 »
搜珍网 www.dssz.com