搜索资源列表

  1. Doolittle

    0下载:
  2. Doolittle是一种解矩阵的方法 它的作用是对矩阵进行lu分解-Doolittle is a solution matrix method is its role lu decomposition matrix
  3. 所属分类:数学计算/工程计算

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

    0下载:
  2. 本文对求解线性方程组的LU分解递归算法进行了研究,给出了算法的详细推到过程,并用支持递归过程的FORTRAN90语言对算法进行了实现。转载,陈建平-err
  3. 所属分类:行业发展研究

    • 发布日期:2024-05-14
    • 文件大小:190464
    • 提供者:牛万红
  1. LUBKSB

    0下载:
  2. LU分解法子过程,范德蒙方程组解法,矩阵的QR分解,全主元高斯约当消去法-LU decomposition method the process of solution of Vandermonde equations, the QR matrix decomposition, the entire principal Gauss Jordan elimination method
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-14
    • 文件大小:2048
    • 提供者:宋政灿
  1. superlu_dist_2.2.tar

    0下载:
  2. SuperLU 2.2版本。对大型、稀疏、非对称的线性系统的直接求解,用 Gauss 消去法做 LU 分解。用 C 开发。-SuperLU 2.2 version. Of large, sparse, non-symmetric linear systems directly solved using Gauss elimination method to do LU decomposition. Using C to develop.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-14
    • 文件大小:1360896
    • 提供者:huanghuazhan
  1. Chapter05-06.LinearEquations

    0下载:
  2. 清华大学《数值分析A》-第05章.线性方程组-直接解法 Gauss消去法 列主元消去法 Gauss-Jordan LU分解 LL分解 LDL分解 清华大学《数值分析A》-第06章.线性方程组-迭代法 Jacobi Gauss-Seidel SOR-Tsinghua University,
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-14
    • 文件大小:247808
    • 提供者:大乔
  1. LUdecomposition

    0下载:
  2. 基于LU分解的直接求解方法,求解复系数方程组A.x=b的解-Based on direct LU decomposition method, to solve complex coefficients equations Ax = b solution
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:何十全
  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. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-14
    • 文件大小:16384
    • 提供者:zonk
  1. shuzhifangfa

    0下载:
  2. 三角分解法中的lu分解法,用道立特分解法实现的数值方法程序-Triangular decomposition of lu decomposition method, using Road Litas decomposition process to achieve the numerical method
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:huangciying
  1. linear_fitting

    0下载:
  2. c++的关于线性拟合的程序! 采用了LU分解的方法来解方程组!-c++ on linear fitting procedure! Using LU decomposition approach to the solution of equations!
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-14
    • 文件大小:644096
    • 提供者:Blueye
  1. Matrix

    0下载:
  2. 此包包含了众多矩阵处理程序,能够满足矩阵处理的一般要求,由于将各功能分开到不同的“.cpp”文件中,故使用时需要用户自行选取更换合适自己使用的“.cpp”文件。其中,矩阵功能有:输出矩阵、矩阵转置、矩阵归一化、判断矩阵对称、判断矩阵对称正定、全选主元法求矩阵行列式、全选主元高斯(Gauss)消去法求一般矩阵的秩、用全选主元高斯-约当(Gauss-Jordan)消去法计算实(复)矩阵的逆矩阵、用“变量循环重新编号法”法求对称正定矩阵逆、特
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-14
    • 文件大小:1077248
    • 提供者:雾水葛
  1. LU

    0下载:
  2. 解矩阵方程,可分解为两个矩阵,一个为上三角矩阵,一个为下三角矩阵,再求解,会简化计算-Solution of matrix equation, decomposed into two matrices, one for the upper triangular matrix, a lower triangular matrix, and then solving, will simplify the calculation of
  3. 所属分类:汇编语言

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:anglinex
  1. software

    0下载:
  2. 该程序是针对稀疏矩阵而编制的,主要是一个稀疏矩阵类的实现,其中采用十字链表法对矩阵进行存储。该矩阵类能够完成矩阵操作和运算的大部分功能,重点是矩阵的LU分解和线性代数方程组的求解计算。-The program is prepared for the sparse matrix, and is primarily a kind of realization of sparse matrix, in which the use of cro
  3. 所属分类:其他小程序

    • 发布日期:2024-05-14
    • 文件大小:430080
    • 提供者:许智全
  1. GaussPivot

    0下载:
  2. 利用高斯列主元消去法进行LU分解,并求解方程组-PCA out Gaussian elimination method and LU decomposition to solve equation
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:King
  1. ludcmp

    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. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:邹博安
  1. code

    0下载:
  2. (1)用Doolittle三角分解(LU)法解方程组。 (2)分别用Jacobi迭代, Gauss-Seidel迭代法解方程组。 -(1) Triangle Doolittle decomposition (LU) Solving equations. (2), respectively, with Jacobi iteration, Gauss-Seidel iteration method for solution of e
  3. 所属分类:matlab例程

    • 发布日期:2024-05-14
    • 文件大小:2048
    • 提供者:娜娜
  1. CH6

    1下载:
  2. 具有条件数估计的修正LU分解算法fortran算法程序
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-14
    • 文件大小:4096
    • 提供者:rongbao
  1. mainc

    0下载:
  2. 在c++环境下的计算方法程序源代码,包含LU分解,迭代法,二分法,复合梯形公式,简单迭代法,龙贝格公式,最小二乘法拟合,四阶龙格库塔公式,辛普森公式和主元消去法-C++ environment in the calculation of the next source code, including LU decomposition, iterative method, dichotomy, composite trapezoidal
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-14
    • 文件大小:2718720
    • 提供者:shz
  1. CLAPACK3-Windows

    0下载:
  2. LAPACK是用Fortran90和规定套路解决系统同步线性方程组,最小二乘解线性方程组,特征值问题,以及奇异值问题。相关的矩阵分解(陆,乔莱斯基,快速反应,分解,舒尔,广义Schur )也提供了,因为有关的计算,如重新安排的舒尔分解和估计条件号码。致密带状矩阵的处理,而不是一般稀疏矩阵。在所有领域,类似的功能是提供真正的和复杂的矩阵,在单,双精度-LAPACK is written in Fortran90 and provides
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-14
    • 文件大小:34160640
    • 提供者:Rocky
  1. lugui

    0下载:
  2. 利用高斯消去法求矩阵LU分解的matlab源代码-Gaussian elimination demonstration.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-14
    • 文件大小:2048
    • 提供者:wangg
  1. EigValCalc

    0下载:
  2. 数值计算:使用幂法、反幂法、LU分解等求解矩阵的按模最大特征值、按模最小特征值、第二条件数以及矩阵行列式值的C++源码实现-C++ implemented Power Method, Inverse Power Method, LU to calculate the eigen & det value of a matrix
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-14
    • 文件大小:642048
    • 提供者:Smyle
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 20 »

源码中国 www.ymcn.org