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

搜索资源列表

  1. xxfc

    0下载:
  2. 全主元高斯约当消去法 2.LU分解法 3.追赶法 4.五对角线性方程组解法 5.线性方程组解的迭代改善 6.范德蒙方程组解法 7.托伯利兹方程组解法 8.奇异值分解 9.线性方程组的共轭梯度法 10.对称方程组的乔列斯基分解法 11.矩阵的QR分解 12.松弛迭代法-PCA-wide Gauss Jordan elimination method 2.LU decomposition method 3. To catch up with law 4.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-24
    • 文件大小:8333
    • 提供者:wzz
  1. GaussSeide

    0下载:
  2. 实验题目:求解线性代数方程组的迭代法 相关知识:求解线性代数方程组的Gauss-Seidel迭代法的计算公式如下 数据结构:一个一维数组和一个二维数组 算法设计:用Gauss-Seidel迭代法求解线性代数方程组的算法如下 第一步:对于i=1,2,…,n (取零向量为初始向量) 第二步:e←0 第三步:对于i=1,2,…,n ⑴ ⑵对于j=1,2,…,n但 ⑶ ⑷若 ,则 ⑸ 第四步:若 (预先给定的误差精度),则转
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:818
    • 提供者:张涛
  1. lagelangri

    0下载:
  2. 这是一个用拉格朗日插值法求解方程组的解。程序不是很完善,多多包涵.-This is a Lagrange interpolation method of solution of equations. Process is not very perfect, forgive me.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:1543
    • 提供者:郭称平
  1. cifa

    0下载:
  2. 编程序,按如下要求来求解n元一次线性方程组(假设方程组具有唯一解)。 (1)方程个数n之值由用户通过键盘输入; (2)方程组存放在“增广矩阵”A之中,而n行n+1列的A存储空间通过new来动态分配,且A的各元素值也由用户通过键盘输入; -Allocation procedures, the following requirements to solve the n-a system of linear equations (assuming a unique solution
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2171
    • 提供者:lidongdong
  1. Guass_equation_double

    0下载:
  2. 利用gauss分解求解线性方程组,并得到最有解-Using Gauss decomposition for solving linear equations, and the most solvability
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-03
    • 文件大小:4535
    • 提供者:杨华凌
  1. Jacobi

    0下载:
  2. 雅克比迭代:线性代数方程组的迭代法与直接方法不同,他不能通过有限次的算术运算球的方程组的精确解,而是通过迭代逐步逼近他。该法是求解具有大型系数系数矩阵的线性方程组的重要方法之一。-Jacobian iteration: linear algebraic equations of the iteration method and direct way, he can not be limited times arithmetic equations ball exact solution, but
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:864
    • 提供者:klb
  1. guass2

    0下载:
  2. guass算法的较强版,可以求线性方程组的解-guass algorithm stronger version, you can seek the solution of linear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:1053
    • 提供者:weiwei
  1. gauss-eli2

    0下载:
  2. 列主元素高斯消去法解线性方程组,用了matlab和c语言写的。。。 -Out the main elements in Gaussian elimination solution of linear equations, using the matlab and c written language. . .
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:112504
    • 提供者:asaoo
  1. Gauss-Seidel

    0下载:
  2. 用Gauss-Seidel求线性方程组的解向量,并给出迭代次数和误差.-Using Gauss-Seidel linear equations for the solution vectors, and give and error iterations.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:1143
    • 提供者:Jimmy
  1. GongEXiangLiangFa

    0下载:
  2. 解线性方程组的一种非线性迭代法:共轭斜量法。适用于方程组系数矩阵实对称正定的情况-Solution of linear equations of a nonlinear iterative method: conjugate oblique method. Applicable to equations coefficient matrix is symmetric positive definite situation
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:999
    • 提供者:赵亮
  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. Iritaiton_linearsystem

    0下载:
  2. 用迭代法解线性方程组,还有两者效率的比较-Iterative Method for Solution of linear equations, there are both efficiency comparison
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2548
    • 提供者:王冉
  1. Gauss

    0下载:
  2. 高斯方法解n阶线性方程组的非常详细的方法-Gauss method to solve n-order linear equations of a very detailed way
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:996
    • 提供者:武宣
  1. steepest

    0下载:
  2. 对方程组的最快速逼近,以求出其最优解。速度快,算法易实现。-Of equations the most rapid approach to its optimal solution. Fast and easy implementation algorithm.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:941
    • 提供者:lkb
  1. multifunctionvariablemetricmethod

    0下载:
  2. 解具有导数的多元函数的无约束极小值点或具有导数的非线性方程组的近似解-Solution with multi-function derivative of the unconstrained point or derivative of the nonlinear equations of the approximate solution
  3. 所属分类:Algorithm

    • 发布日期:2017-04-26
    • 文件大小:83972
    • 提供者:张趋
  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. Equation_solver

    0下载:
  2. 解线性方程组的c++源程序,用于解线性方程组。-it can solve the equation group,it programmed in c++.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-03
    • 文件大小:617482
    • 提供者:Blueye
  1. matlab

    0下载:
  2. 使用matlab编程进行工程计算如解线性方程组或者进行数值计算的方法-the use of matlab to accomplish engineering calculations such as solving linear equations or numerical calculation
  3. 所属分类:Algorithm

    • 发布日期:2017-04-29
    • 文件大小:71230
    • 提供者:belle
  1. vb-solution-of-linear-equations

    0下载:
  2. 利用vb解线性方程组,利用Gauss列主元消去法-Vb solutions using linear equations using Gauss elimination method out PCA
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:1823
    • 提供者:邵长城
« 1 2 ... 23 24 25 26 27 2829 30 31 32 33 ... 50 »
搜珍网 www.dssz.com