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

搜索资源列表

  1. Doolittle

    0下载:
  2. Doolittle分解法求解线性方程组,vc实现,代码较简单-Doolittle decomposition method for solving linear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:280635
    • 提供者:王力
  1. xianxing

    0下载:
  2. 用三种不同的方法计算线性方程组Ax=b,输入方程组的阶数n,矩阵A的元素和常向量b的元素,输出方程组的解。-Calculated using three different methods of linear equations Ax = b, enter the equations of order number n, the elements of matrix A and constant vector b of the elements, the output equations of
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:41014
    • 提供者:张天阳
  1. Gaussian-elimination

    0下载:
  2. 一种关于线性方程组的高斯消元法的Fortran程序-the Fortran program of Gaussian elimination
  3. 所属分类:Algorithm

    • 发布日期:2017-03-21
    • 文件大小:868796
    • 提供者:张恒运
  1. DoolittleLU

    3下载:
  2. 用MPI实现的LU分解算法,按照《一种基于DoolittleLU分解的线性方程组并行求解方法》论文里面的通信方式编写,减少进程间同步次数,效率高,论文也打包一并上传了。-Doolittle LU decomposition with MPI
  3. 所属分类:MPI

    • 发布日期:2016-08-27
    • 文件大小:757760
    • 提供者:fa
  1. linear-equations

    0下载:
  2. 解1至5元线性方程组。。 如解2元线性方程组时,只需在前两个方程中的x1,x2前输入系数,在最后一列前两个框输入2个常数项即可。其它多元方程组依次类推-1 to 5 yuan solution of linear equations... Such as 2 yuan solution of linear equations, just in the first two in the equations are x1, before the x2 input coefficient, in th
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-29
    • 文件大小:55251
    • 提供者:wuhao
  1. liezhuyuan

    0下载:
  2. 高斯列主元消去法,用来解多元线性方程组,从而解决相关的方程组问题-Principal component Gaussian column elimination method used to solve a multivariate linear equations to solve the equations
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:652
    • 提供者:mryang
  1. Desktop

    0下载:
  2. 全选主元高斯消元法,用于求解多阶线性方程组-Select the principal component Gaussian elimination method for solving linear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:937
    • 提供者:wanglei
  1. linear

    0下载:
  2. 求解线性方程组的高斯消去法, 主要是练习用,相关算法的数学思想请参考数值分析。-Gaussian elimination
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:9235
    • 提供者:Maralla
  1. elimination-method

    0下载:
  2. 使用列主元法求解线性方程组的通用程序,可以自己输入矩阵直接打印解向量-Use the yuan method is used to solve the list of linear equations of the general program, you can make your own input matrix print directly solution vectors
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:11237
    • 提供者:yazhoulong
  1. LUsolve-linear-system

    0下载:
  2. 用LU分解求解线性方程组,有Lbacksub.m LUFactor.m Ubacksub.m test.m四个m文件和一个txt运行结果,数值分析-solve linear system by LU ,numeriacal analysis
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1673
    • 提供者:李刚
  1. preqn.1.1.tar

    0下载:
  2. 包PREQN自动生成的预处理共轭梯度方法解决线性方程组的序列。-he package PREQN automatically generates preconditioners when solving a sequence of linear systems of equations by means of the conjugate gradient method.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:137353
    • 提供者:zjworlder
  1. Gaussian-elimination

    0下载:
  2. 高斯消去法,又称高斯消元法,它是线性代数中的一个算法,用于求解线性方程组。-Gaussian elimination
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:561
    • 提供者:rayallen
  1. CH1

    0下载:
  2. 数值计算方法,fortran语言版,第一章线性方程组求解-Numerical methods, the FORTRAN version, the first chapter of solving linear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:12974
    • 提供者:樊奕
  1. Matrix

    0下载:
  2. 求解线性方程组的基本方法高斯消元法,求解维数为N*(N+1)的矩阵方程。-The basic method to solve the linear equations gaussian elimination, solving dimension for N* (N+ 1) matrix equations.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-03
    • 文件大小:1107
    • 提供者:shl
  1. Jacobi-iterative-

    0下载:
  2. 用雅可比迭代的方法求解四元线性方程组的解-Jacobi iterative method for solving the solution of four linear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:3900
    • 提供者:fenglucha
  1. Solving-linear-equations

    0下载:
  2. 分别Jacobi迭代法和Gauss-Seidel迭代法求解线性方程组-Jacobi iteration method respectively and Gauss-Seidel iteration method is used to solve the linear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:6506
    • 提供者:李记
  1. diedai

    0下载:
  2. 迭代法解线性方程组,最基本简单的算法,大家可以自己试着去写。-Iterative method solving linear equations, the most basic simple algorithm,You can try to write.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:539
    • 提供者:lou
  1. Newton

    0下载:
  2. 牛顿迭代法解线性方程组,最简单直接的小算法,大家可以自己试着写!-Newton iterative method solving linear equations, the most direct and simple small algorithm, you can try to write!
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:553
    • 提供者:lou
  1. gaosi

    0下载:
  2. 高斯法求解线性方程组,简单实用的小程序,大家可以自己试着写!-Gaussian method is used to solve the linear equations, a simple and practical small process, we can try to write!
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:650
    • 提供者:lou
  1. GaussSeidel

    0下载:
  2. 采用matlab程序详细求解了数值分析中高斯赛德尔迭代求解线性方程组的问题,给出了很多注释讲解,有利于初学者-Based on matlab program detailed numerical analysis of solving the gaussian del iteration of linear equations, provided a lot of comments explained, be helpful for beginners
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:911
    • 提供者:sunli
« 1 2 ... 39 40 41 42 43 4445 46 47 48 49 50 »
搜珍网 www.dssz.com