Have you ever wondered what happen if you pick a point (x0,y0) and compute hundreds of point using these equations? Well, you get a hopalong fractal. Let's plot this fractal using Pylab. The following function computes n points using the equations above: from __future__ import division from numpy import sqrt,power def hopalong(x0,y0,n,a=-55,b=-1,c=-42): def update(x,y): x1 = y-x/abs(x)*sqrt(abs(b*
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く