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

搜索资源列表

  1. LinearEquations

    0下载:
  2. Solve Linear Equations with matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:5290
    • 提供者:糊糊
  1. Gauss_elimination

    0下载:
  2. Gauss Elimination Algorithm is used to solve linear equations in the form Ax=B, find rank of matrix and to find inverse of matrixes. The program is done in matlab platform.
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:603
    • 提供者:mmbaskr
  1. NonCvxGroupSparsity

    2下载:
  2. 本程序为一种基于凸优化的OFDM信道估计算法,平滑SLO算法是求解稀疏线性方程组的一种迭代解法,本程序将其应用于OFDM信道估计,取得了较好的信号估计精度以及速度-This procedure is a convex optimization of OFDM-based channel estimation algorithm, smoothing algorithm SLO is sparse system of linear equations to solve an iterative m
  3. 所属分类:matlab

    • 发布日期:2016-11-15
    • 文件大小:3909
    • 提供者:赵亮
  1. all1

    0下载:
  2. Gauss消去法、Jacobi法、SOR法解线性方程组的源程序,可以方便得到解-code for solution of linear equations using Gauss elimination method、Jacobi method and SOR method
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:837
    • 提供者:junli
  1. solve

    0下载:
  2. 一个通过矩阵变换求解多维线性方程组的matlab函数-By solving a multi-dimensional matrix transformation of linear equations matlab function
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:885
    • 提供者:Coco
  1. itdemo1

    0下载:
  2. Jacobi GS SOR 方法解线性方程迭代速度的比较-Jacobi GS SOR iterative method to solve linear equations comparison of speed
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:598
    • 提供者:张晓君
  1. gaijin

    0下载:
  2. 这个程序是用改进平方根法对线性方程组进行求解,要求系数矩阵必须是对称正定矩阵-This procedure is used to improve the square root method to solve linear equations, requiring the coefficient matrix must be symmetric positive definite matrix
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:32313
    • 提供者:张靖
  1. solve-linear-equations-in-matlab

    0下载:
  2. 详细介绍了用迭代法求解线性方程组的方法及其Matlab语言表示。-Iterative method described in detail with the method for solving linear equations and Matlab language said.
  3. 所属分类:matlab

    • 发布日期:2017-03-22
    • 文件大小:550353
    • 提供者:lin
  1. shili97

    0下载:
  2. 制作运用共轭梯度法解线性方程组的用户界面 -Making use of conjugate gradient method to solve linear equations of the user interface
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:740
    • 提供者:岳翠翠
  1. shili95

    0下载:
  2. 制作运用SOR迭代法解线性方程组的用户界面-Making use of SOR iterative method to solve linear equations of the user interface
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:733
    • 提供者:岳翠翠
  1. fem_basis-Matlab

    0下载:
  2. fem matlab method to solve linear equations
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:9597
    • 提供者:
  1. gongetidufadshuzhixingzhi

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

    • 发布日期:2017-04-03
    • 文件大小:722
    • 提供者:兰中周
  1. Solution-of-linear-equations

    0下载:
  2. 其中的相应程序为实现解决线性方程组的相应的方法,程序测试正确。-Corresponding procedures for the realization of the appropriate method to solve linear equations, the correct program testing.
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:5021
    • 提供者:jh
  1. Solve-the-equation

    0下载:
  2. 运用matlab求解一般代数方程、线性方程组、线性微分方程、非线性微分方程的源代码-Using matlab to solve common algebraic equations, linear equations, linear differential equation and nonlinear differential equation of source code
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:88987
    • 提供者:王菲茵
  1. Solve-Modular-Linear-Equations

    0下载:
  2. 解模块线性方程组, solve modular linear equations, 用到了extended-euclid算法求最大公约数-solve modular linear equations, use extended-euclid to compute the greatest common divisor..
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:1371
    • 提供者:yxc
  1. Sor_use

    0下载:
  2. 超松弛迭代法求解线性方程组,有相应的例题以及详细的解说该代码的使用。-Successive over-relaxation method to solve linear equations code with specific explain and example.
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:661
    • 提供者:yongminghu
  1. choleski-function

    0下载:
  2. This function is to solve linear equations
  3. 所属分类:matlab

    • 发布日期:2017-12-08
    • 文件大小:758
    • 提供者:mohammad
  1. matlab-linear-algebra

    0下载:
  2. matlab在线性代数中的应用,在求解中线性方程组的特征值、特征向量,以及用不同算法求解方程组。-matlab linear algebra, in solving the eigenvalue in linear equations, eigenvectors, and use different algorithms to solve equations.
  3. 所属分类:matlab

    • 发布日期:2017-11-06
    • 文件大小:15227
    • 提供者:熊长鑫
  1. direct-method-solve-linear-equation

    0下载:
  2. 基于MATLAB环境下的运用直接法求解线性方程组的对应的代码 简单易学 便于初学者消化使用-Based on MATLAB environment using a direct method for solving linear equations corresponding code is easy to learn for beginners to use digest
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:7571
    • 提供者:明超
  1. Iter.zip

    0下载:
  2. 求解线性方程组的常用算法matlab实现 包括 Jacobi,Gauss_Seid 与 SOR(Common iterative methods function to solve linear symstems of equations. (Jacobi, Gauss_Seid and SOR))
  3. 所属分类:matlab例程

    • 发布日期:2018-01-04
    • 文件大小:2048
    • 提供者:焦浮
« 12 3 4 5 »
搜珍网 www.dssz.com