グラフ一覧 graphoonで作られたグラフを表示します。
『1dgragh』
作成日 2010年01月17日
plot [-1:1] x=t,y=sqrt(1-t*t)
plot 1
plot -(31/sqrt(63))*x+(32/sqrt(63))
plot -(15/sqrt(31))*x+(16/sqrt(31))
plot -(8/sqrt(17))*x+(9/sqrt(17))
plot -(4/sqrt(9))*x+(5/sqrt(9))
plot -(2/sqrt(5))*x+(3/sqrt(5))
plot -(1/sqrt(3))*x+(2/sqrt(3))
plot -(1/sqrt(15))*x+(4/sqrt(15))
plot (1/sqrt(15))*x+(4/sqrt(15))
plot (1/sqrt(3))*x+(2/sqrt(3))
plot (2/sqrt(5))*x+(3/sqrt(5))
plot (4/sqrt(9))*x+(5/sqrt(9))
plot (8/sqrt(17))*x+(9/sqrt(17))
plot (15/sqrt(31))*x+(16/sqrt(31))
plot (31/sqrt(63))*x+(32/sqrt(63))
『症状』
作成日 2009年12月31日
plot pow(x,1)
plot pow(x,1/2)
plot pow(x,1/3)
plot pow(x,1/4)
plot pow(x,1/5)
plot pow(x,1/6)
plot pow(x,1/7)
plot pow(x,1/1000000)
『乗乗』
作成日 2009年12月31日
plot pow(x,x)
plot pow(x,-x)
plot pow(x,plot pow(x,x))
plot pow(x, pow(x,x))
『n乗グラフ』
作成日 2009年12月31日
plot pow(x,1)
plot pow(x,2)
plot pow(x,3)
plot pow(x,4)
plot pow(x,5)
plot pow(x,6)
plot pow(x,7)
plot pow(x,8)
plot pow(x,9)
plot pow(x,10)
plot pow(x,1000)
plot pow(x,1001)