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

搜索资源列表

  1. Jacobi

    0下载:
  2. 雅克比迭代求解线性方程组课设,已经调试成功.内含m文件,可直接运行。-Jacobi iteration for solving linear equations ,Lesson set debugging has been successful
  3. 所属分类:matlab

    • 发布日期:2017-12-04
    • 文件大小:7232
    • 提供者:天龙
  1. GaussXiaoqufa

    0下载:
  2. 高斯消去法,求解线性方程组的解。本方法有利计算机求解。-Gaussian elimination method for solving linear equations solution.
  3. 所属分类:CSharp

    • 发布日期:2017-12-09
    • 文件大小:729913
    • 提供者:杜安定
  1. ga_ex

    0下载:
  2. 用gauss消去法求线性方程组的解.只考虑可读性, 不考虑matlab的特性.-Gauss elimination method to seek the solution of linear equations.
  3. 所属分类:matlab

    • 发布日期:2017-12-04
    • 文件大小:598
    • 提供者:wlj
  1. the-Gaussian-elimination-method

    0下载:
  2. 列主元高斯消去法的C语言程序,用来求解线性方程组。在VS2010上编写,已调试通过。-Out PCA Gaussian elimination method C language program, is used to solve linear equations. Written in VS2010 debugging through.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-04
    • 文件大小:12928
    • 提供者:xiaoqiang
  1. doolittle-decomposition

    0下载:
  2. 选主元的Doolittle分解法,用来求解线性方程组,在VS2010上编写,已调试通过。-Pivoting Doolittle decomposition method for solving linear equations, written in VS2010 debugging through.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-12
    • 文件大小:13046
    • 提供者:xiaoqiang
  1. chase-method

    0下载:
  2. 此解法使用于线性方程组系数矩阵为三对角矩阵的情形。此方法被称为“追赶法”,程序已调试通过。-This solution is to use the coefficient matrix of the linear equations tridiagonal matrix case. This method is called " catch-up method, the procedure has been debugging through.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-27
    • 文件大小:12304
    • 提供者:xiaoqiang
  1. PRP

    0下载:
  2. 本程序为求解线性方程组Ax=b的共轭梯度算法,对于A不要求是方阵。-The procedures for solving linear equations Ax = b conjugate gradient algorithm for A is not required to be square.
  3. 所属分类:matlab

    • 发布日期:2017-11-12
    • 文件大小:536517
    • 提供者:吕宋岛
  1. bfs

    0下载:
  2. 共轭梯度法计算线性方程组的代码。本段代码采用了F90的风格书写。注意共轭梯度法只适用于对称正定的矩阵。-Conjugate gradient method to calculate the linear equations of the code. The section of code uses the the F90 style of writing. Note conjugate gradient method is only applicable to symmetric positiv
  3. 所属分类:Algorithm

    • 发布日期:2017-11-21
    • 文件大小:2470
    • 提供者:胡义勇
  1. LU

    0下载:
  2. 数值分析中运用matlab使用LU分解法求线性方程组-Numerical analysis using matlab LU decomposition method for solving linear equations
  3. 所属分类:matlab

    • 发布日期:2017-11-13
    • 文件大小:1254
    • 提供者:
  1. gauss_seidel

    0下载:
  2. 数值分析运用matlab用gauss-seidel迭代法求解线性方程组-Numerical analysis using matlab gauss-seidel iterative method for solving linear equations
  3. 所属分类:matlab

    • 发布日期:2017-11-26
    • 文件大小:865
    • 提供者:
  1. Linear-matlab-code

    0下载:
  2. 举例说明matlab在线性代数中的应用,有源代码,例子涉及向量组的线性相关性、线性方程组、相似矩阵及二次型的求解等内容-Illustrate matlab linear algebra applications, source code, examples involving vector group linear correlation, linear equations, similar matrix and secondary-solving
  3. 所属分类:matlab

    • 发布日期:2017-11-06
    • 文件大小:77646
    • 提供者:滕绍
  1. Numberical-Anaysis

    0下载:
  2. 线性方程组的数值解法 覆盖现阶段基本上所有的解法,及相关的例子。-liner function s numbrical anyalysis methods
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-25
    • 文件大小:8010
    • 提供者:chivalee
  1. MAtrix-solve

    0下载:
  2. fortran源代码,线性方程组求解,详细算法代码-fortran code for matrix solve
  3. 所属分类:Algorithm

    • 发布日期:2017-12-01
    • 文件大小:14607
    • 提供者:1
  1. Matlab

    0下载:
  2. 本书精选了科学和工程中常用的200余个算法,全部采用MATLAB语言编程实现,并结合实例对算法程序进行验证和分析。本书分为上下两篇,上篇为MATLAB基础篇,主要介绍MATLAB的基本功能和操作以及MATLAB程序设计的入门知识;下篇为算法程序篇,主要讲述以下方面常用算法的MATLAB实现,包括插值、函数逼近、矩阵特征值计算、数值微分、数值积分、方程求根、非线性方程组求解、解线性方程组的直接法、解线性方程组的迭代法、随机数生成、特殊函数计算、常微分方程的初值问题、偏微分方程的数值解法、数据统计和
  3. 所属分类:software engineering

    • 发布日期:2017-12-07
    • 文件大小:17371340
    • 提供者:ltiuan
  1. Gaussian-elimination-code

    0下载:
  2. 线性方程组求解,高斯消元法,列主元消元法,matlab代码-Solving linear equations, Gaussian elimination, main-element elimination method, matlab code
  3. 所属分类:matlab

    • 发布日期:2017-11-24
    • 文件大小:4108
    • 提供者:marry
  1. Linear-Equations-Solving

    0下载:
  2. 包含线性方程组迭代解法的共轭梯度法和最速下降法Matlab源代码级收敛性分析报告,以及线性方程组Matlab解法的参考资料-Contains linear equations iterative method for solving the conjugate gradient method and the steepest descent method Matlab source-level convergence analysis report, as well as linear equa
  3. 所属分类:Algorithm

    • 发布日期:2017-11-12
    • 文件大小:4758739
    • 提供者:吉韦
  1. doolittle

    0下载:
  2. matlab语言 doolittle 分解解线性方程组-doolittle decomposition solution of linear equations
  3. 所属分类:matlab

    • 发布日期:2017-12-05
    • 文件大小:707
    • 提供者:
  1. xianxingfangchengzuqiujieqi

    0下载:
  2. C++Builder做的一个小程序,实现7元以内的线性方程组的求解。-A small program to do C++Builder, linear equations in less than 7 yuan.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-26
    • 文件大小:1439064
    • 提供者:昆琨
  1. linear-equations

    0下载:
  2. 实现线性方程组的求解,能解决所有线性方程组的解。-Solving system of linear equations
  3. 所属分类:File Formats

    • 发布日期:2017-11-17
    • 文件大小:937
    • 提供者:xiqi
  1. matlab-linear-algebra

    0下载:
  2. matlab在线性代数中的应用,在求解中线性方程组的特征值、特征向量,以及用不同算法求解方程组。-matlab linear algebra, in solving the eigenvalue in linear equations, eigenvectors, and use different algorithms to solve equations.
  3. 所属分类:matlab

    • 发布日期:2017-11-06
    • 文件大小:15227
    • 提供者:熊长鑫
« 1 2 ... 45 46 47 48 49 50»
搜珍网 www.dssz.com