CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - crout

搜索资源列表

  1. crout

    0下载:
  2. 用CROUT分解法求解三对角方程.对于对角占优的三对角方程可以求出数值稳定解.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:10.66kb
    • 提供者:张鹏飞
  1. 求解线性方程组

    1下载:
  2. 求解线性方程组,采用三种方法:Guass消去法、Guass列主元素消去法和直接三角形分解法(Boolittle方法 \\ Crout方法)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2014-01-17
    • 文件大小:8.27kb
    • 提供者:qq
  1. shiyan

    0下载:
  2. 自己写的数值分析中的一些常用算法,包括GS,jacobi,crout分解,dijistra等,比较全面-these process for GS jocobi corout dijistra and others
  3. 所属分类:Algorithm

    • 发布日期:2017-05-20
    • 文件大小:5.79mb
    • 提供者:
  1. Crout

    0下载:
  2. 用Crout分解法分解系数矩阵,并通过分解得到的矩阵求解,是解方程简单化了,很实用-Crout decomposition method used decomposition coefficient matrix, and through decomposition of the matrix to be solved is the solution of simplified equation, it is practical
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-21
    • 文件大小:792byte
    • 提供者:萧筱
  1. Crout_Solve

    0下载:
  2. Solve Ax=B with Crout s method
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:528byte
    • 提供者:chicloud
  1. Crout

    0下载:
  2. Crout三角分解法,用于解相关线性方程组。-Crout
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:2.96kb
    • 提供者:szy
  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. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:164.87kb
    • 提供者:zhangjiahui
  1. crout

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

    • 发布日期:2017-03-31
    • 文件大小:617byte
    • 提供者:陈波
  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. 所属分类:Algorithm

    • 发布日期:2017-12-04
    • 文件大小:531byte
    • 提供者:buqing
  1. crout-diagonally

    0下载:
  2. 此程序用于计算追赶法对角占优的三对角矩阵的crout分解。整个程序可分为读文件和计算两部分-This program is used to calculate the chasing method decomposition the tridiagonal matrix crout diagonally dominant. The entire program read documents and calculation can be divided into two parts
  3. 所属分类:Algorithm

    • 发布日期:2017-11-10
    • 文件大小:2.82kb
    • 提供者:王崇来
  1. crout_algorithm

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

    • 发布日期:2017-04-13
    • 文件大小:2.34kb
    • 提供者:hj
  1. crout

    0下载:
  2. 矩阵的crout分解,将矩阵分解为下三角矩阵和上三角矩阵的乘积,其中上三角矩阵为单位上三角矩阵。-Matrix crout decomposition, the matrix into a lower triangular matrix and upper triangular matrices, in which the upper triangular matrix is ​ ​ the upper triangular matrix.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:891byte
    • 提供者:岳晓鹏
  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

    • 发布日期:2017-04-11
    • 文件大小:1.38kb
    • 提供者:Jaymin Pancholi
  1. NR_crout

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

    • 发布日期:2017-04-04
    • 文件大小:2.69kb
    • 提供者:Jaymin Pancholi
  1. Crout

    0下载:
  2. The crout method in Numerical Methods
  3. 所属分类:matlab

    • 发布日期:2017-04-29
    • 文件大小:58.16kb
    • 提供者:AhmedLach
  1. 3 numerical methods crout, gauss and jordan

    0下载:
  2. three methods crout gauss jordan
  3. 所属分类:matlab例程

    • 发布日期:2015-08-20
    • 文件大小:1.37kb
    • 提供者:itostar
  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 version 2014b
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:646byte
    • 提供者:黄玉杰
  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 Lower triangular matrix. U Uppe
  3. 所属分类:matlab

    • 发布日期:2017-05-01
    • 文件大小:57.69kb
    • 提供者:Zolo
  1. mydet

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

    • 发布日期:2017-04-12
    • 文件大小:734byte
    • 提供者:xu
搜珍网 www.dssz.com