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

搜索资源列表

  1. Partial_Pivoting

    1下载:
  2. 利用matlab实现高斯列主元消去法解线性方程组的数值解。-Using matlab to achieve numerical solution of the principal component Gaussian elimination method for solving linear equations.
  3. 所属分类:matlab

    • 发布日期:2017-11-12
    • 文件大小:734
    • 提供者:hu mou
  1. Desktop

    0下载:
  2. 利用matlab实现追赶法(chase method)解线性方程组的数值解。-Using matlab achieve catch-up (chase method) numerical solution for solving linear equations.
  3. 所属分类:matlab

    • 发布日期:2017-11-25
    • 文件大小:1111
    • 提供者:hu mou
  1. codes-for-numerical-analysis

    0下载:
  2. 高教版数值分析的matlab代码,误差与范数,非线性方程(组)的数值解法,解线性方程组的直接方法,解线性方程组的迭代法,矩阵的特征值与特征向量的计算,函数的插值方法,函数逼近与曲线(面)拟合,数值微分,数值积分,常微分方程(组)求解-entire codes for numerical analysis based on matlab
  3. 所属分类:matlab

    • 发布日期:2017-11-12
    • 文件大小:902246
    • 提供者:theo
  1. Linear_solver

    0下载:
  2. Matlab,线性方程组求解典型算法,含共轭速降法(大规模矩阵),一种正则化方法(处理病态矩阵),含相应算例与user guide-Matlab, solving linear equations typical algorithms the conjugated downhill Act (mass matrix), a regularization method (treatment of morbid matrix) containing the corresponding numeric
  3. 所属分类:Algorithm

    • 发布日期:2017-11-15
    • 文件大小:529033
    • 提供者:hengding
  1. Euler-method

    0下载:
  2. 高斯赛德尔消元法、Heun法等实现线性方程组的求解、另附一份MATLAB之GUI设计基础-High Sisaideer elimination method, Heun method to achieve linear equations, attach a MATLAB GUI design basis
  3. 所属分类:matlab

    • 发布日期:2017-11-03
    • 文件大小:569397
    • 提供者:msok
  1. gauseid

    0下载:
  2. matlab矩阵计算 Gauss-Seidel迭代法解线性方程组-matlab matrix calculation Gauss-Seidel iteration method for solving linear equations
  3. 所属分类:matlab

    • 发布日期:2017-11-27
    • 文件大小:689
    • 提供者:pc
  1. GaussElim

    0下载:
  2. 高斯消元法MATLAB仿真程序,可以用来解线性方程组。-Gaussian elimination method MATLAB simulation program that can be used for solving linear equations.
  3. 所属分类:matlab

    • 发布日期:2017-11-23
    • 文件大小:1439
    • 提供者:苑玉亮
  1. SOR

    0下载:
  2. MATLAB实现的线性方程组超松弛迭代算法源程序。-MATLAB realization of linear equations over-relaxation iterative algorithm source code.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-11
    • 文件大小:683
    • 提供者:king
  1. gauseidel-jacobi-richason-SOR

    0下载:
  2. 高斯赛德尔迭代法,雅可比迭代法,理查森迭代算法,超松弛迭代算法的matlab程序。上述算法均用于求解线性方程组。-High Sisaideer iterative method, Jacobi iteration, Richardson iterative algorithm, over relaxation algorithm matlab program. The algorithm for solving linear equations.
  3. 所属分类:Other systems

    • 发布日期:2017-11-23
    • 文件大小:1684
    • 提供者:pengtao
  1. QR

    0下载:
  2. QR算法求解线性一类线性方程组的matlab程序-QR algorithm for solving linear a class of linear equations matlab program
  3. 所属分类:Algorithm

    • 发布日期:2017-11-23
    • 文件大小:2048
    • 提供者:梁耀升
  1. Matlab9.6.3

    0下载:
  2. matlab数值分析线性方程组严格对角占优,选主元计算程序-Matlab numerical analysis of linear equations strictly diagonally dominant, pivoting calculation program
  3. 所属分类:matlab

    • 发布日期:2017-11-16
    • 文件大小:47518
    • 提供者:张成龙
  1. gauss

    0下载:
  2. 采用列主元Gauss消去法解线性方程组的matlab程序和C++程序-Using Gauss elimination method for solving linear equations matlab program procedures and C++
  3. 所属分类:matlab

    • 发布日期:2017-11-15
    • 文件大小:1411
    • 提供者:zs
  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. 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. zhuiganfa

    0下载:
  2. 利用追赶法求解三对角线性方程组,matlab程序代码-chasing method
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:3715
    • 提供者:王昭
  1. direct-method-solve-linear-equation

    0下载:
  2. 基于MATLAB环境下的运用直接法求解线性方程组的对应的代码 简单易学 便于初学者消化使用-Based on MATLAB environment using a direct method for solving linear equations corresponding code is easy to learn for beginners to use digest
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:7571
    • 提供者:明超
  1. iteratmed-solve-linearequa

    0下载:
  2. 基于MATLAB环境下的运用迭代法求解线性方程组的对应的代码 简单易学 便于初学者消化使用-Based on MATLAB environment using iterative method for solving linear equations corresponding code is easy to learn for beginners to use digest
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:9292
    • 提供者:明超
  1. gaosi

    0下载:
  2. 通过matlab语言编程,实现利用Gauss消去法求解线性方程组-Through matlab language programming, using the Gauss elimination method for solving linear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:260335
    • 提供者:陈佃文
  1. liezhuyuan

    0下载:
  2. 运用matlab编程语言,实现利用列主元Gauss消去法和平方根发求解线性方程组-Use matlab programming language, using the column to achieve the main element Gauss elimination method and the square root of the hair for solving linear equations
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:285881
    • 提供者:陈佃文
  1. GaussSeidel

    0下载:
  2. Gauss-Seidel method高斯赛德尔迭代法求解线性方程组问题matlab代码-Gauss-Seidel method
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-02
    • 文件大小:671
    • 提供者:Fifine
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 19 »
搜珍网 www.dssz.com