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

搜索资源列表

  1. LU

    0下载:
  2. 先初始化系数方正以及常数向量,然后显示系数矩阵及常书向量。求解过程中显示L,U矩阵以及x,y向量。-You can get the result as you input A as you can.
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-07
    • 文件大小:1181
    • 提供者:liangliang
  1. liezhuyuanxiaoqufa

    0下载:
  2. 列主元消去法,可以计算出LU矩阵和方程组的解,已经验证可以运行。-Main-element elimination method, LU matrix can be calculated and the equations, has been demonstrated to run.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:843
    • 提供者:李小勇
  1. lu

    0下载:
  2. 基于数值计算的矩阵分解。LU算法,并对分解后的矩阵与原矩阵进行比较和验证。-Based on the numerical calculation of decomposing matrix. LU decomposition algorithm, and the comparison with the original matrix matrix and verified.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:1020
    • 提供者:张平
  1. LU

    0下载:
  2. 矩阵的三角分解c程序,以矩阵A=[2 4 4 2;3 3 12 6;2 4 -1 2;4 2 1 1]为例。-C triangular matrix decomposition process, the matrix A = [2 4 4 2 3 3 12 6 2 4-1 2 4 2 1 1] as an example.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:848
    • 提供者:houmeng
  1. LU

    0下载:
  2. lu分解,可以应用该函数分解矩阵, -lu fen jie
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:3102
    • 提供者:yeye
  1. doolittle

    0下载:
  2. 这个程序是将系数矩阵进行杜利特尔分解,并求解线性方程组的通用程序-This program is the coefficient matrix Doolittle decomposition and solving linear equations of the general program
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:1696
    • 提供者:张靖
  1. lu.java.tar

    0下载:
  2. 矩阵lu分解 java语言实现-matrix lu
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:1039
    • 提供者:xxc
  1. M_5_1_Big

    0下载:
  2. 一个用于求解无对角线性方程组的matlab程序。是通过LU矩阵分解进行求解的。-a matlab program for getting the roots of big linear equations by LU decompisition.
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:3409
    • 提供者:高山
  1. LU

    0下载:
  2. 将矩阵分解为一个上三角和一个下三角,同时记录交换的过程。-Will be divided into an upper triangular matrix and a lower triangular and record the exchange process.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:1544
    • 提供者:cuijun
  1. lu

    0下载:
  2. 用lu分解法求解线性代数方程组,可以输出u|y增广矩阵-Using lu decomposition method for solving linear algebraic equations, can output u | y augmented matrix
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:1550
    • 提供者:schi
  1. LU

    0下载:
  2. 此程序能进行矩阵的lu分解,对初学者很有帮助-This procedure can be the lu decomposition matrix, useful for beginners
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-02
    • 文件大小:420092
    • 提供者:黄晓林
  1. LU

    0下载:
  2. 文档详细介绍了矩阵的LU分解,对于C编程者来说,是很好的理论知识的储备。-Document details the LU decomposition of the matrix for C programmers, it is a good theoretical knowledge of the reserves.
  3. 所属分类:File Formats

    • 发布日期:2015-04-02
    • 文件大小:150528
    • 提供者:申静
  1. matrix_factorization

    1下载:
  2. 用matlab进行矩阵的分解,分别进行Lu矩阵分解、不完全LU分解、不完全cholesky分解和Cholesky分解-Decomposition of the matrix with matlab, respectively, Lu matrix factorization, incomplete LU decomposition, incomplete cholesky decomposition and Cholesky decomposition
  3. 所属分类:matlab

    • 发布日期:2014-11-13
    • 文件大小:1024
    • 提供者:gong ke
  1. LU

    0下载:
  2. 这是matlab中进行矩阵LU分解的代码。是一个包,集合了模拟LU分解所需的函数文件。-A function for matrix LU factorization.This is the first function.There are another three function named "bslashtx","forward","backsubs".
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:3015
    • 提供者:余思勰
  1. LU

    0下载:
  2. 本C程序对输入的矩阵进行LU分解。包括两个程序,其中一个交换了列主元。-The C program for the input matrix LU decomposition. Consists of two programs, one of the main element exchange column.
  3. 所属分类:Algorithm

    • 发布日期:2015-04-02
    • 文件大小:1024
    • 提供者:王明
  1. LU

    0下载:
  2. 用追赶法求解线性方程组首先用LU分解处理系数矩阵,原方程组变为LUX=d.-Catch up with the first method for solving linear equations with coefficient matrix LU decomposition process, the original equations into LUX = d.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:12369
    • 提供者:tq
  1. LU

    0下载:
  2. 杜丽特分解算法,用于矩阵之间的运算。课本上的杜丽特啊,有需要的可以下载。-Du Lite decomposition algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:231309
    • 提供者:赵敏
  1. Lu

    0下载:
  2. 数值计算中的LU分解法的实现算法,将矩阵分解为上三角和下三角矩阵进行运算-LU code
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:973
    • 提供者:cookies
  1. LU

    0下载:
  2. 数值计算中LU分解法源代码 对矩阵进行变换-Numerical calculation of LU decomposition of the matrix to transform the source code
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:697
    • 提供者:赤脚陀螺
  1. LU

    0下载:
  2. OpenMP实现矩阵LU分解,本代码对随机生成的矩阵进行LU分解-realize matrix LU algorithm with OpenMP
  3. 所属分类:Algorithm

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