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

搜索资源列表

  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. Gauss-Seidel

    0下载:
  2. 通过在matlab下main和seidel的联合,可以完成线性方程组的高斯-赛德尔迭代的计算-And through joint main seidel in matlab, can complete linear equations Gauss- Seidel iterative calculation
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:514
    • 提供者:刘自然
  1. primal_dual

    3下载:
  2. 全变差求解病态线性方程组的算法说明及其Matlab上的实现代码,在反演问题中常常会用到,全变差正则化具有边界识别强的特点,在图像去噪和恢复方面很有价值!-Total Variation solving ill-conditioned linear equations Matlab algorithm descr iption and implementation code on the inverse problem will often be used, total variation reg
  3. 所属分类:Algorithm

    • 发布日期:2016-06-03
    • 文件大小:1024
    • 提供者:lwqq
  1. solving-of-linear-equations

    0下载:
  2. 采用MATLAB语言编译的线性方程组求解函数,希望对大家有用-resolving overdetermined linear equations
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1369
    • 提供者:魏明亮
  1. iterative-method

    0下载:
  2. 采用MATLAB语言编译的求解线性方程组的迭代法-iterative method of solving linear equations
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1664
    • 提供者:魏明亮
  1. GMRESMllb

    0下载:
  2. 求解线性方程组的M步Gmres算法的Matlab算例-Solving linear equations M-step algorithm Matlab examples Gmres
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1004
    • 提供者:yang
  1. CG

    0下载:
  2. 利用共轭梯度法求线性方程组的Matlab算例-Using conjugate gradient method for solving linear equations Matlab examples
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:814
    • 提供者:yang
  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. sor

    0下载:
  2. SOR法求解病态线性方程组的MATLAB源代码-SOR method for solving ill-conditioned linear equations MATLAB source code
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:7554
    • 提供者:kal
  1. Linear-Equations

    0下载:
  2. 解线性方程组的各种MATLAB实现方法,包括高斯列主消去法、Doolittle、Gauss Seidel-MATLAB Linear Equations various implementations,including out PCA Gaussian elimination, Doolittle, Gauss Seidel
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:3632
    • 提供者:郭昊
  1. LSQR-NNL

    1下载:
  2. 可用于求解超大规模线性方程组非负解的MATLAB函数-Given a tall full-rank matrix A, solves the nonnegative least squares problem: min ||Ax-b|| s.t. x>= 0 and returns the minimizer x. The argument err is the tolerance used in testing for zeros
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1192
    • 提供者:
  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. matlab-numerical-method

    0下载:
  2. 研究生数值分析课程上的matlab算法程序,包括了线性代数方程组的数值求解,代数特征值问题,函数插值问题以及非线性方程组的求解-Matlab algorithm program graduate course on numerical analysis, including solving numerical linear algebra equations, algebraic eigenvalue problem, function interpolation problems, and n
  3. 所属分类:matlab

    • 发布日期:2017-04-30
    • 文件大小:13429
    • 提供者:
  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. numerical-algorithms

    0下载:
  2. matlab 实现几个常用的解线性方程组的数值算法。包括共轭梯度法、预处理共轭梯度法、SOR、Lanczos.-matlab implementation of several commonly used numerical algorithm for solving linear equations. Including the conjugate gradient method, preconditioned conjugate gradient method, SOR, Lanczos.
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3247
    • 提供者:宋凌
  1. liezhuyuan

    0下载:
  2. 列主元消去法。在matlab中对高斯消去法进行选主元的方法。解线性方程组。-Out PCA elimination method. In matlab Gaussian elimination method selected for the main element method. Solution of linear equations.
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:542
    • 提供者:甘地
  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. PED_1DIM

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

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

    0下载:
  2. 非常经典的160个matlab源程序,并且包含说明书(英文版),内容涵盖线性方程组、插值、零和根、最小二乘、正交、常微分方程、傅立叶分析、随机数、特征值和奇异值和偏微分方程-Very classic 160 matlab source, and contains instructions (in English), covering linear equations, interpolation, zero and roots, least squares, quadrature, ordina
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-17
    • 文件大小:4457731
    • 提供者:王伟
  1. shuzhijie

    0下载:
  2. 求线性方程组的几个方法,包括了:上三角、下三角、追赶法。-matlab
  3. 所属分类:SCM

    • 发布日期:2017-04-12
    • 文件大小:1068
    • 提供者:zhuia299a517
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 19 »
搜珍网 www.dssz.com