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

搜索资源列表

  1. jacobi

    0下载:
  2. 雅可比迭代法的C++代码,最简单的迭代法求解方程组-jacobi iteration method C++ code
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:6922
    • 提供者:wangchao
  1. jacobi

    0下载:
  2. 求解线性方程组的雅克比迭代法的C语言代码以及VC6.0编译器的项目文件。-The C language code of Jacobi iterative method for solving linear equations and the project files using the Visual Studio C++ 6.0 compile.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:62727
    • 提供者:qin
  1. Matrix-ProgrammingBeta2.0

    0下载:
  2. 该编程为矩阵与数据分析课的编程作业程序,里面包括matlab的三次样条曲线程序,有Jacobi迭代法和Gauss-Seidel迭代法等-The programming and data analysis for the matrix class programming operations program, which includes the cubic spline curve matlab procedures, Jacobi and Gauss-Seidel iterative meth
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:557627
    • 提供者:fat
  1. a

    1下载:
  2. 矩阵与数值分析:高斯法,高斯列主元法,G_S迭代,牛顿法,jacobi迭代法,G-S迭代法 ,牛顿法求根,三次样条插值,多项式拟合,复化Simpson方法,复化梯形方法,n=3的Gauss_Lengendre公式,4阶Runge-Kutta法求解微分方程-Matrix and numerical analysis: Gauss method out PCA Gaussian law, G_S iteration, Newton' s method, jacobi iterative m
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:8140
    • 提供者:邵莹
  1. jacobi

    0下载:
  2. 应用C++编写的数值分析中的 雅克布迭代算法,是数值分析课程的基本算法迭代算法,是数值分析课程的基本算法-jacobi迭代算法是数值分析中的重要算法,主元消去法解方程组的有效方法
  3. 所属分类:Algorithm

    • 发布日期:2017-11-27
    • 文件大小:982
    • 提供者:宋寰宇
  1. lapulasifangcheng

    0下载:
  2. 正方形区域Laplace方程Diriclet问题的求解,需要调用Jacobi迭代法和Guass-Seidel迭代法求解线性方程组 -laplace s equation
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:4858
    • 提供者:王昭
  1. solver_Eq

    0下载:
  2. 本程序包采用matlab编写的几种数值计算中经典的解方程组的算法,包括LU分解、Gauss消元法、Jacobi迭代法、以及Guass-Seidel迭代法的源代码。供大家参考。-This package prepared using matlab several numerical solution of equations of classical algorithms, including LU decomposition, Gauss elimination method, Jacobi i
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:2879
    • 提供者:蔡声泽
  1. 1153304_4_4.cpp

    0下载:
  2. 改程序分别用Jacobi迭代法和G-S迭代法求解给出的方程组,并分别就记录达到所需精度的迭代次数。-Reform program were the Jacobi iteration and GS iterative method for solving equations given, respectively, on the record number of iterations to achieve the required accuracy.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:1115
    • 提供者:小哈
  1. jacobi-gauss-seidel-sor

    0下载:
  2. 用Jacobi Gauss-seidel SOR迭代法求解线性方程组-With Jacobi Gauss-seidel SOR iterative method for solving linear equations
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:50430
    • 提供者:李春兰
  1. matlab

    1下载:
  2. 用matlab分析数值的,有拉个朗日插值、三次样条插值法、NEWTON插值、hermite插值、mewton形式的hermite插值、平方根法、gauss消去法、三角分解法、jacobi迭代法、 gauss迭代法、sor迭代法、最速下降法、共额梯度法、mewton迭代法、逆broyden迭代法。一共15段代码。 -Numerical analysis using matlab, there are a Long Day interpolation, cubic spline interp
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:2238
    • 提供者:佳佳
  1. jacobi-gauss_seida

    0下载:
  2. 為jacobi與gauss seidal迭代法 只要把A,b,N更換成你要的即可-To jacobi and gauss seidal iterative method as long as the A, b, N you want to replace
  3. 所属分类:File Formats

    • 发布日期:2017-04-08
    • 文件大小:10286
    • 提供者:吳宗霖
  1. jacobi

    0下载:
  2. 用雅克比迭代法求解方程,给出5*5 但可在此基础上拓展-Solving equations using Jacobi iterative method, gives 5* 5 but can be expanded on the basis of
  3. 所属分类:MPI

    • 发布日期:2017-04-10
    • 文件大小:560
    • 提供者:gd
  1. liner-formular

    0下载:
  2. 利用Jacobi迭代法和共轭梯度法来解线性方程组的matlab源代码-Use Jacobi iteration method and conjugate gradient method for solving linear equations matlab source code
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:918
    • 提供者:李耀兵
  1. Calculator

    0下载:
  2. 数值计算下的计算器,包含有Jacobi迭代法,Gauss-Seidel迭代法,Newton插值法,Rung-Kutta方法和三次插值-Under numerical calculators, including a Jacobi iterative method, Gauss-Seidel iterative method, Newton interpolation method, Rung-Kutta method and cubic interpolation
  3. 所属分类:Algorithm

    • 发布日期:2017-05-31
    • 文件大小:13158478
    • 提供者:hnn
  1. Linear_equations

    0下载:
  2. 线性方程组的数值解法,包括高斯列主元消去法 ,Jacobi迭代法,Gauss--Saidel迭代法,超松弛迭代法-The numerical solution of linear equations, including gaussian pca elimination method, Jacobi iteration method, Gauss- Saidel iteration method, overrelaxation iteration method
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-24
    • 文件大小:170463
    • 提供者:熊莹
  1. mathmatical-calculation-with-matlab

    0下载:
  2. CG、Gauss、SOR、Jacobi迭代法matlab程序 自己收藏的源程序-CG, Gauss, SOR, Jacobi iteration method matlab program his collection of source code
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:4238
    • 提供者:yangjinhong
  1. Jacobi

    0下载:
  2. 雅可比迭代法,可以解方程数值解。对微分方程的数值解有着重要意义。-Jacobi iteration method, numerical solution of equations can be solved. Numerical solution of differential equations is of great significance.
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:560
    • 提供者:李琳
  1. Jacobi-iteration-method-

    0下载:
  2. 雅克比迭代法求线性方程组,这是一种有效的方法。-Jacobi iteration method to solve linear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1103
    • 提供者:gaolian
  1. hw

    0下载:
  2. 解线性方程的迭代法,使用Jacobi迭代法和SOR迭代法。-Iterative method for solving linear equations using Jacobi iterative method and SOR iterative method.
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1146
    • 提供者:张刚
  1. hanshuchazhi

    0下载:
  2. matlab差值代码,内置GaussSeidel迭代法,Jacobi迭代法和牛顿差值法,适合数据差值计算及相关迭代计算-difference matlab code, built GaussSeidel iteration method, Jacobi iterative method and Newton difference method for computing the difference between the calculated data and related iterativ
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2419
    • 提供者:
« 1 2 3 4 5 6 78 9 10 11 12 13 14 »
搜珍网 www.dssz.com