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

搜索资源列表

  1. 实验5-雅可比迭代

    1下载:
  2. 用Matlab软件以及雅克比迭代和高斯-赛德尔迭代解方程组Ax=b,分析、比较其结果-using Matlab software and the iterative and Jacques than Gauss - Seidel iterative solution equations Ax = b, analysis, comparison of the results
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:17358
    • 提供者:葛林
  1. Jacobi的迭代法

    1下载:
  2. 这个是雅克比迭代法的数值源代码,程序变得比较简单,但还需要完善-Jacques iterative method than the numerical code, the procedures are relatively simple, but needs to improve
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:99243
    • 提供者:刘建
  1. 并行雅克比迭代

    0下载:
  2. 并行雅克比迭代 解决了处理器不能被整除的问题
  3. 所属分类:源码下载

  1. 解线性方程组的迭代法全

    1下载:
  2. 详细介绍了雅克比迭代法,高斯-塞德尔迭代法超松弛迭代法和迭代公式的矩阵表示
  3. 所属分类:其它文档

  1. 线性方程组雅可比迭代法

    0下载:
  2. 数值计算方法实验 实验2 用雅克比迭代法解方程组 一、 实验目的 1、 学习使用雅克比迭代法求解方程组,加深对雅克比迭代法的认识。 2、 在误差允许的范围内,在循环次数较少的情况下,求解方程组的稳定解。 3、 进一步加深对Matlab的学习。
  3. 所属分类:文档资料

    • 发布日期:2010-12-16
    • 文件大小:366080
    • 提供者:jiliaoxiaxue
  1. 线性方程组的雅克比迭代法

    0下载:
  2. 既可以能过两种方法考察线性方程组的雅克比迭代法是否收敛,又可以求解线性方程组,Can have two methods to study the system of linear equations Jacobian iterative method is convergent, but also for solving linear equations
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-03-23
    • 文件大小:52532
    • 提供者:赵萍
  1. jacobi

    0下载:
  2. 用雅克比迭代求解线性方程组。编程语言是VB。计算方法-Jacobi iteration used to solve linear equations. Programming language is VB. Calculation
  3. 所属分类:Algorithm

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

    0下载:
  2. 数值分析里的雅克比迭代算法,基于VC++软件的。-Numerical analysis in the Jacobian iterative algorithm, based on the VC++ software.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-07
    • 文件大小:182068
    • 提供者:xhui
  1. iterative

    3下载:
  2. rs 里查森迭代法求线性方程组 crs 里查森参数迭代法求线性方程组 grs 里查森迭代法求线性方程组 jacobi 雅可比迭代法求线性方程组 gauseidel 高斯-赛德尔迭代法求线性方程组 SOR 超松弛迭代法求线性方程组 SSOR 对称逐次超松弛迭代法求线性方程组 JOR 雅可比超松弛迭代法求线性方程组 twostep 两步迭代法求线性方程组 fastdown 最速下降法求线性方程组 conjgrad 共轭梯度法求线性方程组 preconjgr
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:7167
    • 提供者:zuoxl
  1. Jacobi

    0下载:
  2. 雅克比迭代法 求Hilbert矩阵病态方程组-Iterative Method Jacobian matrix pathological Hilbert equations
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:1285
    • 提供者:ad2d
  1. paul

    0下载:
  2. 各种数值分析常用的程序,雅克比迭代,G_S法,牛顿 拟牛顿,拉格朗日数乘等-Numerical analysis of a variety of commonly used procedures, Jacobian iteration, G_S law, Newton' s quasi-Newton, Lagrange and so few take
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:3719
    • 提供者:paul
  1. Cshuzhisuanfa

    0下载:
  2. 经典的C语言数值算法,包括拉格朗日,牛顿插值多项式,牛顿迭代公式,牛顿迭代公式,雅克比迭代-Classical C-numerical algorithm, including the Lagrange, Newton' s interpolation polynomial, Newton' s iterative formula, Newton' s iterative formula, iterative Jacobian
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:2738
    • 提供者:邵宝胜
  1. jacobbi

    0下载:
  2. 雅克比迭代代码,用于迭代求解方程组。迭代一定次数后可求出方程组的近似解,可自由规定精度。-Jacobi iteration code for the iterative solution of equations. After a certain number of iterations of equations can be derived approximate solution can be free to provide accuracy.
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:648
    • 提供者:宋全
  1. Jacobidiedai

    0下载:
  2. 用雅克比迭代法解下列方程组 10x1-x2+2x3=-11 8x2-x3+3x4=-11 2x1-x2+10x3=6 -x1+3x2-x3+11x4=25-Jacobi iterative method with the solution of the following equations 10x1-x2+2 x3 =- 11 8x2-x3+3 x4 =- 11 2x1-x2+10 x3 = 6-x1+3 x2-x3+11 x4 = 25
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:612243
    • 提供者:wq
  1. diedai

    0下载:
  2. 通过设置矩阵大小数,自动地利用雅克比迭代和高斯赛德尔迭代计算结果以及利用范数计算误差-Matrix size by setting the number of auto-use and high Sisaideer Jacobi iteration iterative calculations and the use of norm calculation errors
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-29
    • 文件大小:11793
    • 提供者:李亚丽
  1. yakebi

    0下载:
  2. 用雅克比迭代法求解方程组,需要输入方程组的系数矩阵。-Jacobi iterative method using equations, need to enter the coefficient matrix.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:576
    • 提供者:杨铮铮
  1. 雅克比(Jacobi)迭代法解线性方程组(Matlab程序)

    0下载:
  2. 雅克比迭代例子,给定方程,常用的数值迭代方法(Jacobi iteration example, given equation, numerical iterative methods)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-26
    • 文件大小:1024
    • 提供者:日常
  1. (赛德尔+雅可比)迭代法(解方程组)

    0下载:
  2. 用C++描述赛德尔和雅克比迭代法解方程组(Solving the equations with Seidel and Jacobi method)
  3. 所属分类:汇编语言

  1. Jacobi

    0下载:
  2. 计算方法中用于求解矩阵迭代方法,雅克比迭代(The matrix iteration method is used to calculate method, Jacobi)
  3. 所属分类:Windows编程

    • 发布日期:2018-04-21
    • 文件大小:643072
    • 提供者:京夏京夏
  1. 雅克比

    0下载:
  2. 利用雅克比迭代方法解线性方程组的根,输入矩阵采用TXT文件输入。利用雅克比迭代方法解线性方程组的根。利用雅克比迭代方法解线性方程组的根。(The use of Jacobi iterative method for solving linear equations of the root)
  3. 所属分类:*行业应用

    • 发布日期:2018-05-01
    • 文件大小:2048
    • 提供者:皓月008
« 12 3 4 5 6 7 8 9 10 ... 23 »
搜珍网 www.dssz.com