搜索资源列表
Untitled
- 光孤子传输特性模拟 在光纤通信中,光脉冲信号在光纤中传输的过程中会受到色散、损耗和非线性等作用的影响而不断地发生演化和畸变。脉冲演化的规律遵循非线性薛定谔方程(NLSE)。由于NSLE 在一般情况下无法求得它的解析解,因此通常需采要用数值方法来求解,最终归结于求解归一化的NLSE。本文使用了分步傅里叶方法对归一化NLSE 进行了求解,并模拟了输入为一到三阶双曲正割光脉冲条件下光脉冲传输演变情况。-soliton In optical fiber communications, the optic
secantmethod
- it is a c++ based secant method that helps in programming-it is a c++ based secant method that helps in programming...
jiefangcheng
- 弦截法求解高次方程,VC++6.0编译通过-Secant method for solving equations of higher, VC++6.0 compile
Optimization3
- secant method and Newton-Lagrange method
SECANT-METHOD
- SECANT METHOD****************************************************** * THIS PROGRAM FINDS THE ROOT OF AN ALGEBRAIC/TRANSCENDENTAl * * EQUATION BY SECANT -SECANT METHOD****************************************************** * THIS PROGRAM F
mathmatic-analysis
- 分别用二分法,简单迭代法,牛顿迭代法,弦截法解非线性方程-Respectively with the dichotomy simple iterative method, Newton iterative method, Secant Method for solving nonlinear equations
matab-file
- secant method and equation to solve refractive index and number of mode in waveguide design
fangchengqiujie
- 贝努利法求按模最大实根 贝努利法求按模最小实根 用二分法求方程的一个根 用黄金分割法求方程的一个根 用不动点迭代法求方程的一个根 用艾肯特加速的不动点迭代法求方程的一个根 用史蒂芬森加速的不动点迭代法求方程的一个根 用一般弦截法求方程的一个根 用单点弦截法求方程的一个根 用双点弦截法求方程的一个根 用平行弦截法求方程的一个根 用改进弦截法求方程的一个根 用史蒂芬森法求方程的一个根 用劈因子法求方程的一个二次因子 用抛物线法求方程的一个根
gexianfa
- 用牛顿割线法求方程的根的matlab程序-Newton secant method for roots of the equation matlab program
shangchuan
- 内容包括成绩管理系统(链表版)、计算器、切分窗口(学生成绩管理)、弦截法、学生选课系统-Including performance management system (list edition), calculator, split window (student performance management), Secant Method, student elective system
five-ways
- 数值分析非线性方程求解(五种方法)。分析牛顿法、割线法、对分法、Steffensen法、简易牛顿法解线性方程组的性质-Numerical analysis of nonlinear equations (five methods). Nature of the analysis of Newton, secant, bisection method, Steffensen method, simple Newton method for solving linear equations
Methods-for-problem-solving-in-algebra
- The false position method, Secant method, and Bisection method are term for problem-solving methods in arithmetic, algebra, and calculus. Credit : http://en.wikipedia.org/wiki/False_position_method http://en.wikipedia.org/wiki/Secant_method
gexianfa
- 割线法抛物线法非线性方程求解算法合集-arc-length method secant method.Nonlinear algorithm collection
secant
- This code allow to solve equations through the numerical method: Secant
numerical-computation
- 二分法,牛顿迭代法,割线法,梯形积分法和辛普森积分法在C语言程序设计实现-Dichotomie,Newton Iteration,Secant Method,trapezoidal integration and Simpson s rule in the C languare programing.
feixianxingfangchengqiugen
- 非线性方程求根,包括二分法,迭代法和弦割法-The roots of nonlinear equations, including the dichotomy, iterative method of chord secant method
Secant Method
- Secant Method implemented in MATLAB
Matlab方程求根法汇总
- Matlab方程求根法汇总:BenvliMAX 贝努利法求按模最大实根 BenvliMIN 贝努利法求按模最小实根 HalfInterval 用二分法求方程的一个根 hj 用黄金分割法求方程的一个根 StablePoint 用不动点迭代法求方程的一个根 AtkenStablePoint 用艾肯特加速的不动点迭代法求方程的一个根 StevenStablePoint 用史蒂芬森加速的不动点迭代法求方程的一个根 Secant 用一般弦截法求方程的一个根 SinleSecant 用单点弦截法求方程的一个