搜索资源列表

  1. Chapter05-06.LinearEquations

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

    • 发布日期:2008-10-13
    • 文件大小:248457
    • 提供者:大乔
  1. QR_LU_Eigenvalue

    0下载:
  2. 包括使用修正Gram-Schmit算法实现QR分解,自编LU分解、利用幂法和反幂法计算矩阵最大和最小特征值的程序。例外附有使用这些算法的例子供参考。 QR decomposition algorithm based on modified Gram-Schmit LU decomposition algorithm algorithm used to find maximum and minimum eigenvalue based o
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:4803
    • 提供者:gogomx
  1. LUdecomposition

    0下载:
  2. 基于LU分解的直接求解方法,求解复系数方程组A.x=b的解
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1052
    • 提供者:何十全
  1. LUGPU1.0

    1下载:
  2. 使用GPU的强大并行计算能力来实现稠密矩阵的LU分解计算。
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:4578541
    • 提供者:tiantiancode
  1. Lu_decompose

    0下载:
  2. Lu分解求解矩阵,现在比较少用 fortran 程序。 所以比较难找,希望能给用 fortran程序的同行带来方便。
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1072
    • 提供者:heeyou
  1. y2

    0下载:
  2. y2.c LU分解-y2.c LU decomposition
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:890
    • 提供者:王杰
  1. lufact

    0下载:
  2. lu分解是数值分析中的重要内容,在解线性方程组方面具有很重要的地位,所以彻底的掌握他具有很好的学习价值,通过程序实现算法 正好体现了计算机与自然科学的有机结合-numerical analysis is an important part of the solution of linear equations have a very important position, so thoroughly he has a good gras
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1310
    • 提供者:赵云
  1. linear-simultaneous-equations

    0下载:
  2. 源码里包括线性方程组各种解法的Matlab例程,包括LU分解直接解法,夹克比迭代法、GS迭代法、SOR迭代法,共轭梯度法等。
  3. 所属分类:matlab例程

    • 发布日期:2010-12-03
    • 文件大小:2184
    • 提供者:dmbxj_sina
  1. c语言常用算法源代码

    0下载:
  2. c语言常用算法源代码 -c language commonly used algorithm source code
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-14
    • 文件大小:254976
    • 提供者:无人
  1. y2

    0下载:
  2. y2.c LU分解-y2.c LU decomposition
  3. 所属分类:C#编程

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

    0下载:
  2. 矩阵计算的c++代码,本矩阵类实现了对矩阵的一些基本操作,比如 +, -, *,求逆等。 实现了矩阵的列主元LU分解,并利用它实现了线性代数方程组的直接解法;还有线性方程组的迭代解法。 另外定义了一些非数学上但经常用到的一些操作 比如两个矩阵对应元素的相乘、相除,对矩阵的每个元素求abs,sqrt等-matrix calculation of c code, the matrices of the matrix to
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-14
    • 文件大小:11264
    • 提供者:陈冲
  1. superlu_3.0.tar

    0下载:
  2. LU矩阵分解单机版最新版本,用于快速求解稀疏矩阵组成的方程组的解-LU decomposition matrix version of the latest stand-alone version for fast sparse matrix solution of the solution of the equations
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2024-05-14
    • 文件大小:1134592
    • 提供者:wang
  1. connvert

    0下载:
  2. 对矩阵进行LU分解并求逆,该程序适用于任意维数方阵,-right matrix factorization and inverse, the procedures applicable to arbitrary dimension arrays
  3. 所属分类:数学计算/工程计算

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

    0下载:
  2. 通过LU分解求矩阵的逆矩阵,可应用于反幂法的实现-through the matrix factorization for the inverse matrix can be used against the law to achieve power
  3. 所属分类:其他小程序

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

    0下载:
  2. 这是用vc编的LU分解法,也叫杜利 特儿法,子过程LUDCMP将矩阵分解 为上三角和下三角矩阵,子过程LU BKSB利用LUDCMP的分解结果得到线 性方程组的解-vc addendum to the LU decomposition method, also called Dulite abuse, LUDCMP sub-process decomposition of the matrix o
  3. 所属分类:数学计算/工程计算

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

    0下载:
  2. 本题采用的计算方法为:矩阵的 分解和Cholesky分解。根据Gauss消去法的的矩阵意义,可以将矩阵A分解为一个单位下三角矩阵与一个上三角矩阵的乘积即:即矩阵的LU分解A=LU,进而可以分解为: 的形式。当A为对称矩阵时,A可分解为: 的形式。-that the use of the method of calculating : matrix decomposition and Cholesky decomposition. Acc
  3. 所属分类:数学计算/工程计算

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

    0下载:
  2. 五对角占优线性方程组求解的MATLAB 程序MYLU。 输入参数A为系数矩阵,F为右端向量。输出参数L,U为A的LU 分解A=LU,X为解向量。-five pairs diagonally dominant linear equations MYLU the MATLAB program. A input parameters for the coefficient matrix, F subguadratic vector. Ou
  3. 所属分类:matlab例程

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

    0下载:
  2. 用JAVA编的学生管理系统,包括管理学生信息,管理课程信息,管理选课与成绩。-JAVA made by the student management system, including the student information management, information management courses, management courses and achievements.
  3. 所属分类:教育/学校应用

    • 发布日期:2024-05-14
    • 文件大小:135168
    • 提供者:赵芃
  1. matlab_numer

    0下载:
  2. 数值分析中几个基础的matlab程序,包括选主元的高斯消去,矩阵的LU分解以及Jacobi迭代-Numerical analysis of several matlab-based procedures, including the election of the principal Gaussian elimination, LU decomposition of matrices and Jacobi iteration
  3. 所属分类:中间件编程

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

    0下载:
  2. Doolittle 分解法,数值分析中的重要方法,是LU分解的基础算法-Doolittle decomposition method, numerical analysis of the important method is based on LU decomposition algorithm
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-14
    • 文件大小:7168
    • 提供者:
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 20 »

源码中国 www.ymcn.org