Re: [問題] 一些問題

作者: chungyuandye (養花種魚數月亮賞星星)   2013-07-12 11:51:28
※ 引述《sweetycool (tina)》之銘言:
: 1. http://ppt.cc/0mFl
: 想問一下為什麼這題我程式跑出來是空集合呢?
In[1]:= $Version
Out[1]= "8.0 for Mac OS X x86 (64-bit) (October 5, 2011)"
In[2]:= eqn = y'[x] - 2 y[x]^2 + 2 y[x] == 1;
In[3]:= f[x_] = y[x] /. Quiet@DSolve[{eqn, y[0] == 1}, y[x], x][[1]]
Out[3]= 1/2 (1 + Tan[\[Pi]/4 + x])
In[4]:= eqn /. y -> f /. x -> 0
Out[4]= True
In[5]:= f'[x] - 2 f[x]^2 + 2 f[x] == 1 /. x -> 0
Out[5]= True
: 2. http://ppt.cc/xlLF
: 我想要畫出 y^2 - x^2/2 = c 的圖,然後c常數可以扣置在某一範圍
: (ex: c= 1 to 100)
: 然後可以同時呈現c= 1 to 100 的圖
: 不知道要怎麼寫出來
Show[ContourPlot[y^2 - x^2/x == #, {x, -5, 5}, {y, -5, 5}] & /@
Range[1, 100, 1]]
ContourPlot[y^2 - x^2/x, {x, -5, 5}, {y, -5, 5},
Contours -> Range[100]]
作者: hexane390625 (饅頭)   2013-07-12 19:11:00
第二題你打錯囉.應該是x^2/2
作者: sweetycool   2013-07-14 08:37:00
謝謝

Links booklink

Contact Us: admin [ a t ] ucptt.com