搜索资源列表

  1. THOMAS

    0下载:
  2. Thomas Algorithm. The same as crout method but any zeroes in a given equation is already copied in the L and U Matrices.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:Kuraido
  1. crout-for-eqations

    0下载:
  2. 用追赶法计算n*n三对角方程组,要求计算设计当n=5,和当n=3两种情况-Catch-up method using n* n tridiagonal equations, the requirements in the design when n = 5, and two cases when n = 3
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:168960
    • 提供者:zhangjiahui
  1. crout

    0下载:
  2. 这个是克劳特分解的源代码,上矩阵论课的同学可以参考一下-This is the source code Claut decomposition, the matrix theory lessons students can refer to
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:陈波
  1. Solving-linear-equations

    0下载:
  2. 数值计算第二章编程作业:高斯顺序消元法、列选主元、三角分解法(Doolittle分解、Crout 分解)、全选主元、平方根法、追赶法解线性方程组-Order Gaussian elimination method, column pivoting, triangular decomposition (Doolittle, decomposition, decomposition Crout s), Select the main el
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:8192
    • 提供者:王争
  1. source-code

    1下载:
  2. 五个Fortran程序,分别给出了三角方程组、高斯消去法、选主元消去法、Crout分解、Doolittle分解的程序源代码,给出了驱动函数,适于初学者学习-Five Fortran programs, respectively trigonometric group, Gaussian elimination, pivoting elimination, Crout decomposition, Doolittle, decomposi
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:7168
    • 提供者:jiahao
  1. Crout

    0下载:
  2. 基于克劳米特的线性方程组求解方法,可以通过txt文件或excel文件的形式将数据导入程序中,经过本人大量的工程测试,证明此款程序很稳定且快捷。-It s excellent and fast for engineers to solve linear equations.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:215040
    • 提供者:王扬
  1. Crout1

    0下载:
  2. 此文件为MATLAB的M文件,功能是通过Crout分解法,解线性方程组。-This file is a MATLAB M-file function is through the the Crout decomposition method for solving linear equations.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:buqing
  1. exe2-2-LUdecomposition

    0下载:
  2. LU分解之Crout分解法。对从文件中读取的A矩阵进行LU分解并输出L矩阵,U矩阵。-Crout LU decomposition decomposition method. Read from the file A matrix LU decomposition and output L matrix, U matrix.
  3. 所属分类:C#编程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:
  1. crout_algorithm

    0下载:
  2. Crout Algorithm for Power Flow
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:hj
  1. crou

    0下载:
  2. Crout s algorithm is used when the inversion of large matrices, say 1000X1000 is difficult. So Crout s algorithm uses LU decomposition method to get the same results as the inversion of Matrix.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:Jaymin Pancholi
  1. NR_crout

    0下载:
  2. Power system load flow analysis using NR Power Flow method with implementation of crout algorithm .
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:Jaymin Pancholi
  1. LU

    0下载:
  2. LU分解法求解线性方程组Ax=b.该程序为直接求解法,可以实现对实数和复数的计算。程序较简练,但是运行的效率较高。-Crout s decomposition method for solving of n linear equations:Ax=b
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:109568
    • 提供者:caoxiaoyue
  1. Numerical-Analysis

    0下载:
  2. 数值分析中Crout、LU、LUL 等分解程序-Crout LU and LUL factorization for numerical analysis
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:国宝
  1. myLU1

    0下载:
  2. matlab实现LU分解的Crout形式,例如[L,U]=myLU1(A),把A分解为单位上三角U和下三角L.MATLAB版本为2014b-matlab achieve Crout form LU decomposition, such as [L, U] = myLU1 (A), the A decomposition of the unit triangular U and lower triangular L.MATLAB ver
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:黄玉杰
  1. LU-Factorization

    0下载:
  2. The function decomposes the matrix A into a lower triangular matrix L and an upper triangular matrix U, using Crout s method such that A=LU. Input variables: A The matrix of coefficients. Output variable: L Low
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:59392
    • 提供者:Zolo
  1. mydet

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

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:xu
  1. 解线性方程组

    0下载:
  2. gauss 列主元消去法 全主元消去法 LU(Doolittle Crout) 平方根法 追赶法(Gauss column principal elimination method, all principal component elimination method LU (Doolittle, Crout) square root method)
  3. 所属分类:其他行业

« 1 2»

源码中国 www.ymcn.org