作者biglion.bbs@ptt.cc (我愛美人魚), 信區: physics
標題Re: [題目] 非線性裡頭的Henon map的圖
時間批踢踢實業 (Tue Dec 12 08:10:41 2006)
轉信站: GIBBS!ccnews.ncku!news2!Spring!ctu-peer!ctu-reader!news.nctu!ptt
Origin: sally.csie.ntu.edu.tw
※ 引述《tina76527 (囧)》之銘言:
: Henon map
: x_n+1=y_n+1-1.4(x_n)^2
: y_n+1=0.3x_n
: x_0=0
: y_0=0
: 請問如何畫出這個圖??
: http://upload.wikimedia.org/wikipedia/en/5/50/HenonMapImage.png
可以用Mathematica寫 以下是Mathematica的code
f[{x_,y_}]={y+1-1.4x^2,0.3x}
ListPlot[NestList[f,{0,0},10000]]
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 140.112.102.49