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

搜索资源列表

  1. numerical-analysis

    0下载:
  2. 数值计算方法,包括高斯法解线性方程组,观察龙格库塔现象,非线性方程的迭代求解,都是自己编程写的,Matlab语言,数值分析课的大作业-Numerical methods, including the Gauss method for solving linear equations, Runge-Kutta observed phenomenon, iterative solving nonlinear equations are written in their own programming
  3. 所属分类:Algorithm

    • 发布日期:2017-05-07
    • 文件大小:1320617
    • 提供者:nianchu
  1. CNC-GPU-CUDA_src_bin_examples

    1下载:
  2. GPU并行求解系数矩阵为稀疏矩阵的线性方程组-GPU parella sparse linear equations solver
  3. 所属分类:Algorithm

    • 发布日期:2017-06-17
    • 文件大小:26313404
    • 提供者:于艳
  1. C1

    0下载:
  2. LU,GAUSS,SOS等求解线性方程组的Fortran程序-LU, GAUSS, SOS solving linear equations, etc. Fortran program
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:7410
    • 提供者:雪之殇
  1. gaus

    0下载:
  2. 使用高斯消去法求解线性方程组,可用于有限元节点位移的求解-Solving linear equations using Gaussian elimination, it can be used to solve the finite element nodal displacement
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:597
    • 提供者:马千里
  1. chaos--seidel--jacobi--lnback--ode

    0下载:
  2. 该程序包包含五个代码,均用matlab编写,内容分别是混沌动力系统中,logistics函数随参数a变化周期收敛图像;以及seidel,jacobi两种迭代法求解线性方程组;以及常微分方程求解乒乓球运动轨迹;以及用newton向后插值法估计lnx函数值的源文件。-This package contains five codes are written in matlab, the contents are chaotic dynamical systems, logistics function
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1264
    • 提供者:杨文昌
  1. Gauss_Seidel_iterative

    0下载:
  2. 利用G_S迭代的方法求解线性方程组, x(1,1)=(b(1,1)-A(1,2:n)*x0(2:n,1))/A(1,1) -G-S iterative method for solving algebraic equations , x(1,1)=(b(1,1)-A(1,2:n)*x0(2:n,1))/A(1,1)
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:610
    • 提供者:雷锋
  1. solve_linear_equation

    0下载:
  2. matlab多种方法求解线性方程组,都是网上的一些方法,不过改成了matlab语言,方便学习。-matlab a variety of methods for solving linear equations, are some of the ways the Internet, but changed matlab language, to facilitate learning.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1929
    • 提供者:gsk
  1. numerical-algebra

    0下载:
  2. 一些经典的线性方程组(AX=b)的求解方法,如列主元Gauss消去、Gauss-Seidal迭代等-Some classical linear equations (AX = b) solving methods, such as column PCA Gauss elimination, Gauss-Seidal iteration, etc.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1989
    • 提供者:zhang
  1. Choleskyfenjie

    0下载:
  2. 利用Cholesky分解方法求解线性方程组,具有快速的特点-Use Cholesky decomposition method for solving linear equations with fast characteristics
  3. 所属分类:Algorithm

    • 发布日期:2017-04-30
    • 文件大小:11010
    • 提供者:
  1. gaijinCholeskyfenjie

    0下载:
  2. 利用改进的Cholesky分解方法求解线性方程组,具有快速的特点-The improved Cholesky decomposition method for solving linear equations with fast characteristics
  3. 所属分类:Algorithm

    • 发布日期:2017-05-01
    • 文件大小:10946
    • 提供者:
  1. PED_1DIM

    1下载:
  2. 一维抛物线偏微分方程数值解法,用追赶法解线性方程组(附图及matlab程序),g-s迭代法求解线性方程组(附图及matlab程序)-Doc and Matlab code for PED
  3. 所属分类:matlab

    • 发布日期:2017-05-01
    • 文件大小:214109
    • 提供者:yanjun
  1. SolveLinearEqutations

    0下载:
  2. 全选主元高斯-约当消去法求解稀疏线性方程组 输入参数a[]系数矩阵,n线性方程阶数,b[]右端项 输出参数b[]方程组的解 返回值 : 1求解成功 0求解失败-Select the main element Gauss- Jordan elimination method for solving sparse linear equations Input parameters a [] coefficient matrix, n order linear equations, b
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:886
    • 提供者:李欣
  1. EquationSolve

    0下载:
  2. 高斯消元法求解线性方程组,语言采用c++,开发平台.net2003-Gauss elimination
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-12
    • 文件大小:1281
    • 提供者:quan67428
  1. gaosi

    0下载:
  2. 用fortran编写,利用高斯消去法求解线性方程组-Fortran write with the use of Gaussian elimination for solving linear equations
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-12
    • 文件大小:804
    • 提供者:fxr80252
  1. Gauss-zhuyuan

    0下载:
  2. 采用高斯主元消去法求解线性方程组的数值解-Gaussian elimination method for solving the main element numerical solution of linear equations
  3. 所属分类:Game Program

    • 发布日期:2017-04-12
    • 文件大小:1075
    • 提供者:asi9761
  1. gausseliminatetosolvelinearequation

    0下载:
  2. 高斯消元法求解线性方程组,fortran源代码编辑-gauss eliminate to solve lineare quation
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:1033
    • 提供者:wz7639
  1. Guss

    0下载:
  2. 高斯消去法写成的类的头文件,可被主函数include使用,用于求解线性方程组-Gaussian elimination written class header file, include the main function can be used for solving linear equations
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-12
    • 文件大小:1292
    • 提供者:hao8551739
  1. cx

    2下载:
  2. 在科学与工程计算中,经常遇到求解非线性方程组的问题;非线性方程组在收敛速度及收敛性比线性方程组要差,特别对于非凸的非线性方程组,其求解更是困难。下面简要介绍非线性方程组的三种解法——牛顿法、拟牛顿法、同伦算法,分析三种解法的适用性,并附Matlab原程序。-Scientific and engineering computing, often encounter the problem of solving nonlinear equations speed of convergence of
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1497
    • 提供者:魏萌
  1. TFMQR

    0下载:
  2. TFQMR算法求解线性方程组Fortran程序 要求:矩阵非奇异-TFQMR algorithm for solving linear equations Fortran program requirements: a non-singular matrix
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2427
    • 提供者:于法军
  1. Cholesky

    0下载:
  2. 数值分析,改进平方根法求解高阶线性方程组-Numerical Analysis, Improved Square Root Method for Solving Linear Equations of Higher Order
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1347
    • 提供者:Lee
« 1 2 ... 32 33 34 35 36 3738 39 40 41 42 ... 50 »
搜珍网 www.dssz.com