-
bisection
Step 1: Set i=1 FA=f(a)
Step 2: while i≤ No do step 3-6.
Step 3 set p=(a+b)/2 FP=f(p)
Step 4 if FP<TOL or (b-a)/2<TOL then OUTPUT(p) STOP.
Step 5 set i=i+1
Step 6 if FA.FP > 0 then set a=p FA=FP else set b=p.
Step 7 OUTPUT (‘Method failed after No iteration,No=’, No) STOP.
- 2011-11-23 09:46:51下载
- 积分:1
-
chen
在matlab环境下对chen系统的仿真,希望对于学习者有用(Chen system simulation in Matlab environment useful for learners)
- 2012-10-29 15:35:56下载
- 积分:1
-
zuiyouhuasheji
一本关于讲解MATLAB最优化设计的书籍 对于学习最优化理论的同学 很有帮助(A book about the interpretation of the MATLAB optimization design Classmate is very helpful for learning optimization theory)
- 2015-10-07 00:13:35下载
- 积分:1
-
Math3
this matlab source code is for begining
- 2013-01-28 07:40:02下载
- 积分:1
-
svm_demo
解释svm原理用的demo源码並且利用簡單的繪圖秀出結果(Svm theory to explain the demo with source code and showed the results of a simple drawing)
- 2010-11-08 21:52:11下载
- 积分:1
-
nihe
matlab计算拟合三维数据,并成三维图(a program which draw a 3_D drawing)
- 2014-12-22 20:00:46下载
- 积分:1
-
monituihuo
matlab模拟退火智能优化算法,求取最短路径,已通过验证(matlab simulated annealing optimization algorithm intelligent, calculating the shortest path has been verified)
- 2015-05-01 16:49:50下载
- 积分:1
-
MATALB_practicalCcourse(7.0)
该教程MATLAB实用教程(7.0版本)包括MATLAB语言基础、基本应用、高级应用三部分,系统全面。(The Practical Guide Tutorial MATLAB (version 7.0) includes the basic MATLAB language, basic applications, advanced applications of three parts, systematic and comprehensive.)
- 2010-07-31 17:04:22下载
- 积分:1
-
MATLABFUNCTION
一些常用的MATLAB函数,求和; 求导数;
求极限;求泰勒展开式(Some commonly used MATLAB function, summation order derivative seeking limits order Taylor expansion)
- 2009-03-17 17:58:15下载
- 积分:1
-
aiwa
TSP问题(货郎担问题,旅行商问题)的模拟退火算法通用malab源程序(Traveling Salesman Problem (TSP, the traveling salesman problem), simulated annealing algorithm common source malab)
- 2005-07-23 11:24:15下载
- 积分:1