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

搜索资源列表

  1. Doolittle

    0下载:
  2. Doolittle 分解法,数值分析中的重要方法,是LU分解的基础算法
  3. 所属分类:数学计算/工程计算

    • 发布日期:2014-01-17
    • 文件大小:7469
    • 提供者:xiaoyu
  1. ludcmp.rar

    0下载:
  2. 矩阵的LU分解,通过基于主元法的分解法将矩阵分解为左右矩阵的积得形式。,LU matrix decomposition, the main element method-based decomposition of the matrix around broken down into a matrix form of the plot.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:588
    • 提供者:邹博安
  1. homework1

    0下载:
  2. 刚才邮箱写错了 幂法反幂法程序作业 带LU分解子程序 DOLITTLE分解法等-Just wrong-mail anti-power-law power-law procedures for operating with LU decomposition subroutine Dolittle decomposition method, etc.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:17119
    • 提供者:zonk
  1. matlab

    1下载:
  2. 包括牛顿法,拉格朗日法,LU分解法,100*100阶稀疏矩阵方程组的解法等-Including the Newton method, Lagrangian method, LU decomposition method, 100* 100 band sparse matrix equations of the solution, etc.
  3. 所属分类:matlab

    • 发布日期:2016-03-16
    • 文件大小:32891
    • 提供者:包包
  1. MATLAB

    0下载:
  2. 列主元高斯消去法、LU三角分解法、龙贝格(Romberg)算法、最小二乘法的Matlab程序及运行结果-Column principal component Gaussian elimination, LU triangular decomposition method, Romberg (Romberg) algorithm, least-squares method in Matlab and the results
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:36760
    • 提供者:lihui
  1. solutions

    0下载:
  2. 各种常见的解方程组方法:Cholesky分解法解方程组、LU分解线性方程组、高斯消去法解方程组、列主元解线性方程组、雅可比迭代解线性方程组-Common solution of equations: the Cholesky decomposition of equations, LU decomposition of linear equations, Gaussian elimination method for solving equations, column element for s
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:1261663
    • 提供者:wenwen
  1. LU_decompose

    0下载:
  2. 数值计算分析之LU分解法求解程序代码,可用于一切方程组求解-Numerical Analysis of the LU decomposition method for solving program code
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-04
    • 文件大小:982
    • 提供者:欧阳年
  1. ludepart

    0下载:
  2. 数值分析算法,LU分解法解方程组,数据从文件中读入,结果从文件中输出。-Numerical analysis algorithms, LU decomposition method for solving equations, data is read from the file, the output from the file.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-24
    • 文件大小:247707
    • 提供者:HanG
  1. JIEXIANXINGFANGCHENGZU

    0下载:
  2. 解线性方程组的列主元素高斯消去法和LU分解法实验报告-Conjecture: By Hilbert matrix preconditioning can improve the pathological nature of Hilbert.establishment of the corresponding Hilbert matrix, the matrix calculation 2- norm condition number, followed by the calculation 2
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:27608
    • 提供者:李雷
  1. vb各种算法

    0下载:
  2. 用VB实现线性方程组的求解。包括:高斯消元法,LU分解法追赶法,迭代法,奇异值分解,乔累斯基分解法等12种数值方法。
  3. 所属分类:数值算法/人工智能

    • 发布日期:2014-04-03
    • 文件大小:20748
    • 提供者:lfj8769561
  1. Lufenjiefajiexianxingfangcheng

    0下载:
  2. Lu分解法解线性方程组的代码,大家可以试试看,欢迎使用-Lu decomposition code method for solving linear equations, we can try, Welcome
  3. 所属分类:assembly language

    • 发布日期:2017-04-12
    • 文件大小:949
    • 提供者:laotan
  1. mnewton

    0下载:
  2. 用LU分解法解线性方程组Ax=b。用牛顿法求非线性方程f(x)=0-With the LU decomposition method of solving linear equations Ax = b. Using Newton s method for nonlinear equation f (x) = 0
  3. 所属分类:assembly language

    • 发布日期:2017-04-10
    • 文件大小:826
    • 提供者:贾璐
  1. chapter-3-of-math-analysis

    0下载:
  2. 数值分析中,LU分解法,按比例主元消元法,列主消元法,高斯消元法,追赶法对一些数值方程的求解作用,简化人工求解过程,提高效率。还有一些简单例题的编程算法-Numerical analysis, the LU decomposition method, principal component elimination method in proportion, column main elimination method, gauss elimination method, method of ch
  3. 所属分类:Algorithm

    • 发布日期:2017-04-30
    • 文件大小:12811
    • 提供者:季秋峰
  1. fortran-code(1)

    0下载:
  2. 用fortran编写的解线性方程组的直接方法:包括高斯消去法,列主元素法、lu分解法、追赶法等代码-some code for practing
  3. 所属分类:Algorithm

    • 发布日期:2017-05-28
    • 文件大小:11200512
    • 提供者:储著飞
  1. Solution-equation

    0下载:
  2. 用高斯列主元消去法和三角直接分解法LU分解法的matlab 代码。-Matlab code of the decomposition method with the main element elimination method and the direct decomposition of the LU.
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1355
    • 提供者:尚青
  1. fenjie

    0下载:
  2. 数值计算法,LU分解法源码,适用于VC6.0-numerical calculation method, LU decomposition method source code, suitable for VC6.0
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1282
    • 提供者:清晨玉墨寒
  1. myinv

    0下载:
  2. 在利用好LU分解法可以求出矩阵行列式的基础上,给出矩阵的逆矩阵。-Make good use of LU decomposition can be determined on the basis of matrix determinant, inverse matrix given matrix.
  3. 所属分类:matlab

    • 发布日期:2017-05-04
    • 文件大小:279460
    • 提供者:xu
  1. LUfenjie

    0下载:
  2. 基于数值计算方法中的LU分解法,对矩阵进行分解-Based on numerical methods LU decomposition, matrix decomposition
  3. 所属分类:assembly language

    • 发布日期:2017-04-12
    • 文件大小:1022
    • 提供者:清晨玉墨寒
  1. 解线性方程组

    0下载:
  2. 求解线性方程组的方法:高斯赛德尔迭代法,LU分解法(Solving linear equations by Gauss Seidel iteration)
  3. 所属分类:文章/文档

    • 发布日期:2018-01-04
    • 文件大小:2048
    • 提供者:l玲子l
  1. yfajzv

    0下载:
  2. 用VB实现线性方程组的求解,包括:高斯消元法,LU分解法追赶法,迭代法,奇异值分解,乔累斯基分解法等12种数值方法,()
  3. 所属分类:其他

    • 发布日期:2018-01-07
    • 文件大小:4096
    • 提供者:QSR$051353
« 1 2 3 4 5 67 »
搜珍网 www.dssz.com