CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 线性方程组求解

搜索资源列表

  1. fem_3node

    0下载:
  2. 三节点有限元方法的计算,劲度矩阵式12*12的,可以有效求解出结点位移,结点应力,求解线性方程组方法简单-Three-node finite element method calculation stiffness matrix 12* 12, can effectively solve the nodal displacements, nodal stresses, simple method for solving linear equations
  3. 所属分类:software engineering

    • 发布日期:2017-11-25
    • 文件大小:9172
    • 提供者:小麦
  1. matlab

    0下载:
  2. 误差的来源 非线性方程(组)的数值解法 解线性方程组的直接方法 解线性方程组的迭代法 矩阵的特征值与特征向量的计算 函数的插值方法 函数逼近与曲线(面)拟合 数值微分 数常微分方程(组)求解值积分 -The source of the error Numerical method for solving the nonlinear equation (group) The direct method of solving linear
  3. 所属分类:File Formats

    • 发布日期:2017-11-08
    • 文件大小:1071502
    • 提供者:陈佳文
  1. lagrange

    0下载:
  2. 实现数值计算中用拉格朗日法求解线性方程组,已经过验证,结果正确。-Achieved using Lagrangian numerical method for solving linear equations, has been verified, the results are correct.
  3. 所属分类:Algorithm

    • 发布日期:2017-12-04
    • 文件大小:627731
    • 提供者:zhonghongbao
  1. Gauss-Seidel

    0下载:
  2. 用Gauss-Seidel迭代法求解线性方程组,输入文件及线型方程组的内容放在Gauss-seidel文件中。-With the Gauss-Seidel iterative method for solving linear equations, linear equations of the input file and the contents on the Gauss-seidel file.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-16
    • 文件大小:1684
    • 提供者:沈民
  1. Gauss-Jordan

    0下载:
  2. 用c语言编写的Gauss-Jordan消去法求解线性方程组,输入文件及说明放在Gauss-Jordan-input.txt文件中。-Using c language Gauss-Jordan elimination method for solving linear equations, the input file and descr iption on the Gauss-Jordan-input.txt file.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-10
    • 文件大小:1260
    • 提供者:沈民
  1. Gauss-iterative--method

    0下载:
  2. Fortran语言下的高斯消去方法,用于线性方程组的迭代求解-Gaussian elimination method for solving linear equations iterative
  3. 所属分类:Algorithm

    • 发布日期:2017-11-17
    • 文件大小:1107
    • 提供者:kevin
  1. Gauss--Seidel-iterative--C

    0下载:
  2. 高斯 赛德尔迭代法求解线性方程组的程序,c语言版。输入矩阵 求解矩阵-High Sisaideer iterative method for solving linear equations procedures, c language version. Input matrix solving matrix
  3. 所属分类:Algorithm

    • 发布日期:2017-11-14
    • 文件大小:6110
    • 提供者:james
  1. numerical-algorithms

    0下载:
  2. 几种常用的数值计算算法,包括高斯消去法、追赶法、高斯赛德尔法求解线性方程组,矩阵的LDL分解和cholesky分解,牛顿插值法和三次样条插值法的matlab实现-Several commonly numerical algorithms, including Gaussian elimination, catch method, high Sisaideer method for solving linear equations, matrix LDL decomposition and cho
  3. 所属分类:Algorithm

    • 发布日期:2017-11-11
    • 文件大小:6549
    • 提供者:gzn
  1. xianxingfangchengzuqiujie

    0下载:
  2. 本文的主要功能是实现线性方程组的求解使用vb语言-Linear Equations
  3. 所属分类:Other systems

    • 发布日期:2017-11-26
    • 文件大小:3856
    • 提供者:haigou
  1. THOMAS

    0下载:
  2. 调用THOMAS函数求解三对角矩阵线性方程组-solve tridiagonal matrices of linear equations with THOMAS function
  3. 所属分类:Energy industry

    • 发布日期:2017-11-26
    • 文件大小:15865
    • 提供者:就个零
  1. SOR

    0下载:
  2. SOR迭代法求解线性方程组的C++程序,是一种数值分析常用程序-SOR iterative method for solving linear equations C++ procedure is a procedure commonly used numerical analysis
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:593344
    • 提供者:Chrestina
  1. solving-linear-equations

    0下载:
  2. 线性方程组的求解,此源程序包括消去法,高斯消去法,赛德尔迭代法,SOR法等多个子程序可供解方程选择,还包括几个验证算例-code for solving the linear equations,including subroutines of four methods to choose from,respectively elimination, Gauss-elimination, Seidel interation and SOR 。Verified cases are also inc
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:426764
    • 提供者:陈静
  1. Gauss-seidel-solutions

    0下载:
  2. 运用高斯-赛德尔迭代公式求解线性方程组,自己定义方程组-Using Gauss- Seidel iteration formula for solving linear equations, their definition equations
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:926
    • 提供者:纪成
  1. Jacobi-iterative-method

    0下载:
  2. 利用Jacobi迭代法求解线性方程组的程序-Using the Jacobi iterative method for solving linear equations of the program
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:3288
    • 提供者:li
  1. GAUSSJ

    0下载:
  2. 线性方程组的解法 全主元高斯-约当(Gauss-Jordan)消去法 用高斯-约当消去法求解A[XY]=[BI],其中A为n*n非奇异矩阵,B为n*m矩阵,均已知;X(n*m),Y(n*n)未知。-Solution of linear equations the main yuan Gaussian- Jordan (Gauss-Jordan) elimination method Gauss- Jordan elimination method to solve A [XY] = [B
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:629
    • 提供者:han
  1. LUDCMP

    0下载:
  2. 解线性方程组 LU分解法 求解系数矩阵为非奇异的线性代数方程组Ax=b,它能串联式地逐次解A相同b不同的方程组。本方法也叫杜利特尔(doolittle)方法-Linear Equations LU decomposition method for solving non-singular coefficient matrix of linear algebraic equations Ax = b, it cascaded to the same b successive solutio
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:589
    • 提供者:han
  1. SPARSE

    0下载:
  2. 线性方程组的共轭梯度法 用共轭梯度法求解高阶线性Ax=b -Linear equations using the conjugate gradient method conjugate gradient method for solving higher order linear Ax = b
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:664
    • 提供者:han
  1. TOEPLZ

    0下载:
  2. 线性方程组的求法 托伯利兹方程组求法 求解Rx=y, 即给定2n-1个数Rk-Find 法托伯利兹 linear equations method for solving equations seeking Rx = y, ie, given the number of 2n-1 Rk
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:632
    • 提供者:han
  1. GaussSeidel.m

    0下载:
  2. 高斯赛德尔迭代法求解线性方程组,matlab下已编译成功,直接可用-High Sisaideer iterative method for solving linear equations, matlab compiled successfully under, directly available
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1219
    • 提供者:juicy
  1. jacobi

    0下载:
  2. 求解线性方程组的雅克比迭代法的C语言代码以及VC6.0编译器的项目文件。-The C language code of Jacobi iterative method for solving linear equations and the project files using the Visual Studio C++ 6.0 compile.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:62727
    • 提供者:qin
« 1 2 ... 26 27 28 29 30 3132 33 34 35 36 ... 50 »
搜珍网 www.dssz.com