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

搜索资源列表

  1. 5

    0下载:
  2. 学习和掌握用平方根法求解线性方程组; 熟悉运用用平方根法求解线性方程组解决实际问题。 - Learning and mastering square root method for solving linear equations 熟悉运用用平方根法求解线性方程组解决实际问题。 Familiar with the use of square root method for solving linear equations to solve practical
  3. 所属分类:matlab

    • 发布日期:2017-05-05
    • 文件大小:22794
    • 提供者:吕志强
  1. guassian-

    0下载:
  2. 列主元高斯消去法,可以解决线性方程组数值解法的问题-Gauss elimination method can solve the problem of numerical solution of linear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:546
    • 提供者:诸葛南桥
  1. Conjugate-Gradient-Method

    0下载:
  2. 共轭梯度法(Conjugate Gradient)是介于最速下降法与牛顿法之间的一个方法,它仅需利用一阶导数信息,但克服了最速下降法收敛慢的缺点,又避免了牛顿法需要存储和计算Hesse矩阵并求逆的缺点,共轭梯度法不仅是解决大型线性方程组最有用的方法之一,也是解大型非线性最优化最有效的算法之一。 在各种优化算法中,共轭梯度法是非常重要的一种。其优点是所需存储量小,具有步收敛性,稳定性高,而且不需要任何外来参数。-Conjugate gradient method (Conjugate Gradie
  3. 所属分类:Algorithm

    • 发布日期:2017-05-05
    • 文件大小:367526
    • 提供者:陈怀兵
  1. FR

    0下载:
  2. 共轭梯度法(Conjugate Gradient)是介于最速下降法与牛顿法之间的一个方法,它仅需利用一阶导数信息,但克服了最速下降法收敛慢的缺点,又避免了牛顿法需要存储和计算Hesse矩阵并求逆的缺点,共轭梯度法不仅是解决大型线性方程组最有用的方法之一,也是解大型非线性最优化最有效的算法之一。 在各种优化算法中,共轭梯度法是非常重要的一种。其优点是所需存储量小,具有步收敛性,稳定性高,而且不需要任何外来参数。-The Conjugate Gradient method is a method b
  3. 所属分类:matlab

    • 发布日期:2017-12-14
    • 文件大小:1253
    • 提供者:刘杉
  1. cholesky

    1下载:
  2. cholesky分解是用于将一个对称正定的矩阵分解为一个上三角与一个下三角矩阵乘积的形式,可运用于回归系数求解,线性方程组求解中 逐步回归是在回归分析的建模过程中用于变量筛选的有效方法,这里同时进行了向前和向后回归,效果更加显著(Cholesky decomposition is used to decompose a symmetric positive definite matrix into an upper triangle and a lower triangular matrix
  3. 所属分类:数学计算

    • 发布日期:2017-12-21
    • 文件大小:3072
    • 提供者:qinglili
  1. 新建文件夹 (2)

    0下载:
  2. 雅可比迭代的MATLAB代码,可以求解一些线性方程组 用鼠标作图(The MATLAB code of Jacobi iterative, you can solve some linear equations Plot with a mouse)
  3. 所属分类:其他

    • 发布日期:2017-12-26
    • 文件大小:8192
    • 提供者:御风致远
  1. CG

    0下载:
  2. 程序可以求解线性方程组,迭代速度相对较快,复杂度O(Nlog(N))(The program can solve the linear equations, the iteration speed is relatively fast, the complexity is O (Nlog (N)))
  3. 所属分类:其他

  1. caoz

    0下载:
  2. 数值方法里面的用lagrange插值发求解线形方程的算法,可以用来解线形方程组的习题(The inside of the numerical methods used though laser hair interpolation algorithm for solving linear equations, problem sets can be used to solve the linear system of equations)
  3. 所属分类:工具条

    • 发布日期:2017-12-29
    • 文件大小:14336
    • 提供者:llavh
  1. FGMRES

    0下载:
  2. 利用灵活的广义最小残差法(FGMRES)求解矩阵的子程序(a subroutine to solve the linear equations by the Flexible Generalized Minimal Residual Algorithm (FGMRES))
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-23
    • 文件大小:1024
    • 提供者:bruce12345678
  1. total gauss

    0下载:
  2. 采用列主元高斯消去法求解线性方程组,可供初级学习参考使用,也可求解较复杂线性方程组。(The column principal element Gaussian elimination method is used to solve the linear equations, which can be used for primary learning reference and can solve the more complex linear equations.)
  3. 所属分类:汇编语言

    • 发布日期:2017-12-29
    • 文件大小:5120
    • 提供者:筱海子
  1. pr_reg

    0下载:
  2. 多种最优化方法的集合函数,包括吉洪诺夫正则化算法等。(mutilple method for inverse problem, mainly to solve ill-conditioned system of linear equations.including Tikhonov regularization method.)
  3. 所属分类:数学计算

    • 发布日期:2018-01-01
    • 文件大小:5120
    • 提供者:jay_C
  1. LU

    0下载:
  2. 可以用该程序数值求解矩阵,具有详细的注释,理解LU分解法求线性方程组的算法原理(The program can be used to solve the matrix, with detailed notes, understanding the LU decomposition method for solving linear equations algorithm principle)
  3. 所属分类:数值算法/人工智能

  1. 高斯消去法

    0下载:
  2. 使用原始高斯消去法求解线性方程组,用Python进行实现(The original Gauss elimination method is used to solve the system of linear equations, and Python is used to realize it)
  3. 所属分类:其他

    • 发布日期:2018-01-06
    • 文件大小:11264
    • 提供者:露水11
  1. SOR

    0下载:
  2. 超松驰迭代法,用于快速求解线性方程组,可按每行注释理解算法原理,可自行调整松弛因子(一般建议1.2左右有良好效果)(The super relaxation iteration method is used to solve the linear equations quickly. It can understand the algorithm principle according to each row annotation, and can adjust the relaxation f
  3. 所属分类:其他

  1. 共轭梯度

    0下载:
  2. 求解大型对称正定线性方程组,内含收敛率计算,迭代步数和结果。(To solve large symmetric positive definite linear equations, the calculation of convergence rate, the number of iterations and the results are found.)
  3. 所属分类:其他

    • 发布日期:2018-01-07
    • 文件大小:1024
    • 提供者:zyd17
  1. CG_MINRES_LANCZOS

    0下载:
  2. 用共轭梯度法_MINRES_LANCZOS等迭代算法解线性方程组,清华大学李津老师高等数值分析大作业(This is the homework of Li Jin's higher numerical analysis course of Tsinghua University. We use the conjugate gradient method, MINRES method and LANCZOS algorithm to solve the linear equations.)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-08
    • 文件大小:7025664
    • 提供者:hejinfeng
  1. Gaussxiaoqu

    0下载:
  2. 高斯消元法的简单Matlab程序,有简单的GUI界面,可以进行线性方程组的求解。(Gaussian Elimination simple Matlab program, a simple GUI interface, you can solve the linear equations)
  3. 所属分类:其他

    • 发布日期:2018-04-19
    • 文件大小:4096
    • 提供者:ljs2017
  1. Gauss2

    0下载:
  2. 高斯消元法(或译: 高斯消去法),是线性代数规划中的一个算法,可用来为线性方程组求解(Gaussian elimination (or the gauss elimination method), is an algorithm in the planning of linear algebra, available for the system of linear equations to solve)
  3. 所属分类:其他

    • 发布日期:2018-04-19
    • 文件大小:49152
    • 提供者:corrie1
  1. 矩阵对角化程序

    0下载:
  2. fortran计算用来求解线性方程组的BLAS和LEACK 包。。。(The FORTRAN calculation is used to solve the BLAS and LEACK packages of the linear equations.)
  3. 所属分类:数学计算

    • 发布日期:2018-04-22
    • 文件大小:1451008
    • 提供者:dongfeng1997
  1. 线性方程组计算

    1下载:
  2. 利用高斯消元法法求解病态矩阵——hilbert 矩阵的线性方程组。通过条件数分析,找出误差较大的原因。再利用 Jacobi 迭代方法、G-S 迭代方法和 SOR 迭代法做了进一步探究。另外,作为要求之外的,还使用共轭梯度法来求解方程以来进行对比,并利用Tikhonov 正则化的方法改善矩阵的条件数,来减小误差。(The Gauss elimination method is used to solve the linear equations of the ill conditioned mat
  3. 所属分类:数学计算

    • 发布日期:2018-04-29
    • 文件大小:2048
    • 提供者:才子昕
« 1 2 ... 8 9 10 11 12 1314 15 16 17 »
搜珍网 www.dssz.com