CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - JACOBI

搜索资源列表

  1. Jacobi迭代法

    0下载:
  2. 用C语言来实现的。求解线性方程组的迭代,是一种简单的迭代法,可不如 Gauss-Seidel迭代法收敛速度快。-Use c language to make a Jacobi iterative arithmetic which could solve the linear equation group, but it s may be more slower than the Gauss-Seidel iterative arithmetic.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:19.94kb
    • 提供者:luo
  1. jacobi算法

    1下载:
  2. 实现雅可比叠代算法 在matlab中 输入矩阵A,b, 初值x 调用该函数 得到结果-achieve Jacobi iterative algorithm in Matlab input matrix A, b, x initial function to be called the results
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:893byte
    • 提供者:陆营
  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
    • 文件大小:5.94kb
    • 提供者:张从
  1. 经典jacobi法

    0下载:
  2. 经典jacobi法
  3. 所属分类:数值算法/人工智能

  1. jacobi

    0下载:
  2. 此代码是数值分析中的jacobi迭代法的实现方法-This code is a numerical analysis of the realization of jacobi iteration method
  3. 所属分类:Algorithm

    • 发布日期:2017-03-24
    • 文件大小:864byte
    • 提供者:march
  1. Jacobi

    1下载:
  2. Jacobi的matlab程序是我同学编着玩的,我试了一下挺好,Jacobi迭代算法。-Jacobi s matlab program is edited by students, I play, I tried some very good, Jacobi iterative algorithm.
  3. 所属分类:matlab

    • 发布日期:2017-03-12
    • 文件大小:1.42kb
    • 提供者:桂鹏
  1. jacobi

    1下载:
  2. 本代码是本人在做作业时所编,主要用来求解雅克比矩阵-slove jacobi matrix
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1.09kb
    • 提供者:韩晓
  1. gauss-jacobi

    0下载:
  2. Inplementation of Gauss-Jacobi method
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:30.03kb
    • 提供者:Jaziel
  1. jacobi.cpp

    0下载:
  2. jacobi algorithm (an iterative method of solving a matrix system)
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-28
    • 文件大小:637byte
    • 提供者:salvo_totoli
  1. jacobi-matlab

    0下载:
  2. jacobi算法,看看能用不,我测试是能用的,希望大家也能用上!-jacobi algorithm, can not see, I can test, and I hope we all can be on!
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:1.34kb
    • 提供者:gms
  1. jacobi.m

    0下载:
  2. jacobi solves the equation System A x = b with a Jacobi-Iteration [x] = jacobi(A,b,omega) -jacobi solves the equation System A x = b with a Jacobi-Iteration [x] = jacobi(A,b,omega)
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:848byte
    • 提供者:Hassan
  1. Jacobi

    0下载:
  2. 雅可比(Jacobi)迭代算法的C++实现,供研究设计使用-Jacobi (Jacobi) iteration algorithm for C++ implementation for research designed to use
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:313.58kb
    • 提供者:
  1. jacobi-mpi3

    0下载:
  2. Jacobi MPI Algorithm
  3. 所属分类:Algorithm

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

    0下载:
  2. Jacobi method for solving system of linear equatations in its MPI realization
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:2kb
    • 提供者:wslcdg
  1. Jacobi

    1下载:
  2. 解线性方程组的迭代法,包括jacobi、g-s、sor。-Solving linear equations, iterative method, including jacobi, gs, sor.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2.45kb
    • 提供者:
  1. Jacobi-Iteration

    0下载:
  2. 雅克比迭代法用来求解线性方程组,使用非常广泛,是最常用的求解非线性方程组的算法 -Jacobi iterative method for solving linear equations, is widely used, is the most commonly used algorithm for solving nonlinear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:5.69kb
    • 提供者:时光
  1. Jacobi.m

    0下载:
  2. Jacobi method matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:567byte
    • 提供者:f22krash
  1. Jacobi-Gauss_Seide-SOR

    0下载:
  2. 三个m文件。线性方程求解的常见几种如Jacobi、Gauss_Seidel、SOR迭代法的matlab程序。三种迭代法主体程序大致都差不多,迭代次数取决于误差epsilon设的大小,其中Gauss_Seidel收敛最快,迭代次数较少。-Three m files. Common in several of linear equations, such as Jacobi, Gauss_Seidel, SOR iterative method matlab program. The main pr
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:1.18kb
    • 提供者:luer
  1. jacobi

    0下载:
  2. 实现jacobi,可供参考,方便快速计算雅可比行列式,也可当作实现的参考模版(implementation jacobi)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-31
    • 文件大小:1kb
    • 提供者:睿睿小
  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
    • 文件大小:254kb
    • 提供者:LvXindi
« 12 3 4 5 6 7 8 9 10 ... 37 »
搜珍网 www.dssz.com