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

搜索资源列表

  1. SOR

    0下载:
  2. 用SOR迭代法求解线性方程组 线性方程组的超松弛法,也叫SOR法-SOR iterative method using linear equations to solve linear equations of the over-relaxation method, also known as SOR method
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:5872
    • 提供者:h.k.start
  1. AX=b

    0下载:
  2. 求解大规模非对称线性方程组AX=b的迭代方法-Solving large-scale non-symmetric linear equations AX = b of the iterative method
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2697
    • 提供者:CAICAI
  1. SALUE

    0下载:
  2. 高斯法求解方程组,fortran编写,为子函数,可直接调用-Gauss Method for Solving equations, fortran prepared for Functions direct call
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-12
    • 文件大小:822
    • 提供者:刘小米
  1. zuoye

    0下载:
  2. 利用有限差分法 (Finite Differential Method, FDM)将场域离散为许多小网格,应用差分原理,将求解连续函数的泊松方程问题转换为求解网格节点上的差分方程组的问题。-The use of finite difference method (Finite Differential Method, FDM) will field for many small discrete grid, the application of differential principle, t
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1587
    • 提供者:刘文
  1. xianxingfangchengzu

    0下载:
  2. 利用高斯消元法、雅克比消元法解决求解线性方程组的解的程序-Using Gaussian elimination method, Jacobian elimination method for solving linear equations to solve the solution procedure
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:1522
    • 提供者:vivian
  1. Mathcalculationprocedures

    0下载:
  2. 该程序包含矩阵最大特征值上、下界估计、线性方程组的求解、非线性方程组的一个最新迭代方法、数值积分、微分方程数值解!-The program contains the largest eigenvalue matrix, the lower bound estimates, linear equations, nonlinear equations, a recent iterative method, numerical integration, numerical solution of di
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:6612
    • 提供者:刘利斌
  1. zuisutidufa

    0下载:
  2. 求解系数矩阵对称正定的线性方程组的最速下降法-Symmetric positive definite coefficient matrix for solving linear equations steepest descent method
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:555
    • 提供者:peter
  1. gaess3

    0下载:
  2. 通过高斯消元的方法求解n元1次方程组,不是太难的-Through the Gauss elimination method for solving n-1 Equation group, not too difficult
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-12
    • 文件大小:1104
    • 提供者:sun
  1. UCA_SMI

    0下载:
  2. QR分解SMI算法的目的正是要避免直接来解线性方程,而是将自相关矩阵分解,并利用Givens旋转实现数据矩阵的QR分解,最终将权矢量的求解问题转化为三角线性方程组的求解问题。-QR decomposition SMI algorithm, whose objective it is to avoid directly to solution of linear equations, but will auto-correlation matrix decomposition, and the u
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:954
    • 提供者:张亚光
  1. linearequation

    0下载:
  2. 线性方程组的求解,阶数不定,需要文件输入系数矩阵和右端向量-linear equation solution
  3. 所属分类:CSharp

    • 发布日期:2017-04-25
    • 文件大小:54070
    • 提供者:杨凌云
  1. ScienceandEngineeringnumericalalgorithmsourcecode.

    0下载:
  2. 科学与工程数值算法的源代码,有复数的计算,矩阵的计算,线性代数方程组的求解,非线性代数方程组的求解,插值,数值积分等,很实用!-Science and Engineering numerical algorithm s source code, there is the plural of calculation, matrix calculation, linear algebra equations, nonlinear algebraic equations, interpolation,
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-17
    • 文件大小:4374124
    • 提供者:houht
  1. SORiterativemethodoftheMatlabprogram

    0下载:
  2. SOR迭代法的Matlab程序,用MATLAB语言编写,用SOR迭代求解线性方程组-SOR iterative method of the Matlab program, using MATLAB language, using SOR iteration for solving linear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:3375
    • 提供者:欧阳
  1. nonlinearsystems

    0下载:
  2. 清华大学数学实验之线性方程组的数值求解幻灯片与MAT源码-Tsinghua University, Experimental Math linear equations of the numerical solution of the slide with the MAT-source
  3. 所属分类:Algorithm

    • 发布日期:2017-05-03
    • 文件大小:780508
    • 提供者:tanwei
  1. LU

    0下载:
  2. 用Doolittle式的LU分解来求解线性方程组。-Solve the linear equations using Doolittle LU Decomposition!
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:885
    • 提供者:lihousen
  1. block_five_diag_equations

    0下载:
  2. 分块五对角线性方程组的求解,比一般追赶法精度更高,并有参数可供调节。-Sub-diagonal block of five equations, than the average to catch up with higher accuracy, and have parameters available to adjust.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1423
    • 提供者:superred
  1. GaussErosion

    0下载:
  2. 在方程组的运算中可以经常遇到多个未知数,算起来比较的麻烦,利用高斯消元法可以快速的求解.-The algorithm can achieve the operation of Gauss Erosion.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:3041
    • 提供者:guo
  1. cg

    0下载:
  2. 共轭梯度法求解有限元线性方程组,用列为20阶对称正定矩阵-Conjugate gradient method for solving linear equations of finite element used as a 20-order symmetric positive definite matrix
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-12
    • 文件大小:1218
    • 提供者:安科
  1. jacobi

    0下载:
  2. Jacobi求解线性方程组、possison方程,欢迎大家提出宝贵意见。-Jacobi to solve linear equations, possison equations, welcome you to give valuable advice.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1148
    • 提供者:王海
  1. gauss

    0下载:
  2. 高斯消去法适用于求解低阶线性方程和方程组,它先逐次消去变量,将方程组化成同解的上三角形方程组,然后按方程相反顺序求解上三角方程组,得到原方程组的解-Gaussian elimination method for solving linear equations and low-level equations, the successive elimination of its first variable, the equations into a triangle with the solut
  3. 所属分类:Algorithm

    • 发布日期:2017-05-03
    • 文件大小:579057
    • 提供者:罗剑平
  1. 6BAND

    0下载:
  2. 用列选主元高斯消去法求解右端具有M组常数向量的N阶一般带型方程组AX=D.其中A为N阶带型矩阵.-PCA with out Gaussian elimination selection method with the M group of the right side of the N-order vector constants with the general equation AX = D. One A for the N-order band-type matrix.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-12
    • 文件大小:592
    • 提供者:chen
« 1 2 ... 26 27 28 29 30 3132 33 34 35 36 ... 50 »
搜珍网 www.dssz.com