CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - solve linear equations

搜索资源列表

  1. solve-equation

    0下载:
  2. 解决一般的线性方程组,其中包含希尔伯特消元法和高斯隐式消元法两种方法。-Solve a generally linear equations, which contains two methods in Hilbert elimination method and Gauss implicit elimination method.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-23
    • 文件大小:109807
    • 提供者:李鹏程
  1. cblas

    0下载:
  2. CBLAS - Complex Basic Linear Algebra Subprograms,用来求解线性方程组-CBLAS- Complex Basic Linear Algebra Subprograms, used to solve linear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-11-15
    • 文件大小:23258
    • 提供者:ERID
  1. Least-Squares

    1下载:
  2. 最小二乘法,求解线性方程组时使用了lapack库。-Least squares method,using the lapack libraries to solve linear equations.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-26
    • 文件大小:3977126
    • 提供者:love_yuyeer
  1. Gauss-Jordan

    0下载:
  2. It includes a program to show the use of Gauss-Jordan Method to solve linear equations.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-11
    • 文件大小:522
    • 提供者:Shervin
  1. some-c-program

    0下载:
  2. it includes a program that uses Gauss-Jordan method to solve linear equations.
  3. 所属分类:Algorithm

    • 发布日期:2017-12-05
    • 文件大小:667
    • 提供者:Shervin
  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. 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. 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. 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. Gauss

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

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

    0下载:
  2. 矩阵三角分解法解方程 雅可比迭代法、高斯赛德尔迭代法、SOR迭代法解线性方程组。(Matrix triangulation method for solving equations Jacobi iterative method, Gauss Seidel iteration method and SOR iterative method are used to solve linear equations.)
  3. 所属分类:数据结构

    • 发布日期:2018-04-20
    • 文件大小:2048
    • 提供者:536536536
  1. gaus

    0下载:
  2. 用高斯消去法解线性方程组,返回值:整型。运行成功则返回1,失败则返回0(Using gaussian elimination to solve linear equations, return value: integer.Run success returns 1, failure returns 0.)
  3. 所属分类:数据结构

    • 发布日期:2018-05-01
    • 文件大小:1024
    • 提供者:zhaobo
  1. jiefangcheng

    0下载:
  2. 使用高斯-赛德尔迭代法和雅克比迭代法求解线性方程组;使用高斯法和列主元法求解线性方程组。(Using the Gauss - Seidel iterative method, Jacobi iterative method for solving linear equations and using Gauss method and column principal component method to solve linear equations.)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-01
    • 文件大小:1024
    • 提供者:求悳
« 1 2 3 45 6 7 8 9 10 ... 13 »
搜珍网 www.dssz.com