CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - solve linear equations

搜索资源列表

  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. cc

    0下载:
  2. 1.通过上机计算体会迭代法求解线性方程组的特点,并能和消去法比较; 2.运用所学的迭代法算法,解决各类线性方程组,编出算法程序; -1. Understand iteration method to solve linear equations by computer calculation, the characteristics of and can be compared to elimination method 2. Use iterative algorithm to
  3. 所属分类:Linux Network

    • 发布日期:2017-04-08
    • 文件大小:555
    • 提供者:国庆
  1. Newton

    0下载:
  2. This a Matlab code for Newton method used in numerical methods to solve linear equations .-This is a Matlab code for Newton method used in numerical methods to solve linear equations .
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:8089
    • 提供者:tareq
  1. bai-tap

    0下载:
  2. code matlab solve linear equations
  3. 所属分类:software engineering

    • 发布日期:2017-03-27
    • 文件大小:2255
    • 提供者:nong
  1. work

    0下载:
  2. 数值计算方法的三角分解,以及高斯迭代法来求解线性方程-Triangular decomposition numerical methods, as well as Gauss iterative method to solve linear equations
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:815
    • 提供者:李耀兵
  1. gao-si-xiao-yuan-fa

    0下载:
  2. 是线性代数中的一个算法,可用来为线性方程组求解,求出矩阵的秩,以及求出可逆方阵的逆矩阵。当用于一个矩阵时,高斯消元法会产生出一个“行梯阵式”。高斯消元法可以用在电脑中来解决数千条等式及未知数。不过,如果有过百万条等式时,这个算法会十分费时。一些极大的方程组通常会用迭代法来解决。亦有一些方法特地用来解决一些有特别排列的系数的方程组。-A linear algebra algorithms can be used to solve linear equations, matrices obtaine
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:941
    • 提供者:meihaodi
  1. lsqr

    0下载:
  2. this code used for solve linear equations
  3. 所属分类:software engineering

    • 发布日期:2017-04-14
    • 文件大小:3971
    • 提供者:rm
  1. jacobi

    0下载:
  2. 线性方程组的jacobi迭代解法,编译器为intel fortran-Solve linear equations with method of jacobi iteration
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:666
    • 提供者:王茁
  1. steepest-descent-method

    0下载:
  2. 解线性方程组的最速下降法,编译器用的是intel visual fortran-solve linear equations with steepest descent method
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:807
    • 提供者:王茁
  1. Newton

    0下载:
  2. 牛顿迭代法来解决线性方程等相关问题,用于数值分析考试的源代码程序。-Newton method to solve linear equations and other related issues, for the numerical analysis of the source code for examination procedures.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-12
    • 文件大小:724
    • 提供者:张云艳
  1. Jacobi-iteration-method-

    0下载:
  2. 雅克比迭代法求线性方程组,这是一种有效的方法。-Jacobi iteration method to solve linear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1103
    • 提供者:gaolian
  1. klmfz

    0下载:
  2. 克拉默法则求解线性方程组,采用Fortran编程,克拉默法则-Cramer rule to solve linear equations using Fortran programming, Cramer rule
  3. 所属分类:Algorithm

    • 发布日期:2017-04-25
    • 文件大小:30619
    • 提供者:lub
  1. gaus_seidel

    0下载:
  2. 高斯赛德尔 线性方程组迭代求解法,可以用来解线性方程组-High Sisaideer solving linear equations iterative method can be used to solve linear equations
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:522
    • 提供者:wilfred
  1. sz1

    0下载:
  2. 分别使用用高斯法和cholesky分解法,求解线性方程组-gauss elimination method and cholesky decomposition method solve linear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1077
    • 提供者:彭宁宁
  1. main.cc

    0下载:
  2. 数学上,高斯消元法(或译:高斯消去法),是线性代数规划中的一个算法,可用来为线性方程组求解。但其算法十分复杂,不常用于加减消元法,求出矩阵的秩,以及求出可逆方阵的逆矩阵。-In mathematics, the Gauss elimination method (or Gauss elimination method) is an algorithm in linear algebra programming, which can be used to solve linear equation
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:544
    • 提供者:syb
  1. SOR

    0下载:
  2. 这是松弛迭代法(SOR)的源代码,对解决线性方程组求解问题很有帮组-This is a relaxation iterative method (SOR) of the source code to solve linear equations to solve the problem is to help group
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-12
    • 文件大小:610
    • 提供者:chena79enee
  1. gaosi

    0下载:
  2. 运用高斯法求解线性方程组,是一个非常简洁而好的方法。-Using Gauss method to solve linear equations, is a very simple and good method.
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1491
    • 提供者:黄朋
  1. Gauss

    0下载:
  2. 算法功能是高斯列主元消去法求解线性方程组-Function is gaussian pca elimination method to solve linear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:845
    • 提供者:ZHANCHENCHAO
  1. GS-Jacobi

    0下载:
  2. 矩阵消元程序,中含有列主元消元法,雅克比消元法和GS消元法。适用于矩阵的消元运算及对线性方程组的求解工作。-Matrix elimination program, contains out PCA elimination method, Jacobi and GS elimination method elimination method. Suitable for matrix elimination operation and work to solve linear equations.
  3. 所属分类:Other systems

    • 发布日期:2017-05-05
    • 文件大小:5012
    • 提供者:MSY
  1. dumerical-equations

    0下载:
  2. 数值方法里面的用lagrange插值发求解线形方程的算法,可以用来解线形方程组的习题-The inside of the numerical methods used though laser hair interpolation algorithm for solving linear equations, problem sets can be used to solve the linear system of equations
  3. 所属分类:File Operate

    • 发布日期:2017-12-16
    • 文件大小:14336
    • 提供者:ggide
« 1 2 3 4 56 7 8 9 10 ... 17 »
搜珍网 www.dssz.com