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

搜索资源列表

  1. VB_NUM1

    0下载:
  2. 用VB实现线性方程组的求解。包括:高斯消元法,LU分解法追赶法,迭代法,奇异值分解,乔累斯基分解法等12种数值方法。-VB of linear equations to solve. Including : Gaussian Elimination Act, the law catch up with the LU decomposition, iterative method, singular value decomposition, Joe Cholesky decomposition 1
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:7196
    • 提供者:李春波
  1. superlu_3.0.tar

    1下载:
  2. LU矩阵分解单机版最新版本,用于快速求解稀疏矩阵组成的方程组的解-LU decomposition matrix version of the latest stand-alone version for fast sparse matrix solution of the solution of the equations
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:1134160
    • 提供者:wang
  1. duliteer

    0下载:
  2. 这是用vc编的LU分解法,也叫杜利 特儿法,子过程LUDCMP将矩阵分解 为上三角和下三角矩阵,子过程LU BKSB利用LUDCMP的分解结果得到线 性方程组的解-vc addendum to the LU decomposition method, also called Dulite abuse, LUDCMP sub-process decomposition of the matrix on the Triangle and lower trian
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1461
    • 提供者:wuyan
  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
    • 文件大小:6530
    • 提供者:YUXIANGCHENG
  1. code.rar

    0下载:
  2. (1)用Doolittle三角分解(LU)法解方程组。 (2)分别用Jacobi迭代, Gauss-Seidel迭代法解方程组。 ,(1) Triangle Doolittle decomposition (LU) Solving equations. (2), respectively, with Jacobi iteration, Gauss-Seidel iteration method for solution of equations.
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:1721
    • 提供者:娜娜
  1. matrix

    0下载:
  2. LU矩阵分解串行算法,一个矩阵拆分成两个三角矩阵乘积-Serial LU matrix factorization algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-11
    • 文件大小:787
    • 提供者:cherish
  1. PolyFit

    0下载:
  2. 任意阶的多项式曲线拟合方程,附三角maxtix分解-polynomial curve fitting, and triangularity decomposition(LU decmposition)
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:2283
    • 提供者:yang xulei
  1. LUprincipalvalue

    0下载:
  2. LU主值分解,可以用该程序计算若干列的主值分解问题,请使用VB运行。-LU principal value decomposition, can be calculated using the program listed a number of value decomposition of the main questions, please use VB to run.
  3. 所属分类:Other systems

    • 发布日期:2017-04-26
    • 文件大小:8420
    • 提供者:凝然
  1. parallel-ludep

    1下载:
  2. 并行三角分解,MPI+visual c++环境下实现,附带数据-parallel compute of lu dep
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:1736
    • 提供者:程宾
  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. Decomposition_LU

    1下载:
  2. 将系数矩阵A转变成等价两个矩阵L和U的乘积 ,其中L和U分别是下三角和上三角矩阵。当A的所有顺序主子式都不为0时,矩阵A可以唯一的分解为A=LU。其中L是单位下三角矩阵,U是上三角矩阵。 -The coefficient matrix A into two matrices L and U is equivalent to the product, where L and U are lower triangular and upper triangular matrix. When A mas
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:574
    • 提供者:徐默涵
  1. LU_FACTORIZATION_METHODS

    0下载:
  2. 程序主要介绍了线性代数中的LU分解法解决线性代数解的问题,着重分析了上三角分解和下三角分解的过程-Program introduces linear algebra in the LU decomposition to solve linear algebra to solve the problem, focusing on the triangular decomposition and analysis of the decomposition process under the tria
  3. 所属分类:Algorithm

    • 发布日期:2017-05-08
    • 文件大小:2039170
    • 提供者:公共
  1. Gauss-Decom

    0下载:
  2. 用matlab实现矩阵的高斯分解,A=LU,A为下三角,U为上三角-Gauss decomposition
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:3827
    • 提供者:张弘
  1. gslzyPlufj

    0下载:
  2. 高斯列主元消去、直接分解(LU)matlab小程序-Gauss pivot column, LU decomposition matlab applet
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1050
    • 提供者:MA
  1. LUwithOpenMP

    2下载:
  2. 用OpenMP实现的LU矩阵分解算法,选择了合适的并行颗粒度,速度快。-LU decomposition with OpenMP
  3. 所属分类:MPI

    • 发布日期:2016-09-18
    • 文件大小:1024
    • 提供者:fa
  1. matlab-matrix

    0下载:
  2. 讲解关于matlab中对矩阵分解,包括lu,lqr-matlab matrix
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:10739
    • 提供者:donann
  1. superlu_4.3.tar

    0下载:
  2. 比传统的LU更加简洁高效的分解方法,保持准确度的同时,大大提高了运行时间-Than the more concise and efficient traditional LU decomposition method, while maintaining accuracy, and greatly improve the running time
  3. 所属分类:Algorithm

    • 发布日期:2017-05-12
    • 文件大小:2875951
    • 提供者:BoLiu
  1. YICT42

    0下载:
  2. 本文对求解线性方程组的LU分解递归算法进行了研究,给出了算法的详细推到过程,并用支持递归过程的FORTRAN90语言对算法()
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-05-01
    • 文件大小:190464
    • 提供者:dltlvaz
  1. 线性方程组求解

    0下载:
  2. 高斯消去法,列主元高斯消去法,LU分解、压缩带状方程组求解(Gaussian elimination)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-05-01
    • 文件大小:2048
    • 提供者:昵称李华
  1. dsalog-local-select

    1下载:
  2. 刚才邮箱写错了 幂法反幂法程序作业 带LU分解子程序 DOLITTLE分解法等(Just now the mailbox wrote wrong power inverse power program job band LU decomposition subroutine DOLITTLE decomposition method, etc.)
  3. 所属分类:数据结构

    • 发布日期:2018-12-11
    • 文件大小:16384
    • 提供者:yziity
« 1 2 ... 11 12 13 14 15 1617 »
搜珍网 www.dssz.com