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

搜索资源列表

  1. matrix_eigenvalue_calculate

    0下载:
  2. 用多种算法实现任给实对称矩阵的所有特征值,包括雅克比方法、雅克比过关法和QR算法。-Using a variety of algorithms to achieve any real symmetric matrix of all the characteristics of value, including Jacobian methods, Jacobian immigration law and QR algorithm.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:182934
    • 提供者:杨怡
  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. xianjian

    0下载:
  2. 高斯赛德尔、雅克比、超松弛迭代迭的程序代码-High斯赛德尔, Jacobian, ultra-relaxation iteration of the program code Diego
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:3218
    • 提供者:黄善敏
  1. Jacobi

    0下载:
  2. 该函数文件是通过雅克比迭代格式求解线性方程的近似解-The function file is the format adopted for solving Jacobian iteration of the approximate solution of linear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:1080
    • 提供者:rock
  1. Jacobian_algorithm

    0下载:
  2. 用雅克比算法求取一个实对称矩阵的特征值和特征向量-Jacobian algorithm used to strike a real symmetric matrix of eigenvalues and eigenvectors
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1308
    • 提供者:海拉
  1. 2008513141456

    0下载:
  2. 10个重要的算法C语言实现源代码:拉格朗日,牛顿插值,高斯,龙贝格,牛顿迭代,牛顿-科特斯,雅克比,秦九昭,幂法,高斯塞德尔 -Strong Names Explained
  3. 所属分类:Algorithm

    • 发布日期:2017-04-29
    • 文件大小:326377
    • 提供者:kouzan
  1. xianxingfangchengzu

    0下载:
  2. 利用高斯消元法、雅克比消元法解决求解线性方程组的解的程序-Using Gaussian elimination method, Jacobian elimination method for solving linear equations to solve the solution procedure
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:1522
    • 提供者:vivian
  1. Numericalanalysiscalculationmethodscommonalgorithm

    0下载:
  2. 数值分析&计算方法常见算法C语言源代码,内容包括高斯消元,牛顿下山,雅克比迭代等常用数值算法!-Numerical analysis & calculation methods common algorithm C language source code, including Gauss, Newton down the mountain, such as Jacobian iterative numerical algorithm used!
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:332718
    • 提供者:huang
  1. Calculationprocedure

    0下载:
  2. 该程序包括了计算方法基本需要的程序,诸如高斯列主元,拟合,牛顿插值,对分,雅克比等.-The program includes the calculation of the basic needs of the program, such as Gaussian , fitting, Newton interpolation of points, Jacobian.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-17
    • 文件大小:8942
    • 提供者:yanyuee
  1. ToSolveAnEquationSet

    0下载:
  2. 数值分析中五种常用的解方程组的算法在Linux下的实现。 在本压缩包里分别是: ColPivotElim.d 枢轴元素消去法解方程组 GaussElim.d 高斯销元法解方程组 GSItera.d 高斯赛德尔迭代法解方程组 JacobiItera.d 雅克比迭代解方程组 TriDecompo.d 线性方程组的直接三角分解法 运行环境是Linux,用G++编译的。-Numerical analysis of five commonly used soluti
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:92356
    • 提供者:xichen
  1. MySolutions

    0下载:
  2. 运用迭代法求解线性方程组,包括高斯-赛德尔法、雅克比法、SOR法。-The use of iterative method for solving linear equations, including Gauss- Seidel method, Jacobian method, SOR method.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1805356
    • 提供者:王方
  1. 4

    0下载:
  2. ACM经典算法源码:三对角线追赶法,雅克比迭代-ACM classical algorithm source: to catch up with the three diagonal method, iterative Jacobian
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1489
    • 提供者:hjx
  1. chaoliu1

    0下载:
  2. 采用C语言编写的用于处理潮流计算问题的代码,包括生成导纳矩阵和求解雅克比方程组.-Using C language to deal with the issue of power flow calculation code, including admittance to generate Jacobian matrix and solving equations.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:21787
    • 提供者:魏刚
  1. MPI-MatrixEigenvalue

    0下载:
  2. 矩阵特征值计算,包括乘幂法、雅克比法、单侧旋转法、QR法的MPI源码-Matrix eigenvalue calculation, including the power by law, Jacques ratio method, unilateral rotation method, QR Law MPI Source
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-26
    • 文件大小:11780
    • 提供者:不死鸟
  1. a

    0下载:
  2. 解线性代数方程组的雅克比迭代法,一段小程序,解线性代数方程组-Solution of linear algebraic equations of the Jacobi iterative method, a small program for solving linear algebraic equations
  3. 所属分类:CSharp

    • 发布日期:2017-04-10
    • 文件大小:592
    • 提供者:猴猴
  1. Jacobi

    0下载:
  2. 通过迭代方法计算非线性方程组,主要是通过雅克比迭代的方法-Be calculated by iteration of nonlinear equations, mainly through the Jacobi iterative method
  3. 所属分类:.net

    • 发布日期:2017-03-29
    • 文件大小:41276
    • 提供者:dinghu
  1. NumericalAlgorithms

    0下载:
  2. 各种数值算法,包括,艾特肯,杜氏分解法,二分法,分段线性插值,复合梯形法,复合辛普森,高斯消去法,列主元素消去法,龙贝格算法,雅克比迭代等等。-Numerical Algorithms,includeing Aitken,Duchenne decomposition,Dichotomy,Piecewise linear interpolation,Composite trapezoidal rule,Composite Simpson,Gaussian elimination,Out the m
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:3475
    • 提供者:A1042yang
  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. Jacobian_algorithm_optimization

    0下载:
  2. 雅克比过关法算法求矩阵的奇异值分解,是雅克比算法的优化-Jacobi algorithm for seeking clearance method singular value decomposition of the matrix is a Jacobian algorithm optimization
  3. 所属分类:source in ebook

    • 发布日期:2017-04-07
    • 文件大小:934
    • 提供者:huang
  1. Jacobianpihole

    0下载:
  2. 求解像机成像针孔方程,Jacobi雅克比阵与最小二乘法-solving the pin hole equation
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-04
    • 文件大小:2596
    • 提供者:guoshaogang
« 1 2 3 45 6 7 8 9 10 ... 29 »
搜珍网 www.dssz.com