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

搜索资源列表

  1. 1.c

    0下载:
  2. 用c语言实现n阶线性方程组Ax=b,列主元素消去法-Using c language implementation n linear equations Ax = b, set out the main elements of elimination
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:534
    • 提供者:尹泉
  1. fpc_v2

    0下载:
  2. A MATLAB solver for minimizing ||x||1 + p||Ax-b||2-A MATLAB solver for minimizing ||x||1+ p||Ax-b||2
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:34933
    • 提供者:fateme
  1. maseidelghhhhhhh

    0下载:
  2. 用途:用Gauss-Seidel迭代法解线性方程组Ax=b 格式:x=maseidel(A,b,x0,ep,N) A为系数矩阵,b为右端向量, -Uses: The Gauss-Seidel iteration method for solving linear equations Ax = b Format: x = maseidel (A, b, x0, ep, N) A as the coefficient matrix, b for the right-hand side vec
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:594
    • 提供者:huanhuan
  1. marunge4gh

    1下载:
  2. 1 用途:4阶经典龙格库塔格式解常微分方程y =f(x, y), y(x0)=y0 格式:[x, y]=marunge4(dyfun,xspan,y0,h) dyfun为函数f(x,y), xspan为求解区间[x0, xn], y0为初值, h为步长, x返回节点, y返回数值解 2 用途:用LU分解法解方程组Ax=b -1 Uses: 4-order classical Runge-Kutta solution of ordinary differential
  3. 所属分类:Algorithm

    • 发布日期:2017-03-18
    • 文件大小:860
    • 提供者:huanhuan
  1. machogfl

    0下载:
  2. 用途:用Cholesky分解法解方程组Ax=b 可利用该算法源码解求方程- Usage: The Cholesky decomposition solution of equations Ax = b can make use of the algorithm source solution of Equation
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:531
    • 提供者:huanhuan
  1. QR

    1下载:
  2. 用QR分解来解方程AX=b,其中QR分解是用householder变换做的-With QR decomposition to solve the equation AX = b, where QR decomposition is done using householder transformation
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:898
    • 提供者:lianna
  1. Doolittle

    0下载:
  2. Doolittle,用多利特尔直接分解法求解线性方程组Ax=b。-Doolittle, with multiple little direct decomposition method for solving linear equations Ax = b.
  3. 所属分类:Document

    • 发布日期:2017-03-31
    • 文件大小:4014
    • 提供者:yuanwozhang
  1. AXB

    0下载:
  2. matlab和C++混合编程,利用高斯算法计算Ax=B求解-Solve Ax=B Using combination matlab and c++
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:179726
    • 提供者:oscar
  1. partic

    0下载:
  2. Particular solution of Ax=b.
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:836
    • 提供者:katore vishal
  1. gauss-jakobi

    0下载:
  2. SOLVING A LINEAR MATRIX SYSTEM AX=B with Gauss Jordan Method
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:3744
    • 提供者:hussam
  1. and11

    0下载:
  2. 该程序可实现求解线性方程组的功能,采用共轭梯度法求解线性方程组Ax=b的解 线性方程组的系数矩阵-The program enables the function for solving linear equations using the conjugate gradient method for solving linear equations Ax = b the solution , the coefficient matrix of linear equations
  3. 所属分类:Document

    • 发布日期:2017-04-14
    • 文件大小:2607
    • 提供者:李明
  1. AX=b

    0下载:
  2. 已知线性方程组,求解,得到一个结果向量。-Known linear equations, solving, we obtain a result vector.
  3. 所属分类:assembly language

    • 发布日期:2017-03-31
    • 文件大小:787
    • 提供者:刘耀中
  1. GaussElimination

    0下载:
  2. 使用高斯消元法,解线性方程组。写作AX=B型的矩阵形式解决。-Using Gaussian elimination, solution of linear equations. Writing AX = B type of matrix solution.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-24
    • 文件大小:879624
    • 提供者:hustckm
  1. Gauss_Elimination

    0下载:
  2. 使用高斯消元法,解线性方程组。写作AX=B型的矩阵形式解决。-Using Gaussian elimination, solution of linear equations. Writing AX = B type of matrix solution.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:1344
    • 提供者:hustckm
  1. A_LU

    0下载:
  2. bool lu(double *a, int *pivot, int n);矩阵的LU分解。 假设数组an*n在内存中按行优先次序存放,此函数使用高斯列选主元消去法,将其就地进行LU分解。pivot为输出函数.pivot[0,n)中存放主元的位置排列. 函数成功时返回false,否则返回true. bool guass(double const *lu, int const *p, double *b, int n) 求线性方程组的解。 假设矩阵lum*n为某个矩阵a
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:1667
    • 提供者:moontea
  1. A_QR

    0下载:
  2. void qr(double *a, double *d, int n) 矩阵的QR分解 假设数组an*n在内存中按行优先次序存放,此函数使用HouseHolder变换将其就地进行QR分解。 d为输出参数,d[0,n)存放QR分解的上三角矩阵对角线元素。 bool householder(double const *qr, double const *d, double *b, int n) 求线性代数方程组的解。 假设矩阵qrn*n为某个矩阵an*n的QR分解,在内
  3. 所属分类:Algorithm

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

    0下载:
  2. 计算方法数值方程,用列主元Gauss消去法解释线性方程组Ax=b,其中A=[10E-8 2 3,-1 3.712 4.623,-2 1.072 5.643],b=[1,2,3]-Calculated value equation, the main-element Gauss elimination explanation of linear equations Ax = b, where A = [10E-8 2 3,-1 3.712 4.623,-2 1.072 5.643], b = [1
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:12018
    • 提供者:张松昌
  1. main_gmp

    0下载:
  2. Gauss algorithm for solve Ax=b with GMP
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:6034
    • 提供者:Elena
  1. gauss

    0下载:
  2. Program for solution Ax=b by Gauss with CUDA
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:2919
    • 提供者:Elena
  1. ALG074

    0下载:
  2. ITERATIVE REFINEMENT ALGORITHM To approximate the solution to the linear system Ax=b when A is
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:8614
    • 提供者:SUNDER
« 1 2 3 4 56 7 8 9 10 ... 14 »
搜珍网 www.dssz.com