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

搜索资源列表

  1. conjugategradientmethod.rar

    2下载:
  2. 给出了线性方程组矩阵Ax=b在并行预处理共轭梯度法求解过程,绝对有用哟,Gives the matrix of linear equations Ax = b in parallel preconditioning conjugate gradient method for solving process, is absolutely useful to yo
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:4054
    • 提供者:张景
  1. Cholesky-

    1下载:
  2. 用Cholesky 分解法解方程组Ax=b-Cholesky
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:3378
    • 提供者:zhou kaner
  1. dollite

    0下载:
  2. 杜利特尔三角分解用此方法解Ax=b的方程。-Doolittle triangular decomposition
  3. 所属分类:Document

    • 发布日期:2017-04-01
    • 文件大小:5158
    • 提供者:kelly
  1. Gauss

    0下载:
  2. 给定三个n阶线性方程组Ax=b,采用列主元素法解线性方程组的直接法。-Given three n-order linear equations Ax = b, out the main element method using linear equations solution of the direct method.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:959
    • 提供者:曹林
  1. compress edsensing OMP

    4下载:
  2. 压缩感知 正交匹配追踪一些人关心压缩感知与雷达成像,他们把稀疏表示放在最重要的地方,以为在雷达成像中成功实现压缩感知关键是稀疏表示; 事实上并不是如此。我们知道:压缩感知需要建立AX=B,且该方法具有较低的抑制信噪比能力;另外雷达成像的基础是雷达 信号与目标的相互作用,也就是电磁波与介质的相互作用,该相互作用是一个非常复杂的非线性问题,因此研究这个问题与 压缩感知的关系才是解决雷达成像问题的关键点所在。从另外一个角度来看,雷达成像中惯用的方法是匹配滤波,
  3. 所属分类:matlab例程

    • 发布日期:2013-12-11
    • 文件大小:592
    • 提供者:耿旭
  1. lsqr_b

    1下载:
  2. 此算法为用于解反问题的lsqr算法,对Ax=b,输入矩阵A,列向量b,以及迭代步数,求得列向量x-This algorithm is used for solution of the inverse problem lsqr algorithm, Ax = b, the input matrix A, the column vector b, as well as the number of iterative steps, to seek the column vector x
  3. 所属分类:matlab

    • 发布日期:2017-03-22
    • 文件大小:1692
    • 提供者:gongwei
  1. l1normeq

    0下载:
  2. 满足Ax=b的条件下,l1约束条件下,求解稀疏解问题。-l1norm constraint,subject to Ax=b,sparisty problem。
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-08
    • 文件大小:2247
    • 提供者:xuyan
  1. sor

    0下载:
  2. 算法实验名称: 解线性方程组的超松弛迭代法的c程序 功能说明: 本实验主要写出了解线性方程组Ax=b的超松弛迭代法的C程序代码,并举例进行了运算.-err
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:5375
    • 提供者:白文静
  1. preconjgrad

    0下载:
  2. preconjgrad:预处理共轭梯度法求线性方程组Ax=b的解 conjgrad:共轭梯度法求线性方程组Ax=b的解 twostep:两部迭代法求线性方程组Ax=b的解 fastdown:快速下降法求线性方程组Ax=b的解-preconjgrad: preconditioned conjugate gradient method for solving linear equations Ax = b solution conjgrad: conjugate gradient met
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1683
    • 提供者:wallace
  1. l1benchmark

    1下载:
  2. l1benchmark 这个算法包提供了十种求解带稀疏约束的矩阵方程 AX=b 的 MATLAB 实现代码,并提供了一个比较各种算法求解结果的演示。-An L1-norm minimization benchmark package, which contains an implementation of ten L1-norm minimization algorithms in MATLAB. The package also provides a test scr ipt for comp
  3. 所属分类:Algorithm

    • 发布日期:2017-03-25
    • 文件大小:46215
    • 提供者:bsmsht
  1. 123

    0下载:
  2. 高斯列主元素消去法求解矩阵方程AX=B,其中A是N*N的矩阵,B是N*M矩阵 -Out the main elements in Gaussian elimination method for solving the matrix equation AX = B, in which A is N* N matrix, B is N* M matrix
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:838
    • 提供者:李超
  1. GaussIterativeMethod

    0下载:
  2. (1) 编制解n阶线性代数方程组AX=b列主元三角分解法的通用程序. (2) 用所编的程序解线性方程组.给出解向量,保留5位有效数. -(1) the preparation of solution of n-order linear algebraic equations AX = b out PCA generic triangular decomposition process. (2) the procedures used by the series solution of l
  3. 所属分类:Document

    • 发布日期:2017-04-02
    • 文件大小:4825
    • 提供者:xulin
  1. polyadd

    0下载:
  2. 多项式相加--使用降序排列输入两个格式为ax^b的多项式相加 -Polynomial sum- in descending order of use of the two input formats for the polynomial ax ^ b add
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:1633
    • 提供者:金婷
  1. equation

    1下载:
  2. 分别用高斯消去法,三角分解法,Jacobi迭代法,GS迭代法,SOR迭代法求解Ax=b-Separately using Gaussian elimination, triangular decomposition, Jacobi iterative method, GS iterative method, SOR iterative method for solving Ax = b
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:16340
    • 提供者:
  1. plot

    0下载:
  2. 函数作图器 1.至少包含直线y=aX+b、椭圆、抛物线、双曲线四种函数 2.系数可任意输入 3.有可变横纵坐标 -Function Constructions 1. Contains at least a straight line y = aX+ b, Ellipse, parabola, hyperbola four function 2. Coefficients can be arbitrary input 3. There is variable cross-Ordin
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-13
    • 文件大小:1741
    • 提供者:li
  1. trans

    0下载:
  2. 实现BMP图像黑白图像的打开及图像灰度值的线性变换y=ax+b,线性变换的a,b由对话框输入-BMP implementation of the open image black and white images and gray scale image of the linear transformation y = ax+ b, linear transformation of a, b from the dialog box enter
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-05-09
    • 文件大小:1985166
    • 提供者:sunny
  1. matrix

    0下载:
  2. Matrix operations solution of AX=B Jordan and newton Methods
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:7333
    • 提供者:tfn0019
  1. solver

    0下载:
  2. solves any equation of matrix Ax=b
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:15585
    • 提供者:Shahed
  1. qili

    0下载:
  2. 实现矩阵三角分解的乔利斯基方法及用此方法解Ax=b的方程。-Triangular matrix decomposition to achieve乔利斯基and use this method to solve the equation Ax = b.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:5312
    • 提供者:kelly
  1. vbFangXiemimaxitiong

    0下载:
  2. 仿射密码是一种替换密码。它是一个字母对一个字母的。 它的加密函数是<math>e(x)=ax+b\pmod</math>,其中 <math>a</math>和<math>m</math>互质。 <math>m</math>是字母的数目。 译码函数是<math>d(x)=a^(x-b)\pmod</math>,其中<math>a^</ma
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:2066
    • 提供者:kt
« 1 2 34 5 6 7 8 9 10 ... 14 »
搜珍网 www.dssz.com