搜索资源列表
bisect
- matlab的源代码 二分法解方程 matlab程序-matlab source code for solving equations matlab program dichotomy
bisect
- 数值分析中用二分法求解函数值,本资料正是二分法求函数值的MATLAB代码-Function used for solving numerical value dichotomy, the dichotomy of a function of the data value is the MATLAB code
32365
- 数值分析matlab部分例题代码:Jacobi迭代法,二分法,幂法,龙贝格算法,插值法-Numerical analysis matlab part of the example code: Jacobi iteration method, bisection method, power method, Romberg algorithm, interpolation
Dichotomy(three-methods)
- 用Matlab实现二分法解方程代码,运行环境:Matlab,文件形式:M文件-Dichotomy solving equations with Matlab code, operating environment: Matlab file format: M file
matlab-learning
- matlab 学习代码,适合初学者(包含二分法、最小二乘法)-matlab learning code, suitable for beginners
新建 Microsoft Office Word 文档 (2)
- 主要是在出现不稳定极限环时应该如何处理。 不稳定极限环在时间演化曲线中自然是不能直接得到的,这里如果想找到他就要利用不稳定极限环作为态空间分界面的性质。在极限环内部,最终趋于稳定点,例如(0,0),而极限环外,很有可能就发散了,或者到了远处的某稳定点或者某稳定极限环。 于是,画分岔图非常不爽地需要两重循环,第一重是初值的循环,利用的是二分法,逐渐逼近分界面;第二重自然是参数。 在做数值计算的时候,很重要的一个问题是,通常在有限的时间内(
Binary method for solving equations
- 在通过画图已知解的范围的基础上使用二分法解任意方程的准确解的简单代码(A simple code that solves the exact solution of an arbitrary equation by using the dichotomy based on the range of the known solution.)