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

搜索资源列表

  1. Butterfly-Effect

    0下载:
  2. 经典Lorenz方程组蝴蝶效应的计算模拟程序,帮助更好了解非线性科学,源代码小巧有效,使用四阶龙格-库塔算法,生成.txt文件,之后自行导入画图软件作3D图即可得到蝴蝶效应图-Classical Lorenz equations to calculate the butterfly effect simulation program, to help better understand the nonlinear science, source code compact and effectiv
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:630
    • 提供者:Hu Xuyao
  1. pdecol

    0下载:
  2. 经典的在一个空间和一个时间维度求解非线性偏微分方程组的源程序-solving coupled systems of nonlinear partial differential equations (PDE`s) in one space and one time dimension
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:32626
    • 提供者:万里云
  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. solve-equations

    0下载:
  2. 该程序用来求解微分方程,微分方程组和非线性微分方程,代码都已写好只要带入求解的方程就行,而且附有求解的ppt讲解实例。开发的环境为matlab,格式为m文件。-The procedure for solving differential equations, differential equations and nonlinear differential equations, as long as the code is already written into solving the equ
  3. 所属分类:Other systems

    • 发布日期:2017-04-25
    • 文件大小:84900
    • 提供者:黄宇浩
  1. feixianxingqiujie

    0下载:
  2. 这是非线性方程组求解的参考资料,一直收藏着,可用于非线性定位中!-This is the nonlinear equations of reference, has been collection of available for non-linear positioning!
  3. 所属分类:Communication

    • 发布日期:2017-04-06
    • 文件大小:14991
    • 提供者:黄杰
  1. Numerical-Recipes

    0下载:
  2. 内容包括:线性方程组的求解,逆矩阵和行列式计算,多项式和有理函数的内插与外推,函数的积分和估值,特殊函数的数值计算,随机数的产生,非线性方程求解,傅里叶变换和FFT,谱分析和小波变换,统计描述和数据建模,常微分方程和偏微分方程求解,线性预测和线性预测编码,数字滤波,格雷码和算术码等。全书内容丰富,层次分明,是一本不可多得的有关数值计算的C语言程序大全。本书每章中都论述了有关专题的数学分析、算法的讨论与比较,以及算法实施的技巧,并给出了标准C语言实用程序。-Include: solving lin
  3. 所属分类:Algorithm

    • 发布日期:2017-04-24
    • 文件大小:399533
    • 提供者:Zhao Jinwei
  1. Numerical-Analysis

    0下载:
  2. 数值分析/数值计算程序,包括差值、拟合、积分、微分、线性方程组求解、非线性方程求根、常微分方程求解、偏微分方程求解、特征值求解,适合入门参考-Numerical analysis/numerical calculation procedures, including the difference, fitting, integral, differential, linear equations, finding roots of nonlinear equations, ordinary di
  3. 所属分类:Algorithm

    • 发布日期:2017-04-28
    • 文件大小:64234
    • 提供者:yangzicai
  1. AdapGA

    1下载:
  2. 自适应遗传算法,用于优化求解,线性非线性方程方程组,调了很久-Adaptive genetic algorithm for optimization solution, linear equations, nonlinear equations for a long time
  3. 所属分类:Other systems

    • 发布日期:2016-09-10
    • 文件大小:1024
    • 提供者:褚玉璞
  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. mnewton

    0下载:
  2. 用LU分解法解线性方程组Ax=b。用牛顿法求非线性方程f(x)=0-With the LU decomposition method of solving linear equations Ax = b. Using Newton s method for nonlinear equation f (x) = 0
  3. 所属分类:assembly language

    • 发布日期:2017-04-10
    • 文件大小:826
    • 提供者:贾璐
  1. cSharpmatlabtaskcal

    0下载:
  2. 使用了编程语言:C#,编程工具:Visual Studio 2010实现了对数值计算中Steffensen,Muller(抛物线)非线性方程数值求解;Gauss线性方程组求解;Lagrange,Newton,三次样条插值法数值逼近的winform 软件开发,取代了Matlab方法,便于方法的应用和推广。-Use a programming language: C#, programming tools: Visual Studio 2010 realization of the numerica
  3. 所属分类:CSharp

    • 发布日期:2017-04-26
    • 文件大小:331563
    • 提供者:k
  1. Gauss_Seidel

    0下载:
  2. 一种非线性代数方程组的迭代解法。最早用于解算电力系统潮流。这种方法具有程序编制简单、占用内存少的优点,但算法收敛性差,计算时间长。-In numerical linear algebra, the Gauss–Seidel method, also known as the Liebmann method or the method of successive displacement, is an iterative method used to solve a linear system o
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:533
    • 提供者:梁峻超
  1. Newton-Raphson

    1下载:
  2. 牛顿-拉夫逊法在数学上是求解非线性代数方程组的有效方法,其要点是把非线性方程求解过程变成反复地对相应的线性方程进行求解的过程。-Newton- Raphson method in mathematics is an effective method for solving nonlinear algebraic equations, the point is that the non-linear equation solving process into the process repeate
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:790
    • 提供者:liang
  1. CSharp-Scientific-Computing-Handouts

    0下载:
  2. 《C#科学计算讲义》较为详细地介绍了科学计算方法,并对算法给出了源代码。关于算法部分主要介绍了线性方程组的迭代解法与直接解法、正交变换与最小二乘计算方法、鲁棒估计、随机数的产生、插值法、非线性方程求解、多元非线性最优化算法、微分方程数值方法等内容。-" C# Scientific Computing Lecture" a more detailed descr iption of the scientific calculation methods, and algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-05-20
    • 文件大小:5506347
    • 提供者:张龙
  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. numerical-calculation--of-matlab

    0下载:
  2. 数值计算中的matlab,包括插值法matlab程序,方程组的数值解法MATLAB程序,常微分方程的数值解法MATLAB程序,曲线拟和的最小二乘法matlab程序,数值积分MATLAB程序,非线性方程的数值解法matlab程序-numerical calculation of matlab
  3. 所属分类:matlab

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

    0下载:
  2. MATLAB求解非线性约束方程组的学习资料,指导如何使用MATLAB自带约束函数进行求解-MATLAB for solving nonlinear constrained equations learning materials, guidance on how to use MATLAB to solve its own constraint functions
  3. 所属分类:File Formats

    • 发布日期:2017-05-03
    • 文件大小:817293
    • 提供者:xl
  1. hibvbdrm

    0下载:
  2. 微分方程组数值解方法,包含位置式PID算法、积分分离式PID,计算加权加速度,直线阵采用切比学夫加权控制主旁瓣比,基于分段非线性权重值的Pso算法,LCMV优化设计阵列处理信号。- Numerical solution of differential equations method, It contains positional PID algorithm, integral separate PID, Weighted acceleration, Linear array using cut
  3. 所属分类:matlab

    • 发布日期:2017-05-01
    • 文件大小:10313
    • 提供者:tbibpr
  1. nmnthkgf

    0下载:
  2. 有借鉴意义哦,微分方程组数值解方法,仿真效率很高的,外文资料里面的源代码,基于分段非线性权重值的Pso算法。-There are reference Oh, Numerical solution of differential equations method, High simulation efficiency, Foreign materials inside the source code, Based on piecewise nonlinear weight value Pso al
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:4518
    • 提供者:bjbkve
  1. Nonlinear-analysis-of-gear

    2下载:
  2. 齿轮传动非线性分析,对扭转振动方程组进行求解,可得到齿轮扭转角随时间变化相关参数-Gear nonlinear analysis of torsional vibration equations are solved to obtain the twist angle of the gear change parameters over time
  3. 所属分类:Document

    • 发布日期:2016-05-03
    • 文件大小:1024
    • 提供者:朱宇杰
« 1 2 ... 25 26 27 28 29 3031 32 »
搜珍网 www.dssz.com