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

搜索资源列表

  1. matrix1

    0下载:
  2. 给出了用消元法解线性方程组的方法,消元法是解线性方程组有效地方法。-In this paper, the elimination method of solving linear equations, elimination method is effective method of solving linear equations.
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:638
    • 提供者:zhangting
  1. LU

    0下载:
  2. 数值分析线性方程组LU分解,matlab平台实现-Numerical LU decomposition of linear equations, matlab platform
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:2014
    • 提供者:邹龙刚
  1. LUPsolve.tar

    0下载:
  2. 这是我写的实现矩阵对LU分解的算法,可以用于线性方程组的求解。-This is what I wrote to achieve matrix LU decomposition algorithm can be used for solving linear equations.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:3911
    • 提供者:胡海啸
  1. Gauss-Seidel

    0下载:
  2. 采用Gauss-Seidel迭代法求解线性方程组的JAVA程序及应用实例-Using Gauss-Seidel iteration method for solving linear equations and examples of procedures
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:1953
    • 提供者:shixuehai
  1. Jacobi

    0下载:
  2. Jacobi迭代法求解线性方程组的java源码及实例-Jacobi iterative
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:1895
    • 提供者:shixuehai
  1. Gaussian-Elimination

    0下载:
  2. 高斯消去法-列选主元求解线性方程组的java源码-Gaussian Elimination
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:2170
    • 提供者:shixuehai
  1. Solver

    0下载:
  2. 通过lul分解法解系数矩阵不对称的线性方程组。-By lul asymmetry coefficient matrix decomposition method for solving linear equations.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:947
    • 提供者:李颖雄
  1. Gaussxiao

    0下载:
  2. 在Matlab环境下用Gauss消元法求解线性方程组的根-In Matlab environment using Gauss elimination method for solving linear equations of the root
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:932
    • 提供者:Colin li
  1. 12

    0下载:
  2. Gauss列主元消去法解线性方程组,含有多种解算方法-Gauss elimination method for solving out the main element of linear equations, containing a variety of solution method
  3. 所属分类:Algorithm

    • 发布日期:2017-05-02
    • 文件大小:542150
    • 提供者:季爱林
  1. CG

    0下载:
  2. 共轭梯度法+最优化方法+c++程序融合 解线性方程组-Conjugate gradient optimization method++ c++ application integration solution of linear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2445
    • 提供者:zn
  1. LU

    0下载:
  2. 用追赶法求解线性方程组首先用LU分解处理系数矩阵,原方程组变为LUX=d.-Catch up with the first method for solving linear equations with coefficient matrix LU decomposition process, the original equations into LUX = d.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:12369
    • 提供者:tq
  1. homework1

    0下载:
  2. fortran编程解线性方程组,在计算方法中应用-fortran program for solving linear equations, applied in the calculation
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:847
    • 提供者:许浩
  1. zhuiganfa

    0下载:
  2. 通过数值计算分析方法,应用追赶法求解线性方程组,应用范围大型对称对角矩阵-Application chase-after method to solve the linear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:181915
    • 提供者:bert
  1. twostage2

    0下载:
  2. 求系数举证为大型解线性方程组的两级迭代法-Find evidence for large coefficient of linear equations the solution of two iterative
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:558
    • 提供者:刘成志
  1. AX=B-jacobi

    0下载:
  2. 根据雅克比迭代法求解线性方程组AX=B的MATLAB程序。经过算例验证正确。适用性非常广。-According to Jacobi iterative method for solving linear equations AX = B on MATLAB. After a numerical example is correct. Very wide applicability.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-21
    • 文件大小:802
    • 提供者:大象
  1. GAUSS1

    0下载:
  2. 列主元高斯消元法,可以求解线性方程组,简单易用-Column pivot Gauss elimination method, can solve linear equations, simple to use
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:625
    • 提供者:vis
  1. shuzhijisisuan

    0下载:
  2. 数值计算源代码:包含romberg和差值计算的matlab代码,线性方程组和迭代法的c源代码。-Numerical code: the difference between calculated and included romberg matlab code, linear equations and the iterative method c source code.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:305964
    • 提供者:zhangzinan
  1. LieZhuYuanxiaoqu

    0下载:
  2. 列主元消去法求解线性方程组,系数矩阵的维数最大可达到50维-Column principal component elimination method for solving linear equations, the dimension of the coefficient matrix can be up to 50 dimensions
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:219693
    • 提供者:王冬
  1. my_cgs

    0下载:
  2. 共轭梯度平方法的matlab代码,可用于解线性方程组-cgs method is used to solve linear functions
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:629
    • 提供者:任金彦
  1. Gauss

    0下载:
  2. 高斯消元法求解线性方程组,简单易行,速度快,精确-Gauss elimination method for solving linear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:588
    • 提供者:马琳
« 1 2 ... 37 38 39 40 41 4243 44 45 46 47 ... 50 »
搜珍网 www.dssz.com