CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - solve linear equations

搜索资源列表

  1. tidu

    0下载:
  2. 共轭梯度法(Conjugate Gradient)是介于最速下降法与牛顿法之间的一个方法,它仅需利用一阶导数信息,但克服了最速下降法收敛慢的缺点,又避免了牛顿法需要存储和计算Hesse矩阵并求逆的缺点,共轭梯度法不仅是解决大型线性方程组最有用的方法之一,也是解大型非线性最优化最有效的算法之一。-Conjugate Gradient Method (Conjugate Gradient) is between the steepest descent method between a law an
  3. 所属分类:CSharp

    • 发布日期:2017-04-10
    • 文件大小:1096
    • 提供者:cheng
  1. numerics

    0下载:
  2. 数值计算的C ++库的程序集进行数值和统计 计算。包括在这个库中的例程来解决线性系统 方程,生成随机数,随机变量的计算值,以及 因为这通常需要在科学和工程的各种其他例程 领域以及其它学科。-Numerics C++ Library is a collection of routines to do numerical and statistical computations. Included in this library are routines to solv
  3. 所属分类:Algorithm

    • 发布日期:2017-05-16
    • 文件大小:4066524
    • 提供者:郭长忠
  1. Gauss

    0下载:
  2. Gauess-Sidel Method for solve non linear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:769
    • 提供者:FArhad
  1. Jacobi

    0下载:
  2. Jacobi Method for solve non linear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:761
    • 提供者:FArhad
  1. LU

    0下载:
  2. LU Method for solve non linear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:674
    • 提供者:FArhad
  1. resolution_gauss_descents

    0下载:
  2. In numerical analysis, LU decomposition (where LU stands for Lower Upper , and also called LU factorization) factors a matrix as the product of a lower triangular matrix and an upper triangular matrix. The product sometimes includes a permutation mat
  3. 所属分类:Algorithm

    • 发布日期:2017-04-27
    • 文件大小:22192
    • 提供者:cerisette_maroc
  1. sparsematrix

    0下载:
  2. 求解大型对称或非对称方程组,采用稀疏矩阵存储及求解算法,在电力系统仿真分析软件中得到应用-Sparse1.3 is a flexible package of subroutines written in C used to quickly and accurately solve large sparse systems of linear equations. The package is able to handle arbitrary real and complex
  3. 所属分类:Algorithm

    • 发布日期:2017-04-25
    • 文件大小:320554
    • 提供者:魏文辉
  1. fish-algorithm

    0下载:
  2. 鱼群算法解决优化问题,包括线性非线性方程方程组,亲试可为-Fish algorithm to solve optimization problems, including linear equations of nonlinear equation and try for
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:3970
    • 提供者:褚玉璞
  1. vc

    0下载:
  2. 这是高斯列主元消去法的完整程序,可以求解线性方程组-This is the Gaussian elimination method PCA out a complete program, you can solve the linear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:5556
    • 提供者:habanera
  1. SOE.m

    0下载:
  2. 超松弛因子迭代法求解大型线性方程组的MATLAB程序-Super relaxation factor iteration method to solve large linear equations of the MATLAB program
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:523
    • 提供者:紫宸冰麟
  1. jakubi

    0下载:
  2. jakubian method to solve the non-linear equations
  3. 所属分类:Project Design

    • 发布日期:2017-04-30
    • 文件大小:10466
    • 提供者:alias
  1. GMRES

    0下载:
  2. GMRES算法,求解大型稀疏线性方程的快速数值解法,方便实时求解-GMRES algorithm is prosed to solve Large- scale sparse linear equations
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:831
    • 提供者:Guo Lulu
  1. ANA1

    0下载:
  2. 本程序为线性方程组的matlab代码,主要比较了CG,Lanczos和MINRES三种方法解方程Ax=b的效果。-This program is linear equations matlab code, the main comparison of CG, Lanczos and MINRES three ways to solve the equation Ax = b in effect.
  3. 所属分类:Algorithm

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

    0下载:
  2. 求解线性方程组,可以选泽不同方法求解,有利于初学者使用-Solving linear equations, you can choose different ways to solve Chak, help beginners
  3. 所属分类:Other systems

    • 发布日期:2017-05-13
    • 文件大小:3004704
    • 提供者:shb
  1. fangchengqiujie

    0下载:
  2. 矩阵分解与线性方程组直接方法,里面包含了多种求解方程组的方法-Direct matrix factorization method and system of linear equations, which contains a variety of methods to solve equations
  3. 所属分类:Algorithm

    • 发布日期:2017-05-27
    • 文件大小:9287722
    • 提供者:阮传同
  1. iters

    1下载:
  2. 线性方程组的高效迭代方法,包括各种Krylov迭代-iteration method to solve the linear equations, including Krylov method
  3. 所属分类:matlab

    • 发布日期:2017-04-29
    • 文件大小:12856
    • 提供者:han
  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. 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. 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. Linear_equations

    0下载:
  2. 用于求解线性方程组,输入参数为方程组的系数矩阵。-Solve the Linear Equations.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1069
    • 提供者:李旭
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 »
搜珍网 www.dssz.com