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

搜索资源列表

  1. smartinv

    0下载:
  2. 通过求解LU分解解线性方程组 大型稀疏矩阵LU分解有用的是容易计算的。不是最快的方式来计算逆矩阵,但要避免消耗储存的问题-computing selected entries of the inverse, by solving a sequence of linear equations after doing an LU factorization. Useful for large sparse matrix which LU decomposition is easy to c
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:5205
    • 提供者:
  1. dcal

    0下载:
  2. 病态方程组求解的matlab程序,涵盖LU分解、Jacobi迭代、GS迭代、SOR迭代四种方法,通过输入参数M来选去对应的算法。-Sick Equations matlab program, covering LU decomposition, Jacobi iteration, GS iteration, SOR iterative four methods, through M to choose input parameters to the corresponding algorithm
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:982
    • 提供者:louis
  1. Algrithms

    0下载:
  2. 常用的方程组求解算法,包括LU分解、高斯分解、范德蒙等算法。-Algorithm commonly used equations, including LU decomposition, Gauss decomposition, Vandermonde and other algorithms.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:45213
    • 提供者:彭检贵
  1. ldpc_rec_dec

    0下载:
  2. LDPC码的编译码程序,用的是LU分解算法,和BP译码算法,在Matlab上调试通过-LDPC encoder and decoder
  3. 所属分类:Communication

    • 发布日期:2017-03-30
    • 文件大小:11098
    • 提供者:songbing
  1. A_LU

    0下载:
  2. bool lu(double *a, int *pivot, int n);矩阵的LU分解。 假设数组an*n在内存中按行优先次序存放,此函数使用高斯列选主元消去法,将其就地进行LU分解。pivot为输出函数.pivot[0,n)中存放主元的位置排列. 函数成功时返回false,否则返回true. bool guass(double const *lu, int const *p, double *b, int n) 求线性方程组的解。 假设矩阵lum*n为某个矩阵a
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:1667
    • 提供者:moontea
  1. MATLABLU

    0下载:
  2. 实际应用matlab程序解决方程的LU分解问题,为顺序消元法-Matlab program to solve the practical application of the LU decomposition equation for the sequential elimination method
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:74830
    • 提供者:陈勋
  1. sy2

    0下载:
  2. 求解矩阵的LU分解和逆,两种一般方法求解线性方程组的解。-LU matrix factorization and solving the inverse, two general methods for solving linear equations.
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1192
    • 提供者:王宝木
  1. BLLUU

    0下载:
  2. 矩阵的LU分解(三角分解)。 内附型参说明-LU matrix decomposition. Containing a type parameter descr iption
  3. 所属分类:Algorithm

    • 发布日期:2016-01-21
    • 文件大小:1024
    • 提供者:Autunight
  1. Numerical_Methods_matlab

    0下载:
  2. matlab实现:高斯消元法,LU分解法,迭代法,奇异值分解,乔累斯基分解法,gauss迭代解线性方程组,jacobi迭代解线性方程组-matlab implementation: Gauss elimination, LU decomposition, iterative methods, singular value decomposition, Cholesky decomposition, gauss iterative solution of linear equations, jac
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:322627
    • 提供者:jinghai
  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_decompose

    0下载:
  2. 基于数值计算的矩阵分解。用MATLAB实现的LU分解算法-Based on the numerical calculation of decomposing matrix. MATLAB LU decomposition algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:689
    • 提供者:张平
  1. work

    0下载:
  2. 用MATLAB实现带状矩阵A的LU分解,参数为A的主对角线元素组成的列向量-A MATLAB implementation by the LU decomposition of banded matrix, the parameters for the A' s main diagonal elements of the column vector
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:2251
    • 提供者:张强
  1. LUGS

    0下载:
  2. 在matlab中实现矩阵的lu分解和Gauss-Seidel求特征值-Implemented in the matlab lu matrix decomposition and Gauss-Seidel eigenvalue
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:594
    • 提供者:liu18hao
  1. linear-simultaneous-equations

    0下载:
  2. 线性方程组LU分解直接解法,GS迭代、夹克比迭代、SOR迭代等Matlab代码-linear simultaneous equations
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:2184
    • 提供者:李南
  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. 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. LUfenjie

    0下载:
  2. LU分解算法!数值分析的内容!欢迎下载!-LU decomposition algorithm! Numerical analysis of the contents! Welcome to download!
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:403729
    • 提供者:brq
  1. FORTRAN-compilation-algorithm

    0下载:
  2. 用于科学计算的Fortran 90/95算法源程序,用LU分解进行高斯消元法-This module provides all the subroutines needed to solve the problem: Ax=b using direct methods, based on employing either the LU or PLU factorisation methods.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-23
    • 文件大小:7613500
    • 提供者:kevin
  1. EFIERWGTriangle

    0下载:
  2. 参数设定,装入RWG边元数据,复矩阵的LU分解,采用LU分解放法产生逆矩阵。-set parameter and load RWG data,generalized inverse matrix of the Jacobian matrix was calculated using LU method
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:3376
    • 提供者:李华
  1. MyMatrixFunction

    0下载:
  2. 包括我自己写的一些数值分析用到的函数 包括矩阵的LU分解的两种方法, Cholesky分解, 以及线性方程组的迭代解法中的雅克比, 高斯-赛德尔以及线性松弛法的函数-Including myself, used to write some of the numerical analysis functions, including matrix LU decomposition of two methods, Cholesky decomposition, and iterative sol
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:3020
    • 提供者:z
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 18 »
搜珍网 www.dssz.com