码迷,mamicode.com
首页 > 其他好文 > 详细

use ContourPlot-使用ContourPlot

时间:2015-11-15 20:27:40      阅读:140      评论:0      收藏:0      [点我收藏+]

标签:

use ContourPlot to draw implicit function graphics

使用ContourPlot 画隐函数图像

 

for example $x^{3}+y^{3}-3xy=0$

 技术分享

 

use ContourPlot to draw integral curve

使用ContourPlot 画积分曲线

 

for example $y{}‘=xy-e^{-x^{2}}y^{3}$

solve it get  $y=\frac{e^{x^{2}/2}}{\sqrt{2x+c}},y=-\frac{e^{x^{2}/2}}{\sqrt{2x+c}}$

then get $c=\frac{e^{x^{2}}}{y^{2}}-2x$

then ContourPlot[$c=\frac{e^{x^{2}}}{y^{2}}-2x$,$\left \{ x,-3,3 \right \}$,$\left \{ y,-3,3 \right \}$]

 技术分享

技术分享

use ContourPlot-使用ContourPlot

标签:

原文地址:http://www.cnblogs.com/xyzxyzxyzxyzxz/p/4967161.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!