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

搜索资源列表

  1. two

    0下载:
  2. 各种非线性方程及方程组求解算法,如对分法,程序在C环境下通过。-Equations of nonlinear equations and solving algorithm, such as the points system, through the program in the C environment.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:17947
    • 提供者:luo
  1. one

    0下载:
  2. 各种非线性方程及方程组求解算法,如LU分解法,程序在C环境下通过。-Equations of nonlinear equations and solving algorithm, such as LU decomposition, the program in the C environment through.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:18285
    • 提供者:luo
  1. tree

    0下载:
  2. 各种非线性方程及方程组求解算法,如牛顿插值,程序在C环境下通过。-Equations of nonlinear equations and solving algorithms, such as Newton' s interpolation, the program through the C environment.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-25
    • 文件大小:17151
    • 提供者:luo
  1. four

    0下载:
  2. 各种非线性方程及方程组求解算法,如弦截法,程序在C环境下通过-Equations of nonlinear equations and solving algorithm, such as strings cut method, the program in the C environment through
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:16491
    • 提供者:luo
  1. ScienceEngineeringNumericalAlgorithm

    1下载:
  2. 科学与工程数值算法〔Visual C++版〕 本书介绍了在科学与工程实际工作中常用的数值计算算法的原理和Visual C++编程方法。本书分为7章,前6章分别讨论了复数运算、矩阵运算、线性代数方程组的求解、非线性方程与方程组的求解、插值和数值积分等的面向对象编程方法,涉及使用频率非常高的近90个基本算法,按功能设计成了6类。第7章将这些算法类集成到一个静态库和一个动态库中,可以直接使用。每章节都用Visual C++程序示例了算法和算法库的调用方式。 本书适合涉及科学与工程数值计算工作
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-27
    • 文件大小:9784706
    • 提供者:周善人
  1. solving-nonlinear-equations

    0下载:
  2. 非线性方程与方程组的求解,实现的方法有:拟牛顿法,最小二乘解的广义拟法,蒙特卡洛法-Nonlinear equations and solving equations, implementation methods are: quasi-Newton method, generalized least squares solution proposed method, Monte Carlo
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:3615
    • 提供者:zhangqingyu
  1. Newton

    0下载:
  2. 此源码用于对一些非线性的方程组进行求解,时间复杂度比较小,效率比较高-This source is used for some non-linear equations is solved, the time complexity is relatively small, more efficient
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:808
    • 提供者:小虾郭
  1. nls5

    2下载:
  2. 基于求解非线性薛定格方程的分步傅立叶方法和参变量积分法,在该论文中,我们提出了一种求解光脉冲在N芯光纤耦合器中传输信号的耦合模方程组的数值方法,同时用此方法对光脉冲在双芯和三芯非线性耦合器中的传输演化进行了仿真。-alculated using non-linear equation shrodinger received a variety of soliton solutions
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:1615
    • 提供者:风云
  1. nls4

    0下载:
  2. 这个程序只合适计算k=1 (也就是Lcd=1),对于其他k值,一些参数要做适当变化。这也是soliton format 不宜用于非线性耦合开关的一个原因。它使问题复杂化。这个程序是计算孤子格式化下的非线性薛定格方程组,程序中的方程与我们之前的博文提供的程序的方程不同。我们当初做这个仿真的目的,一方面要重复 S. Trillo, S. Wabnitz, E. M. Wright and G. I. Stegman, 在他们论文“Soliton switching in fiber nonlinea
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:1746
    • 提供者:风云
  1. homotopy

    2下载:
  2. 解非线性方程及方程组的同伦算法 直接输入方程即可 好用-Solving nonlinear equations and the equations of the homotopy method can be useful equations directly
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:1006
    • 提供者:刘媛
  1. Gauss-Seidel-method

    0下载:
  2. 高斯赛德尔算法 一种非线性代数方程组的迭代解法-High Sisaideer a nonlinear algebraic equation algorithm Iterative Solution
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:8984
    • 提供者:徐芳芳
  1. C-language-algorithm-code

    2下载:
  2. 用C语言编写了科研和工程中最常用的算法,这些算法包括复数运算、多项式的计算、矩阵运算、线性代数方程组的求解、非线性方程与方程组的求解、代数插值法、数值积分法、常微分方程(组)初值问题的求解、拟合与逼近、特殊函数、极值问题、随机数产生与统计描述、查找、排序、数学变换与滤波等。-Written in C for scientific and engineering of the most commonly used algorithm, the algorithm include the plura
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:142266
    • 提供者:心剑
  1. Newton

    0下载:
  2. 共轭梯度法(Conjugate Gradient)是介于最速下降法与牛顿法之间的一个方法,它仅需利用一阶导数信息,但克服了最速下降法收敛慢的缺点,又避免了牛顿法需要存储和计算Hesse矩阵并求逆的缺点,共轭梯度法不仅是解决大型线性方程组最有用的方法之一,也是解大型非线性最优化最有效的算法之一。 在各种优化算法中,共轭梯度法是非常重要的一种。其优点是所需存储量小,具有步收敛性,稳定性高,而且不需要任何外来参数。-Conjugate Gradient method (Conjugate Gradie
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:516
    • 提供者:兰中周
  1. gongetidufadshuzhixingzhi

    0下载:
  2. 共轭梯度法(Conjugate Gradient)是介于最速下降法与牛顿法之间的一个方法,它仅需利用一阶导数信息,但克服了最速下降法收敛慢的缺点,又避免了牛顿法需要存储和计算Hesse矩阵并求逆的缺点,共轭梯度法不仅是解决大型线性方程组最有用的方法之一,也是解大型非线性最优化最有效的算法之一。 在各种优化算法中,共轭梯度法是非常重要的一种。其优点是所需存储量小,具有步收敛性,稳定性高,而且不需要任何外来参数-Conjugate Gradient method (Conjugate Gradien
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:722
    • 提供者:兰中周
  1. Solve-the-equation

    0下载:
  2. 运用matlab求解一般代数方程、线性方程组、线性微分方程、非线性微分方程的源代码-Using matlab to solve common algebraic equations, linear equations, linear differential equation and nonlinear differential equation of source code
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:88987
    • 提供者:王菲茵
  1. Conjugate-Gradient-Method

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

    • 发布日期:2017-03-30
    • 文件大小:704339
    • 提供者:
  1. CPP-Classical-algorithm

    0下载:
  2. 插值 查找 常微分方程(组)的求解 多项式与连分式函数的计算 非线性方程与方程组的求解 复数运算 汉字操作 基本图形操作 极值问题 矩阵特征值与特征向量的计算 拟合与逼近 排序 数据处理与回归分析 数学变换与滤波-Interpolation to find the ordinary differential equation (group) polynomial continued fraction function to calculate
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:337771
    • 提供者:yeyu
  1. NLequationCalculator

    0下载:
  2. 本程序含有多个非线性方程与方程组的求解的c++算例,对于更好地理解使用c++来求解方程的功能。-the program codes is for non-linear equation or equation group solution, which is writen in c++
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:75168
    • 提供者:月亮
  1. erfenfa

    0下载:
  2. 数值分析中的非线性方程和方程组的数值解法中的二分法的c实现。-C-value dichotomy in the numerical solution of nonlinear equations and systems analysis.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-28
    • 文件大小:292282
    • 提供者:lee
  1. computing

    0下载:
  2. 包括: 列主元Gauss消去法解线性方程组; 矩阵的LDLT和Cholesky分解; 追赶法解三对角方程组; Jacobi和Gauss-Seidel方法解方程组; Newton插值多项式和三次样条插值多项式; 复化Simpson公式求解定积分; Romberg方法求解定积分; 二分法和割线法求非线性方程的解。-Include: Main-element Gauss elimination method for solving linear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-11-14
    • 文件大小:973233
    • 提供者:lisen
« 1 2 ... 23 24 25 26 27 2829 30 31 32 »
搜珍网 www.dssz.com