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

搜索资源列表

  1. LUDCMP

    0下载:
  2. 解线性方程组 LU分解法 求解系数矩阵为非奇异的线性代数方程组Ax=b,它能串联式地逐次解A相同b不同的方程组。本方法也叫杜利特尔(doolittle)方法-Linear Equations LU decomposition method for solving non-singular coefficient matrix of linear algebraic equations Ax = b, it cascaded to the same b successive solutio
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:589
    • 提供者:han
  1. juzhenchufa

    0下载:
  2. 计算矩阵的除法,形如A*x=b,其中A为n*n的方矩阵,b为列矩阵-Division of the matrix calculation, shaped like A* x = b, in which A square matrix for n* n, b for the column matrices
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1618
    • 提供者:穆荷雨
  1. ACJDN

    0下载:
  2. 用全选主元高斯-约当消去法求解系数矩阵相同而具有多组右端常 数向量的复系数线性代数方程组AX=B-PCA Gaussian with Select- Jordan elimination method for solving the same coefficient matrix and constant vector with multiple groups of the right end of the complex coefficients of linear algebraic e
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:1051
    • 提供者:aaaaa
  1. gauss

    0下载:
  2. 高斯消去法求解AX=b,利用对增广矩阵进行的初等行变换,将系数矩阵变为上三角矩阵,然后回带,可以得到方程组的解。-Gaussian elimination method for solving AX = b, using the augmented matrix for the elementary row transformation, the coefficient matrix into an upper triangular matrix, and then back to the ta
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:1176
    • 提供者:岳晓鹏
  1. jacobi

    0下载:
  2. 对于方程组AX=b,当系数矩阵非奇异时,对原方程进行改写,利用公式X^k=BX^(k+1)+g进行迭代求解。-For equations AX = b, when the coefficient matrix is ​ ​ nonsingular, rewriting the original equation, using the formula X ^ k = BX ^ (k+1)+g for iterative solution.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1220
    • 提供者:岳晓鹏
  1. ALDLE

    0下载:
  2. 高斯-赛德尔迭代法 用高斯-赛德尔迭代法求解系数矩阵具有主对角线占绝对优势的线性代数方程AX=B-Gauss- Seidel iterative method with Gauss- Seidel iterative method for solving the coefficient matrix has a dominant main diagonal linear algebraic equations AX = B
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:631
    • 提供者:张洪建
  1. Gaussian--and-LU

    0下载:
  2. 计算方法中解线性方程组的列主元高斯消元法及LU分解,由键盘输入系数矩阵A的大小和内容、及矩阵b的内容-Calculation methods listed in the main solution of linear equations Gaussian elimination method and LU decomposition, the coefficient matrix A by the keyboard input size and content, and the content
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1113
    • 提供者:佘洪伟
  1. FRACTIONAL_DIFFERINTEGRAL

    0下载:
  2. 通过傅里叶扩展计算的微分和积分函数,十分有用。-Descr iption The n-th order derivative or integral of a function defined in a given range [a,b] is calculated through Fourier series expansion, where n is any real number and not necessarily integer. The necessa
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:240903
    • 提供者:111
  1. CeShi2

    1下载:
  2. 已知复数矩阵A求A的逆矩阵B,这个过程比较复杂。- finding the inverse matrix
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1195
    • 提供者:工大的猫猫
  1. Gseidel

    0下载:
  2. Main program with a data file for the resolution of a system Ax=b The data file contents the dimension n and the values of the matrix A and the vector b.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1329
    • 提供者:plume009
  1. LU2

    0下载:
  2. Method of resolution system Ax=b with a LU method. The program needs a data file, for reading the values of the components of the matrix A and the vector b.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:953
    • 提供者:plume009
  1. arnoldi-decomposition

    0下载:
  2. Alnoldi decomposition of matrix used for computing AX =b solution
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:680
    • 提供者:chaitu
  1. ok

    0下载:
  2. 以字符形式打开文件 其中x.txt是数据文件 16进制转化为10进制数,存入alpha矩阵 将得出数据存入新的b.txt文档 - Open the file in characters which are data files x.txt hexadecimal to decimal conversion, alpha matrix deposit will yield data into a new document b.txt
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:622
    • 提供者:陆东阳
  1. Cholesky-decomposition

    0下载:
  2. 实对称正定矩阵的 的Cholesky分解.用平方根法和改进的平方根方法求解线性方程组 Ax=b. -Real symmetric positive definite matrix of the Cholesky decomposition method and improved by the square root of the square root method for solving linear equations Ax = b.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-27
    • 文件大小:16364
    • 提供者:lumengyi
  1. LSQR-NNL

    1下载:
  2. 可用于求解超大规模线性方程组非负解的MATLAB函数-Given a tall full-rank matrix A, solves the nonnegative least squares problem: min ||Ax-b|| s.t. x>= 0 and returns the minimizer x. The argument err is the tolerance used in testing for zeros
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1192
    • 提供者:
  1. BCMUL

    0下载:
  2. 求m*n阶直矩阵A与n*k阶重短阵B的乘积矩阵C= AB-Find m* n-order linear matrix A and n* k matrix B short-order heavy product matrix C = AB
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:788
    • 提供者:代持
  1. BRMUL

    0下载:
  2. 求m*n阶矩阵A与n*k阶矩阵B的乘积短阵.-Find m* n order matrix A and n* k matrix B short order matrix multiplication of.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:662
    • 提供者:代持
  1. 2013082711183910

    0下载:
  2. 对于由n个未知数,n个方程组成的组多元一次方程组: a11X1+a12X2+...+a1nXn = b1 a21X1+a22X2+...+a2nXn = b2 ...... an1X1+an2X2+...+annXn = bn 写成矩阵形式为Ax=b,其中A为系数n*n方阵,x为n个变量构成列向量,b为n个常数项构成列向量。当它的系数矩阵可逆,或者说对应的行列式|A|不等于0的时候,由Ax=b可得:x=b*A-1 ,A-1为A的逆矩阵。-For the group consi
  3. 所属分类:Algorithm

    • 发布日期:2017-04-29
    • 文件大小:63027
    • 提供者:zanjiangfeng
  1. k

    0下载:
  2. 用K均值聚类分析把多组数据分成两类 本程序为给定20组数据(用矩阵A表示)分成B、C两组。-K-means clustering analysis of the multiple sets of data into two categories This program is given 20 sets of data (represented by the matrix A) into B, C groups.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2417
    • 提供者:王瑶
  1. SolveLinearEqutations

    0下载:
  2. 全选主元高斯-约当消去法求解稀疏线性方程组 输入参数a[]系数矩阵,n线性方程阶数,b[]右端项 输出参数b[]方程组的解 返回值 : 1求解成功 0求解失败-Select the main element Gauss- Jordan elimination method for solving sparse linear equations Input parameters a [] coefficient matrix, n order linear equations, b
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:886
    • 提供者:李欣
« 1 2 3 45 »
搜珍网 www.dssz.com