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

搜索资源列表

  1. LU

    0下载:
  2. LU分解的一个小代码,数值分析课是写的,简单但是好用-source code for LU decomposition
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:774
    • 提供者:阿锦
  1. lu

    0下载:
  2. 在VC++ 6.0环境下实现了小规模矩阵的LU分解.可以通过修改程序中矩阵大小的变量改变其维度.-It realizes the matrix s LU under the VC++ 6.0 development.You can change the dimensions of the matrix across changing the variable defined in the program.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:198752
    • 提供者:zhangbao
  1. KLU-1.1.0.tar

    0下载:
  2. 对稀疏矩阵进行LU分解,可用于电路仿真、FEM求解等 C语言-KLU is a sparse LU factorization algorithm well-suited for use in circuit simulation. KLU is a sparse LU factorization algorithm well-suited for use in circuit simulation. It was highlighted in the May 2007 issue of SIA
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:560018
    • 提供者:aaq
  1. 3

    0下载:
  2. 1、随机生成一个5*5矩阵A,元素符合均匀分布;再随机生成一个5*5矩阵B,元素符合正态分布。对A和B进行加、减、乘、除、比较等矩阵运算,查看运算结果。 2、创建5阶魔术矩阵,求A的行列式、特征值、逆、秩、迹、条件数。 3、假设矩阵 ,求A的LU分解、正交分解、特征值分解、奇异值分解。 4、创建6阶单位稀疏矩阵,并显示其全部元素。 -1, randomly generated a 5* 5 matrix A, elements in line with uniform
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:1768
    • 提供者:zhu
  1. LU

    0下载:
  2. 利用高斯消元列选主元法进行矩阵的LU分解和利用此分解解线性方程组-LU matrix factorization and use this decomposition of Linear Equations
  3. 所属分类:Algorithm

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

    0下载:
  2. LU分解在本质上是高斯消元法的一种表达形式。实质上是将A通过初等行变换变成一个上三角矩阵,其变换矩阵就是一个单位下三角矩阵。这正是所谓的杜尔里特算法(Doolittle algorithm):从下至上地对矩阵A做初等行变换,将对角线左下方的元素变成零,然后再证明这些行变换的效果等同于左乘一系列单位下三角矩阵,这一系列单位下三角矩阵的乘积的逆就是L矩阵,它也是一个单位下三角矩阵。 这类算法的复杂度一般在左右,对充分消元的分解则不然。 -LU decomposition is esse
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:764
    • 提供者:王伟
  1. khdaw

    0下载:
  2. LU分解 用比较通俗易懂的语言编写了LU分解的相关程序-LU
  3. 所属分类:Other systems

    • 发布日期:2017-05-06
    • 文件大小:1275207
    • 提供者:
  1. teacher_fortran

    0下载:
  2. LU分解法 修正的LU分解法 高斯全选主元法 雅克比矩阵等算法-LU decomposition LU decomposition method modified Gaussian Select PCA Fnac other than the matrix algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:3305
    • 提供者:chen
  1. LU

    0下载:
  2. LU分解尽管比较简单,然而在工程中有很大用途,比如图像处理,电网分析,数值计算中都有应用-LU decomposition although relatively simple, but great use in the project, such as image processing, network analysis, numerical calculations are applied
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:670
    • 提供者:刘良勇
  1. LU

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

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

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

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

    0下载:
  2. lu分解 基于matlab环境的对于三角分解的源代码-lu decomposition matlab environment based on the source code for the triangular decomposition
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:2666
    • 提供者:Hades
  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. LU-factorization

    0下载:
  2. LU分解的过程演示,本人原创,测试无误,内含详细注释。-LU decomposition procedure demonstrates I originality, test correct, containing detailed notes.
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:1298
    • 提供者:huyunq
  1. solve-linear-system-by-LU

    0下载:
  2. 用LU分解方法解线性方程组的过程演示,本人原创,测试无误,内含详细注释。 -With the LU decomposition method to solve linear equations of the process of demonstration, I have the original, the test is correct, containing detailed notes.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:1739
    • 提供者:huyunq
  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. 数值分析线性方程组LU分解,matlab平台实现-Numerical LU decomposition of linear equations, matlab platform
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:2014
    • 提供者:邹龙刚
  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 2 34 5 6 7 8 9 10 ... 18 »
搜珍网 www.dssz.com