搜索资源列表

  1. LU

    0下载:
  2. lu分解 基于matlab环境的对于三角分解的源代码-lu decomposition matlab environment based on the source code for the triangular decomposition
  3. 所属分类:matlab例程

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

    0下载:
  2. 此程序能进行矩阵的lu分解,对初学者很有帮助-This procedure can be the lu decomposition matrix, useful for beginners
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-16
    • 文件大小:419840
    • 提供者:黄晓林
  1. LU

    1下载:
  2. 文档详细介绍了矩阵的LU分解,对于C编程者来说,是很好的理论知识的储备。-Document details the LU decomposition of the matrix for C programmers, it is a good theoretical knowledge of the reserves.
  3. 所属分类:文件格式

    • 发布日期:2024-05-16
    • 文件大小:150528
    • 提供者:申静
  1. LinearMath

    0下载:
  2. 矩阵加、减、乘、最小二乘、LU分解法等相关算法-failed to translate
  3. 所属分类:数学计算/工程计算

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

    0下载:
  2. LU分解的过程演示,本人原创,测试无误,内含详细注释。-LU decomposition procedure demonstrates I originality, test correct, containing detailed notes.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:huyunq
  1. solve-linear-system-by-LU

    0下载:
  2. 用LU分解方法解线性方程组的过程演示,本人原创,测试无误,内含详细注释。 -With the LU decomposition method to solve linear equations of the process of demonstration, I have the original, the test is correct, containing detailed notes.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-16
    • 文件大小:2048
    • 提供者:huyunq
  1. LU

    0下载:
  2. 这是matlab中进行矩阵LU分解的代码。是一个包,集合了模拟LU分解所需的函数文件。-A function for matrix LU factorization.This is the first function.There are another three function named "bslashtx","forward","backsubs".
  3. 所属分类:matlab例程

    • 发布日期:2024-05-16
    • 文件大小:3072
    • 提供者:余思勰
  1. LU

    0下载:
  2. 数值分析线性方程组LU分解,matlab平台实现-Numerical LU decomposition of linear equations, matlab platform
  3. 所属分类:matlab例程

    • 发布日期:2024-05-16
    • 文件大小:2048
    • 提供者:邹龙刚
  1. LU

    1下载:
  2. LU分解方法求解线性方程组的Fortran程序,包含了一个验证程序。计算效率相对于选主元高斯消去法高出一些。-LU decomposition method for solving linear equations Fortran program, includes a verification process. Computational efficiency relative to the pivoting Gaussian eli
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-16
    • 文件大小:9216
    • 提供者:李学斌
  1. LU

    1下载:
  2. 本C程序对输入的矩阵进行LU分解。包括两个程序,其中一个交换了列主元。-The C program for the input matrix LU decomposition. Consists of two programs, one of the main element exchange column.
  3. 所属分类:数学计算/工程计算

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

    0下载:
  2. 用追赶法求解线性方程组首先用LU分解处理系数矩阵,原方程组变为LUX=d.-Catch up with the first method for solving linear equations with coefficient matrix LU decomposition process, the original equations into LUX = d.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-16
    • 文件大小:12288
    • 提供者:tq
  1. LU_DecomME1

    0下载:
  2. MATLAB 数值分析,矩阵分解实例,LU分解-MATLAB numerical analysis, matrix factorization example, LU decomposition
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:yongquan
  1. Lu

    0下载:
  2. 数值计算中的LU分解法的实现算法,将矩阵分解为上三角和下三角矩阵进行运算-LU code
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:cookies
  1. Lorenz-system--lu-the-delay--

    0下载:
  2. Lorenz混沌系统,吕混沌系统的延迟反馈仿真-Lorenz chaotic system, the delayed feedback chaotic systems Lu simulation
  3. 所属分类:matlab例程

    • 发布日期:2024-05-16
    • 文件大小:3072
    • 提供者:刘丽
  1. LU

    0下载:
  2. 数值计算中LU分解法源代码 对矩阵进行变换-Numerical calculation of LU decomposition of the matrix to transform the source code
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:赤脚陀螺
  1. LU

    0下载:
  2. OpenMP实现矩阵LU分解,本代码对随机生成的矩阵进行LU分解-realize matrix LU algorithm with OpenMP
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-16
    • 文件大小:2008064
    • 提供者:
  1. zhuiganfa-LU

    0下载:
  2. 追赶法和LU(coolittle) 算法源程序-coolittle algorithm source code
  3. 所属分类:matlab例程

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:lihui
  1. LU-SGS

    2下载:
  2. 利用时域有限差分求解CFD问题,其中差分格式为LUSGS,是求解流体问题的理论基础-Solved using finite-difference time-domain CFD problems, in which the differential form LUSGS
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-16
    • 文件大小:824320
    • 提供者:陈晨
  1. LU

    0下载:
  2. LU分解在并行机上的实现的C算法,里面包括详尽的算法说明等-LU decomposition in the parallel algorithm of implementing using C
  3. 所属分类:并行运算

    • 发布日期:2024-05-16
    • 文件大小:2048
    • 提供者:fly
  1. LU

    0下载:
  2. 包括LU和LUl,后者是列主元的LU分解法-LU sulve
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:王仲根
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »

源码中国 www.ymcn.org