搜索资源列表

  1. 线性方程组的迭代法和牛顿数值积分

    0下载:
  2. 线性方程组的迭代法:Jacobi, Gauss-Seidel,SOR,SOR for Poisson。 牛顿数值积分方法及其Steffensen加速法。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2011-12-24
    • 文件大小:1770
    • 提供者:skiloop@126.com
  1. seidel迭代法

    0下载:
  2. gauss-seidel迭代法解Ax=b的解-Gauss- Seidel iterative method for Ax = b Solution
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-10-07
    • 文件大小:252928
    • 提供者:剑胆琴心
  1. Gauss列主元消去法1

    0下载:
  2. 高斯列主元消去法-out PCA Gaussian Elimination
  3. 所属分类:生物技术

    • 发布日期:2024-10-07
    • 文件大小:1024
    • 提供者:王琦
  1. Gauss列主元

    0下载:
  2. 高斯列主元消去法-out PCA Gaussian Elimination
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-10-07
    • 文件大小:1024
    • 提供者:陈锋
  1. 高斯—塞德尔迭代法

    0下载:
  2. 高斯—塞德尔迭代法。-Gauss- Seidel iteration.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-10-07
    • 文件大小:276480
    • 提供者:陈新
  1. 先处理法程序PFF.f90

    0下载:
  2. ! 平面杆系结构静力分析程序 ! 先处理法源程序 ! ! 主要功能和特点: ! 可调数组 ! 输入单元结点编号和结点位移编码; ! 先处理法形成总体刚度阵和结构综合结点荷载 ! 存储总刚上三角元素; ! GAUSS消元法解线性代数方程组; ! 计算结点位移和单元杆端力-! Plane truss structure static analysis program! First treatment source!! Main functi
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-10-07
    • 文件大小:5120
    • 提供者:吴建明
  1. 高斯消元法解n阶线性方程组

    0下载:
  2. 高斯消元法解n阶线性方程组 这里是数学方法中常用的计算程序-Gauss elimination method for n-linear equations here is the mathematical methods used in calculation procedures
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-10-07
    • 文件大小:269312
    • 提供者:郑双明
  1. 高斯消元法(选主元)

    0下载:
  2. 高斯消元法(选主元)这个也是数学方法中的常用计算程序学过的人都知道的-Gauss-Emilination algorithm
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-10-07
    • 文件大小:1024
    • 提供者:胡铭育
  1. 高斯消元法(c)

    0下载:
  2. 电力系统计算应用广泛的高斯消元法,用来对参数矩阵进行降阶消元。-Gauss elimination is also called Gauss-Jordan elimination, which is used to reduce the dimension of a matrix so that it can be solved easily.
  3. 所属分类:Windows编程

    • 发布日期:2024-10-07
    • 文件大小:1024
    • 提供者:肖江
  1. Jacobi迭代法

    0下载:
  2. 用C语言来实现的。求解线性方程组的迭代,是一种简单的迭代法,可不如 Gauss-Seidel迭代法收敛速度快。-Use c language to make a Jacobi iterative arithmetic which could solve the linear equation group, but it s may be more slower than the Gauss-Seidel iterative arithm
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-10-07
    • 文件大小:20480
    • 提供者:luo
  1. Gauss消元法----不选主元

    0下载:
  2. 我们的计算方法作业 线性方程组的Gauss消元法(不选主元法)算法实现-our method of calculating operating linear equations Gauss elimination method (Pivot) Algorithm
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-10-07
    • 文件大小:1024
    • 提供者:白亮
  1. 用Gauss列主元消元法解线性方程组

    0下载:
  2. 解方程: 用Gauss列主元消元法解线性方程组 -solution equation : Gauss out PCA elimination method for solving linear equations using Gauss out PCA elimination method for solving linear equations
  3. 所属分类:C#编程

    • 发布日期:2024-10-07
    • 文件大小:4096
    • 提供者:加内特
  1. 解线性方程的直接法

    0下载:
  2. 解线性方程的直接法:Gauss消去法、矩阵的三角分解、正定矩阵的Cholesky分解、矩阵求逆等。 注释见程序-solution of linear equations of the direct method : Gauss elimination method, the triangular matrix decomposition, Zhengding Cholesky decomposition of the matrix,
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-10-07
    • 文件大小:23552
    • 提供者:周思良
  1. Gauss_Seidel法解方程组

    0下载:
  2. Gauss_Seidel法解方程组,对同一系数矩阵的方程组,只须变换一次系数矩阵,即可求不同常数向量的不同方程组,大大提高计算效率,且可求解任意元线形方程组-Gauss_Seidel Solving equations, the same coefficient matrix equations, only a transformation coefficient matrix can be different for the diff
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-10-07
    • 文件大小:102400
    • 提供者:李征
  1. 列主元Gauss消去法

    0下载:
  2. 列主元Gauss消去法,是对多维方程的解法,用处-out PCA Gauss elimination method, the multi-dimensional equation solution, use a lot
  3. 所属分类:其他游戏

    • 发布日期:2024-10-07
    • 文件大小:1024
    • 提供者:lian
  1. Gauss-liezhuyuan

    0下载:
  2. 高斯列主元消元法的实验报告和源程序,里面还有一点误差分析-out PCA Gaussian Elimination Act of experimental reports and sources, there is also 1:00 Error Analysis
  3. 所属分类:组合框控件

    • 发布日期:2024-10-07
    • 文件大小:6144
    • 提供者:战神
  1. Gauss-SerdelMATLAB

    0下载:
  2. 用Gauss-Serdel迭代法计算方程组的MATLAB函数文件-with Gauss- Serdel iterative method of calculating equations MATLAB function documents
  3. 所属分类:matlab例程

    • 发布日期:2024-10-07
    • 文件大小:3072
    • 提供者:宁学勇
  1. Gauss-Seidel

    0下载:
  2. 数值分析或计算方法中的Gauss-Seidel法求解线性方程组的c++程序-numerical analysis or calculation method of Gauss- Seidel method for solving linear equations of c procedures
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-10-07
    • 文件大小:1024
    • 提供者:Y.P.Zhou
  1. gauss

    0下载:
  2. VC++中GAUSS法解方程,文档输入输出-VC++ In GAUSS Solving equations, input and output documents
  3. 所属分类:Windows编程

    • 发布日期:2024-10-07
    • 文件大小:2095104
    • 提供者:刘哲
  1. gauss

    1下载:
  2. Gauss法函数,用于轨道确定,可求轨道六要素-Gauss method functions for orbit determination
  3. 所属分类:交通/航空行业

    • 发布日期:2024-10-07
    • 文件大小:3072
    • 提供者:刘创
« 12 3 4 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org