CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - solve linear equations

搜索资源列表

  1. Seidel

    0下载:
  2. Seidel算法解方程组,用于对线性方程组进行迭代求解初值可任选-Seidel algorithm for solving equations, linear equations used to iteratively solve initial value may be optionally
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:1055
    • 提供者:何金水
  1. dc

    0下载:
  2. DC Defect Correction Method. X = DC(A,B) attempts to solve the system of linear equations A*X = B for X. The N-by-N coefficient matrix A must be square and the right hand side column vector B must have length This uses the defect correctio
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:6049
    • 提供者:elbarmoh
  1. Gauss-Sedeil

    0下载:
  2. 次程序是用MATLAB语言编写的高斯赛德尔迭代法,可用于求解线性微分方程组。-Second procedure is used MATLAB language high Sisaideer iterative method can be used to solve linear differential equations.
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:126863
    • 提供者:黄智谦
  1. resolution_Lu

    0下载:
  2. In linear algebra, 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 matrix
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:20140
    • 提供者:zineb24
  1. Gaussian-elimination

    0下载:
  2. 对给定的线性方程组采用高斯消元法进行求解,可以给定方程阶数-For a given set of linear equations using Gaussian elimination method to solve, you can order a given equation
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:5998
    • 提供者:limin
  1. Jacobi---intrative-mehtod

    0下载:
  2. 解线性方程组,从初始向量X(o)开始逐渐收敛于真值X*-solve the system of linear equations,the program begin with the initial vector and converge to true value gradually.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:1058
    • 提供者:李颖飞
  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. 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. 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. 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. 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 2 ... 4 5 6 7 8 910 11 12 13 »
搜珍网 www.dssz.com