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

搜索资源列表

  1. gauss-C

    0下载:
  2. * 高斯列主元素消去法求解矩阵方程AX=B,其中A是N*N的矩阵,B是N*M矩阵 * 输入: n----方阵A的行数 * a----矩阵A * m----矩阵B的列数 * b----矩阵B * 输出: det----矩阵A的行列式值 * a----A消元后的上三角矩阵 * b----矩阵方程的解X -out the main elements of Gaussian elimination method for solving matrix equ
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:3.17kb
    • 提供者:xuyan
  1. Generator

    0下载:
  2. This a Fibonacci Sequence Generator. I am 15 and this took some thinking. The code is obviously not refined. It does the job. Fibonacci顺序发生器 使用高斯消除法解n阶方程 -This a Fibonacci Sequence Generator. I a m 15 and this took some thinking. The code is
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:6.88kb
    • 提供者:cai
  1. NumericalLinearAlgebra

    2下载:
  2. 数值线性代数的Matlab应用程序包 共13个程序函数,每个程序函数有相应的例子函数一一对应,以*Example.m命名 程序名称 用途 Method 方法 GrmSch.m QR因子分解 classical Gram-Schmidt orthogonalization 格拉母-斯密特 MGrmSch.m QR因子分解 modified Gram-Schmidt iteration 修正格拉母-斯密特 householder.m QR因子分
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:6.38kb
    • 提供者:YUXIANGCHENG
  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
    • 文件大小:838byte
    • 提供者:李超
  1. 6BAND

    0下载:
  2. 用列选主元高斯消去法求解右端具有M组常数向量的N阶一般带型方程组AX=D.其中A为N阶带型矩阵.-PCA with out Gaussian elimination selection method with the M group of the right side of the N-order vector constants with the general equation AX = D. One A for the N-order band-type matrix.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-12
    • 文件大小:592byte
    • 提供者:chen
  1. gauselim

    0下载:
  2. a routine for Gaussian elimination together w/ gepivot.m which you will need for running
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:1.16kb
    • 提供者:balloo
  1. gauss

    0下载:
  2. 一个不错的全主元高斯消去法并行算法的MPI源程序-a MPI source code for Gaussian elimination s parallel algorithm
  3. 所属分类:MPI

    • 发布日期:2017-03-26
    • 文件大小:2.51kb
    • 提供者:Juri hui
  1. gauselim

    0下载:
  2. Gaussian elimination routine, single RHS, (needs gepivot.m)
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:702byte
    • 提供者:awal
  1. 6BAND

    0下载:
  2. 用列选主元高斯消去求解右端具有m组常数向量的n阶带型方程组AX=D-With column pivoting Gaussian elimination to solve right end of the constant vector with m groups with n-order equations AX = D
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:592byte
    • 提供者:段蒙
  1. Gauss_pivot.m

    0下载:
  2. Method Gaussian Elimination with pivoting for Linear Systems
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1.02kb
    • 提供者:mahdieh
  1. LECalculator

    0下载:
  2. 3.1 线性方程组类设计 3.2 全选主元高斯消去法 3.3 全选主元高斯-约当消去法 3.4 复系数方程组的全选主元高斯消去法 3.5 复系数方程组的全选主元高斯-约当消去法 3.6 求解三对角线方程组的追赶法 3.7 一般带型方程组的求解 3.8 求解对称方程组的分解法 3.9 求解对称正定方程组的平方根法 3.10 求解大型稀疏方程组的全选主元高斯-约当消去法 3.11 求解托伯利兹方程组的列文逊方法 3.12 高斯-赛德尔
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:69.97kb
    • 提供者:王健
  1. Gauss.m

    0下载:
  2. Method Gaussian Elimination with pivoting for Linear System
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:853byte
    • 提供者:Mhdh
  1. Gauss_pivot.m

    0下载:
  2. Method Gaussian Elimination without pivoting for Linear Systems Solve Ax = b using Gaussian elimination without pivoting Inputs : A is the n-by-n coefficient matrix b is the n-by-k right hand side matrix Outputs : x is the n-by-k
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1.03kb
    • 提供者:Mhdh
  1. LU_factor.m

    0下载:
  2. Method with Gaussian Elimination without Pivoting LU factorization of matrix A using Gaussian-elimination without pivoting Inputs : A --> n x n matrix Outputs : L (lower triangular) && U (upper triangular) - Method with Gaussi
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:886byte
    • 提供者:Mhdh
  1. lu_pivot.m

    0下载:
  2. Method with Gaussian Elimination with Pivoting function [L,U,P] = lu_pivot(A) - Method with Gaussian Elimination with Pivoting function [L,U,P] = lu_pivot(A)
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:906byte
    • 提供者:Mhdh
  1. gaosixiaoqu

    0下载:
  2. 高斯消去列主元法求解方程组,另创建一个M文件写入系数矩阵等即可验证-Out Gaussian elimination method for solving equations, the main element, and the other to create a file to write the coefficient matrix M can be verified, etc.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:6.21kb
    • 提供者:菜鸟程序员
  1. GJDN

    0下载:
  2. 全选主元高斯-约当消去法同时求解系数矩阵相同而右端具有m组常数向量的线性代数方程组AX=B的全部解-QuanXuan primary gaussian-about when elimination technique and then the coefficient matrix is the same and the right side of the constant vector with m linear algebra equations AX = B of all solutions
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:597byte
    • 提供者:戴敏
  1. MATLAB-M-FILES

    1下载:
  2. 数值分析例题,包括欧拉法、龙格-库塔法、牛顿拉夫逊算法、牛顿-斯柯特和高斯消元法-Gaussian Elimination Row Operations Newton Raphson Newton-Cotes integration Euler s method Runga-Kutta gaussjordan
  3. 所属分类:matlab

    • 发布日期:2017-03-18
    • 文件大小:4kb
    • 提供者:cecile
  1. Gassian

    0下载:
  2. LDPC码的高斯消去编码基于MATLAB的M函数编程-LDPC codes Gaussian elimination coding based on MATLAB M-function programming
  3. 所属分类:Communication

    • 发布日期:2017-11-30
    • 文件大小:1.13kb
    • 提供者:石智鹏
  1. GAUSSJ

    0下载:
  2. 线性方程组的解法 全主元高斯-约当(Gauss-Jordan)消去法 用高斯-约当消去法求解A[XY]=[BI],其中A为n*n非奇异矩阵,B为n*m矩阵,均已知;X(n*m),Y(n*n)未知。-Solution of linear equations the main yuan Gaussian- Jordan (Gauss-Jordan) elimination method Gauss- Jordan elimination method to solve A [XY] = [B
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:629byte
    • 提供者:han
« 12 »
搜珍网 www.dssz.com