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

搜索资源列表

  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. Jacobi-matlab

    0下载:
  2. 雅可比(Jocabi)迭代法解线性方程组-Jacobi (Jocabi) iterative method for solving linear equations
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:5093
    • 提供者:js
  1. Jacobi

    0下载:
  2. 计算方法A中的雅可比算法 是我在学习计算方法时编写的 体现了雅可比算法计算求解的过程-A calculation method of Jacobi algorithm is calculated in the study prepared by the method reflects the Jacobian algorithm for Xie process
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:6081
    • 提供者:张从
  1. Jacobi

    0下载:
  2. 2. Using Gaussian elimination method and Gaussian elimination method with row scaled method to solve the following tri-diagonal system for n=10 and 100
  3. 所属分类:数学计算/工程计算

    • 发布日期:2014-01-17
    • 文件大小:78780
    • 提供者:吕鹏
  1. Gauss-Seidel

    0下载:
  2. Using Jacobi method and Gauss-Seidel iterative methods to solve the following system The required precision is   =0.00001, and the maximum iteration number N=25. Compare the number of iterations and the convergence of these two me
  3. 所属分类:数学计算/工程计算

    • 发布日期:2014-01-17
    • 文件大小:78788
    • 提供者:吕鹏
  1. Gaussian_row

    0下载:
  2. We can see that using Gauss-Seidel iterative methods need only 13 timed to make           But using Jacobi method after 25 times the    is bigger than that
  3. 所属分类:数学计算/工程计算

    • 发布日期:2014-01-17
    • 文件大小:78921
    • 提供者:吕鹏
  1. y4

    0下载:
  2. y4.c Jacobi方法-y4.c Jacobi method
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:963
    • 提供者:王杰
  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. Jacobi Iteration - Method of Simultaneous Displacement for a system of linear equations
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1600
    • 提供者:chakravarthy
  1. poisson_Jacobi

    1下载:
  2. 求解泊松方程的程序,雅可比迭代方法,计算迅速。-Procedures for solving the Poisson equation, Jacobi iteration method to calculate quickly.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:1171
    • 提供者:zhanglei
  1. CG-Jacobi-g-s-sor

    1下载:
  2. 解线性方程组的迭代法,包括jacobi迭代,G-S迭代,Sor迭代,及共轭梯度等。-iterative method for solving linear equations, including jacobi iteration, GS iterative, Sor iteration, and conjugate gradient.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-24
    • 文件大小:2222
    • 提供者:xiaojunsuus
  1. Jacobi.m

    0下载:
  2. 雅克比法求矩阵特征值特征向量,已在matlab上编译成功,直接可用-Jacobi method for matrix eigenvalue eigenvector has been compiled successfully in matlab, directly available
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1116
    • 提供者:juicy
  1. jacobi

    0下载:
  2. jacobi法求解线性方程,输入方程系数即可求出线性方程的解-The Jacobi method for solving linear equations.Enter the equation coefficient to find the solution of linear equations
  3. 所属分类:Algorithm

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

    0下载:
  2. Code to solve linear system with Jacobi Method
  3. 所属分类:Algorithm

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

    0下载:
  2. Jacobi Method for solve non linear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:761
    • 提供者:FArhad
  1. Gauss-Seidel-Method

    0下载:
  2. In numerical linear algebra, the Gauss–Seidel method, also known as the Liebmann method or the method of successive displacement, is an iterative method used to solve a linear system of equations. It is named after the German mathematicians Carl Frie
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:531
    • 提供者:Zolo
  1. jacobi

    0下载:
  2. 研究生教学课程中的数值分析里面的一种方法示例,该方法为雅克比法,为课后习题的算法演示-Graduate teaching courses in numerical analysis example inside a method, this method is the Jacobi method for after-school exercises algorithm demo
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:602
    • 提供者:Sum
  1. Jacobi

    0下载:
  2. Sample implementation for jacobi method in parralel processing, developed with MPICH2.
  3. 所属分类:MPI

    • 发布日期:2017-04-30
    • 文件大小:66735
    • 提供者:huy
  1. Jacobi

    0下载:
  2. Jacobi迭代法的思想和方法,以及求解实际线性方程组的程序(Jacobi iterative method of thinking and methods, as well as the solution of the actual linear equations of the program)
  3. 所属分类:数学计算

    • 发布日期:2017-12-31
    • 文件大小:260096
    • 提供者:LvXindi
  1. Program1_SimpleLaplaceSolver

    0下载:
  2. Gauss, Siedel, Jacobi Method to determine field distribution
  3. 所属分类:matlab例程

    • 发布日期:2018-04-21
    • 文件大小:2048
    • 提供者:Pirkani
« 1 2 34 5 6 7 8 9 10 ... 20 »
搜珍网 www.dssz.com