[問題] 圖形表式問題

看板Mathematica作者 (如如)時間12年前 (2012/05/01 08:26), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
http://ppt.cc/O1H@ 想問一下我要如何讓上面那四條曲線能標示出他們各自的方程式以及交點呢? 這式原始程式碼 h1 = ContourPlot[x^2 + 2 y^2 == 4, {x, -5, 5}, {y, -5, 5}, AspectRatio -> Automatic] h2 = ContourPlot[7 x - 12 y + 22 == 0, {x, -5, 5}, {y, -5, 5}, ContourStyle -> Dashing[{.03}]] h3 = ContourPlot[7 x - 12 y - 22 == 0, {x, -5, 5}, {y, -5, 5}, ContourStyle -> Red] h4 = ContourPlot[x == 2, {x, -5, 5}, {y, -5, 5}, ContourStyle -> Thickness[0.01]] Show[h1, h2, h3, h4, Frame -> True, TextStyle -> {FontSize -> 12}] -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 122.116.240.114
文章代碼(AID): #1FdotEte (Mathematica)
文章代碼(AID): #1FdotEte (Mathematica)