首页 > 其他 > 详细

use ContourPlot-使用ContourPlot

时间:2015-11-15 20:25:47      阅读:287      评论: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
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!