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

搜索资源列表

  1. m

    0下载:
  2. LU分解,利用LU分解逐步分解方程的系数,最终求解方程-LU decomposition, the use of LU decomposition gradually decompose equation coefficients, and ultimately solve equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1009
    • 提供者:秦选慧
  1. cmatrix

    0下载:
  2. LU分解的C++实现,算法自创,简单易懂-LU decomposition
  3. 所属分类:Algorithm

    • 发布日期:2017-04-30
    • 文件大小:129533
    • 提供者:耿德元
  1. juzhen1

    0下载:
  2. 矩阵的LU分解、QR分解、Jordan约当标准型.matlab实现-LU decomposition of the matrix, QR decomposition, Jordan Jordan canonical form. Matlab
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1610
    • 提供者:小透明
  1. zhijieLU

    0下载:
  2. 数值分析中的LU分解,直接将矩阵分解为L矩阵和U矩阵-Numerical analysis of the direct LU decomposition, the matrix into the matrix L and U matrix
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:517
    • 提供者:梦云生
  1. Matrix

    0下载:
  2. 实现一个矩阵类,该类包含简单的矩阵运算,矩阵求行列式,初等变换法矩阵求逆,雅可比法矩阵特征值分解,householder变换法矩阵QR分解,矩阵LU分解,QR分解与反幂法求矩阵特征值与特征向量。 -A matrix class, include simple matrix operator, determinant of matrix, inverse of matrix, matrix eigenvalue decompose by Jacobi iteration, matrix QR
  3. 所属分类:Algorithm

    • 发布日期:2017-04-30
    • 文件大小:68454
    • 提供者:高勇
  1. FEM

    0下载:
  2. 有限元平面应力问题计算,总体刚度矩阵矩阵压缩存储,LU分解求解-Plane stress finite element calculation, the overall stiffness matrix of compressed storage matrix, LU decomposition Solving
  3. 所属分类:Algorithm

    • 发布日期:2017-04-30
    • 文件大小:9891
    • 提供者:zhan
  1. matrix_factorization

    0下载:
  2. 实现矩阵的各种分解,LU分解,QR分解,Householder分解,Givens 分解-To achieve a variety of matrix decomposition, LU decomposition, QR decomposition, Householder decomposition, Givens decomposition
  3. 所属分类:matlab

    • 发布日期:2017-04-30
    • 文件大小:501806
    • 提供者:刘晨
  1. LU_facto

    0下载:
  2. 矩阵分析中的LU分解程序。可以对非奇异矩阵进行分解。-The algorithm for LU factors.
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:613
    • 提供者:齐滕
  1. numerical-analysis

    0下载:
  2. 数值分析方法中的一些例程。包括希尔伯特插值,高斯迭代,雅克比迭代法,拉格朗日插值以及LU分解。-Numerical analysis of some of the routines. Hilbert including interpolation, Gaussian iteration, Jacobi iteration method, Lagrange interpolation and LU decomposition.
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:2870
    • 提供者:蔡齐声
  1. mydet

    0下载:
  2. 利用LU分解(Crout算法)计算矩阵的行列式。-Use LU decomposition (Crout algorithm) to calculate the determinant of a matrix.
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:734
    • 提供者:xu
  1. directLU_or_LDLT

    0下载:
  2. 数值分析中的直接LU分解,以及LDLT分解,有例子,计算详细-Numerical analysis of the direct LU decomposition, and LDLT decomposition, there are examples, calculation Details
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1121
    • 提供者:fst
  1. reduction

    0下载:
  2. 输入矩阵的维数以及各个元素,选择矩阵分解的方法,进行分解。 有四种分解方法: 1、LU 分解 2、Gram-schmidt分解 3、Householder分解 4、Givens分解 -matrix decomposition methods
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-13
    • 文件大小:2218
    • 提供者:maoxiaoxiao
  1. Matrix-Factorization

    0下载:
  2. 根据高斯消去法原理编写的矩阵LU分解的MATLAB程序,可实现对任意方阵的分解。-According to the principle written in matrix Gaussian elimination LU decomposition MATLAB program can be realized on any square of decomposition.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1343
    • 提供者:春春
  1. lu-reduction

    0下载:
  2. 完成关于矩阵分解的LU算法,通过网页形式展示结果-lu reduction
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2465
    • 提供者:主机
  1. MANDLU

    0下载:
  2. 稀疏矩阵压缩存储和LU分解,迭代求解线性方程组-Sparse matrix storage compression and LU decomposition iterative solving linear equations
  3. 所属分类:mathematica

    • 发布日期:2017-04-12
    • 文件大小:909
    • 提供者:王增会
  1. Numercial

    0下载:
  2. 采用数值分析课程中的幂法与反幂法以及LU分解,计算大型矩阵的特征值。-The eigenvalues of the large matrix are calculated by the power law, the inverse power method and the LU decomposition in the course of numerical analysis.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-11
    • 文件大小:2091753
    • 提供者:Chaowei
  1. matrix-decomposition

    0下载:
  2. 常用的矩阵分解方法,包括Cholesky分解,LU分解,Gauss分解,了解分解原理有帮助-Commonly used matrix decomposition methods, including Cholesky decomposition, LU decomposition, Gauss decomposition, understand the principle of decomposition helpful
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2296
    • 提供者:郭军
  1. Gauss

    0下载:
  2. 一个用C++实现的gauss分解程序,可以高效地进行LU分解和其他相关操作- U4E00 u4E2A u7528C++ u5B9E u73B0 u7684gauss u5206 u89E3 u7A0B u5E8F uFF0C u53EF u4EE5 u9AD8 u6548 u5730 u8FDB u884CLU u5206 u89E3 u548C u5176 u4ED6 u76F8 u5173 u64CD u4F5C
  3. 所属分类:Algorithm

    • 发布日期:2017-12-14
    • 文件大小:43299
    • 提供者:yiyunya
  1. 4

    0下载:
  2. 使用一阶迎风格式与QUICK高阶格式(+LU分解)计算对流扩散方程。TXT文件为结果,QUICK格式效果更好。(Convection diffusion equations are computed using first order upwind schemes and QUICK higher order schemes (+LU decomposition). The TXT file is the result, and the QUICK format works better.)
  3. 所属分类:数学计算

    • 发布日期:
    • 文件大小:1024
    • 提供者:燕鱼
  1. 数值分析作业

    0下载:
  2. 解线性方程组的一种直接方法,可以直接从矩阵A的元素得到计算L,U元素的递推公式,而不需要任何中间步骤。(A direct method for solving linear equations, the recurrence formula of the L and U elements can be calculated directly from the elements of the matrix A without the need for any intermediate steps.
  3. 所属分类:其他

    • 发布日期:2017-12-27
    • 文件大小:26624
    • 提供者:小冰棍
« 1 2 ... 10 11 12 13 14 1516 17 18 »
搜珍网 www.dssz.com