搜索资源列表

  1. LU

    0下载:
  2. fortran语言编写的LU分解程序,可用来求解小型方程组-fortran language LU decomposition process can be used to solve small equations
  3. 所属分类:其他小程序

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

    0下载:
  2. 运用LU分解法来解线性方程组 可以改变N 来解N阶线性方程-N to solve N linear equations using LU decomposition method for solving linear equations can be changed
  3. 所属分类:汇编语言

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

    0下载:
  2. This is LU algorithm by assemble.
  3. 所属分类:汇编语言

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

    0下载:
  2. LU分解(LU Decomposition)是矩阵分解的一种,可以将一个矩阵分解为一个下三角矩阵和一个上三角矩阵的乘积(有时是它们和一个置换矩阵的乘积)。LU分解主要应用在数值分析中,用来解线性方程、求反矩阵或计算行列式-LU decomposition
  3. 所属分类:数学计算/工程计算

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

    0下载:
  2. this poroje give a matrix and Lu
  3. 所属分类:系统编程

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

    0下载:
  2. 数值分析中的,LU分解法,解线性方程组。对于学习解线性方程组很有帮助!-it is used for dealing LU
  3. 所属分类:数学计算/工程计算

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

    0下载:
  2. LU分解法解线性方程组(内附题目) #include "math.h" #include "stdio.h" #define n 4 int LU(double (*a)[n])-LU decomposition method for solving linear equations (containing title)# include " math.h" # include " stdi
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-16
    • 文件大小:7168
    • 提供者:l
  1. LU-and-QR

    0下载:
  2. 求解线性方程组Ax=b,其实质就是把它的系数矩阵A通过各种变换成一个下三角或上三角矩阵,从而简化方程组的求解。因此,在求解线性方程组的过程中,把系数矩阵A变换成上三角或下三角矩阵显得尤为重要,然而矩阵A的变换通常有两种分解方法:LU分解法和QR分解法。-LU and QR decomposition method for solving linear equations
  3. 所属分类:数学计算/工程计算

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

    0下载:
  2. 用cuda编写的LU分解解线性方程组问题,简单易懂,适合初学cuda者-LU decomposition with cuda prepared solution of linear equations, easy to understand for beginners who cuda
  3. 所属分类:其他小程序

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

    0下载:
  2. LU分解解线性方程组, LU分解解线性方程组, LU分解解线性方程组-LU decomposition
  3. 所属分类:汇编语言

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

    0下载:
  2. LU Method案例,主要是以matlab軟件來運算標準題型。 -LU Method cases, mainly matlab software to compute the standard questions.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-16
    • 文件大小:2048
    • 提供者:陳信安
  1. Gaussian--and-LU

    0下载:
  2. 计算方法中解线性方程组的列主元高斯消元法及LU分解,由键盘输入系数矩阵A的大小和内容、及矩阵b的内容-Calculation methods listed in the main solution of linear equations Gaussian elimination method and LU decomposition, the coefficient matrix A by the keyboard input size
  3. 所属分类:数学计算/工程计算

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

    0下载:
  2. 基于CUDA的LU分解,简单明了适用GPU的CUDA初学者-CUDA-based LU decomposition, simple apply the GPU CUDA beginners
  3. 所属分类:并行运算

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

    0下载:
  2. LU分解法求解线性方程组用C语言实现的程序,简单易懂,很好用-LU decomposition method for solving linear equations using C language program, easy to understand, easy to use
  3. 所属分类:数学计算/工程计算

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

    0下载:
  2. 用C语言编写矩阵LU分解,求出上三角,下三角矩阵,再求出原矩阵的逆-Written in C language matrix LU decomposition, calculated on a triangle, a lower triangular matrix, and then find the inverse of the original matrix
  3. 所属分类:C#编程

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

    0下载:
  2. 解线性代数方程组的LU分解法。使用c++标准库的vector实现。-Solution of linear algebraic equations LU decomposition. Use c++ standard library vector implementation.
  3. 所属分类:数学计算/工程计算

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

    0下载:
  2. LU分解解方程,是利用追赶法解方程的,中间掺杂的矩阵编程,是一个很有效的数值解问题。-LU decomposition solution of the equation is the use of catch-up method for solving equations, matrix doping program in the middle, is a very efficient numerical solution of the
  3. 所属分类:matlab例程

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

    0下载:
  2. lu分解法求解线性方程组,用in.txt文件输入,自动输出。-lu decomposition method for solving linear equations, input in.txt files, automatically output.
  3. 所属分类:汇编语言

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

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

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

    0下载:
  2. LU Method for solve non linear equations
  3. 所属分类:数学计算/工程计算

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

源码中国 www.ymcn.org