[問題] 圖形表式問題
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
Mathematica 近期熱門文章
PTT數位生活區 即時熱門文章