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

搜索资源列表

  1. solving-of-linear-equations

    0下载:
  2. 采用MATLAB语言编译的线性方程组求解函数,希望对大家有用-resolving overdetermined linear equations
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1369
    • 提供者:魏明亮
  1. Linear_equations__solution

    1下载:
  2. fortran程序编写的线性方程组求解 -包括 LU分解,高斯列主元消去法,高斯消去法,矩阵求逆,乔累斯基,追赶法-Solving linear equations group, programs written in FORTRAN including LU decomposition, Gauss main element elimination method, Gauss elimination method, the matrix inversion, Jo Laski, chase m
  3. 所属分类:Algorithm

    • 发布日期:2015-05-08
    • 文件大小:7168
    • 提供者:
  1. GAOSI

    0下载:
  2. 高斯消元法(或译:高斯消去法),是线性代数规划中的一个算法,可用来为线性方程组求解。但其算法十分复杂,不常用于加减消元法,求出矩阵的秩,以及求出可逆方阵的逆矩阵。不过,如果有过百万条等式时,这个算法会十分省时-Gauss elimination
  3. 所属分类:MPI

    • 发布日期:2017-05-03
    • 文件大小:745688
    • 提供者:KID
  1. CSharpmatrix

    0下载:
  2. C#处理矩阵函数包,包括矩阵求逆,稀疏线性方程组求解等-C# processing matrix function package, including matrix inversion, sparse linear equation solving, etc.
  3. 所属分类:CSharp

    • 发布日期:2017-04-25
    • 文件大小:251205
    • 提供者:林栓
  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. system

    0下载:
  2. OpenSees用以增加求解大规模线性系数方程的源代码,可以在本例基础上增加一系列高效的线性方程组求解器-OpenSees source code for adding new solutor of linear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:5194
    • 提供者:万飞
  1. Nonhomogeneous-linear-equations

    0下载:
  2. 非齐次线性方程组求解 初学时自己写的一个C程序 -Nonhomogeneous linear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-30
    • 文件大小:503441
    • 提供者:魏久桐
  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. myLud

    0下载:
  2. 周期矩阵的线性方程组求解,先根据公式推导得到LUD分解的步骤,再用追赶法求解-Solution of linear equations of periodic matrix
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:709
    • 提供者:潘伊笑
  1. s1

    0下载:
  2. 线性方程组求解,数值分析中中小规模的线性方程组数值求解方法-Solving linear equations, numerical analysis of linear equations in the small and medium scale numerical solution method
  3. 所属分类:Algorithm

    • 发布日期:2017-05-04
    • 文件大小:23665
    • 提供者:biwurong
  1. Cholesky-solution-of-equation

    0下载:
  2. 乔累斯基解方程主要用于矩阵求解,线性方程组求解等,用法较广-Cholesky solution of equation
  3. 所属分类:assembly language

    • 发布日期:2017-04-14
    • 文件大小:3511
    • 提供者:王强
  1. MPI-and-OpenMP-parallel-programming

    1下载:
  2. 《MPI与OpenMP并行程序设计(C语言版)》是美国Oregon州立大学的Michael J.Quinn教授在多年讲授“并行程序设计”课程的基础上编写而成的,主要介绍用C语言,并结合使用MPI和OpenMP进行并行程序设计,内容包括并行体系结构、并行算法设计、消息传递编程、Eratosthenes 筛法、Floyd 算法、性能分析、矩阵向量乘法、文档分类、蒙特卡洛法、矩阵乘法、线性方程组求解、有限差分方法、排序、快速傅立叶变换、组合搜索、共享存储编程、融合OpenMP和MPI以及5个附录。-&
  3. 所属分类:MPI

    • 发布日期:2016-09-22
    • 文件大小:48901120
    • 提供者:艾艾
  1. 共轭梯度算法fortran程序

    1下载:
  2. 该算法用fortran编写,使用于AX=B的线性方程组求解,可以用于地球物理反问题等,相对于以前他们所编写的代码 形式简单。
  3. 所属分类:数据结构常用算法

  1. matlab

    0下载:
  2. MATLAB矩阵分析与处理 矩阵结构变换 矩阵求逆与线性方程组求解-MATLAB matrix analysis and processing Matrix structure transformation Matrix inversion and linear equations
  3. 所属分类:software engineering

    • 发布日期:2017-05-04
    • 文件大小:122917
    • 提供者:丁开强
  1. xianxing

    0下载:
  2. 矩阵运算,线性方程组,高斯消元,线性方程组求解,VB编程-Matrix operations, linear equations, Gaussian elimination
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-17
    • 文件大小:4096
    • 提供者:cztong
  1. dqrhj

    0下载:
  2. 这是一个线性方程组求解的例子,大家看看,希望对大家学习有帮助-This is an example of a system of linear equations solution, look. I hope it can help everybody to learn
  3. 所属分类:ComboBox

    • 发布日期:2017-12-12
    • 文件大小:50316
    • 提供者:velgn
  1. xianxingfangchengzu

    0下载:
  2. 该程序能够很好地计算数学中常见的线性方程组求解问题-The program can well calculate the linear equations solving problems in mathematics
  3. 所属分类:Algorithm

    • 发布日期:2017-12-13
    • 文件大小:9657
    • 提供者:韩李珂
  1. cholesky

    1下载:
  2. cholesky分解是用于将一个对称正定的矩阵分解为一个上三角与一个下三角矩阵乘积的形式,可运用于回归系数求解,线性方程组求解中 逐步回归是在回归分析的建模过程中用于变量筛选的有效方法,这里同时进行了向前和向后回归,效果更加显著(Cholesky decomposition is used to decompose a symmetric positive definite matrix into an upper triangle and a lower triangular matrix
  3. 所属分类:数学计算

    • 发布日期:2017-12-21
    • 文件大小:3072
    • 提供者:qinglili
  1. solve

    1下载:
  2. 求解线性方程组的通用程序,请复制到MATLAB环境下运行(solve the linear function)
  3. 所属分类:其他

    • 发布日期:2017-11-04
    • 文件大小:1024
    • 提供者:yayayang
  1. Ihis-This

    0下载:
  2. 这是一个线性方程组求解的例子,大家看看,希望对大家学习有帮助(This is an example of a system of linear equations solution, look. I hope it can help everybody to learn)
  3. 所属分类:组合框控件

    • 发布日期:2017-12-19
    • 文件大小:50176
    • 提供者:zyf%25246656
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »
搜珍网 www.dssz.com