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

搜索资源列表

  1. gausselimination

    0下载:
  2. This a matlab code that implements the gauss elimination algorithm to solve linear system of equations-This is a matlab code that implements the gauss elimination algorithm to solve linear system of equations
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:525
    • 提供者:amine
  1. langyen

    0下载:
  2. 最大信噪比的独立分量分析算法,使用大量的有限元法求解偏微分方程,雅克比迭代求解线性方程组课设。- SNR largest independent component analysis algorithm, Using a large number of finite element method to solve partial differential equations, Jacobi iteration for solving linear equations class-based.
  3. 所属分类:matlab

    • 发布日期:2017-05-04
    • 文件大小:4722
    • 提供者:gengfun
  1. MATLAB_numerical-analysis

    5下载:
  2. MATLAB三次样条插值法 求信号的包络线 源代码 MATLAB使用欧拉Euler法求解微分方程组 源程序代码 MATLAB四阶龙格库塔法 求解微分方程数值解 源程序代码 MATLAB实现txt文本数据分离的源程序代码 MATLAB实现不同插值方法的GUI界面设计 源程序代码 MATLAB实现偏微分方程的差分计算 源程序代码 MATLAB实现单摆在外力矩作用下的动画 源程序代码 MATLAB实现图像中值 均值 维纳滤波 源程序代码 MATLAB实现图像分割otsu
  3. 所属分类:Algorithm

    • 发布日期:2017-05-13
    • 文件大小:2590142
    • 提供者:li
  1. Gauss-Seidel

    0下载:
  2. Gauss-Seidel method is an iterative method used to solve systems of linear equations
  3. 所属分类:matlab

    • 发布日期:2017-05-14
    • 文件大小:3073977
    • 提供者:Anna_7D
  1. Extended_GCD

    0下载:
  2. 扩展欧几里得算法,能够求解同余线性方程组。数论里的内容。-Extended Euclidean Algorithm can solve the congruence of linear equations. Number theory in content.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:546
    • 提供者:陈越
  1. gongetidufa

    0下载:
  2. 一种共轭梯度法的matlab函数,可以用于求解病态的线性方程组,提高求解精度.还提供了算法的介绍文档-A conjugate gradient method of matlab function, can be used to solve ill-conditioned linear equations, improve the accuracy of solving
  3. 所属分类:matlab

    • 发布日期:2017-05-04
    • 文件大小:74207
    • 提供者:cyw
  1. langnou_v54

    0下载:
  2. 一个师兄的毕设,雅克比迭代求解线性方程组课设,使用大量的有限元法求解偏微分方程。- A complete set of brothers, Jacobi iteration for solving linear equations class-based, Using a large number of finite element method to solve partial differential equations.
  3. 所属分类:matlab

    • 发布日期:2017-05-05
    • 文件大小:4541
    • 提供者:yenghangsan
  1. 4

    0下载:
  2. 学习和掌握用直接三角分解法解线性方程组; 熟悉运用用直接三角分解法解线性方程组解决实际问题。 - Learning and mastering the direct triangular decomposition method for solving linear equations 熟悉运用用直接三角分解法解线性方程组解决实际问题。 Familiar with the use of direct triangular decomposition of li
  3. 所属分类:matlab

    • 发布日期:2017-05-05
    • 文件大小:21792
    • 提供者:吕志强
  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. 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. 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. 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. 矩阵对角化程序

    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. 线性方程组求解

    1下载:
  2. 利用hermite标准形和满秩分解求矩阵广义逆,并且利用广义逆求解线性方程组,可以判断解的形式(Using Hermite canonical form and full rank decomposition to find the generalized inverse of a matrix, and using the generalized inverse to solve a system of linear equations, the form of the solution ca
  3. 所属分类:数值算法/人工智能

    • 发布日期:2020-06-30
    • 文件大小:2048
    • 提供者:嫌疑人H
« 1 2 ... 5 6 7 8 9 1011 12 13 »
搜珍网 www.dssz.com