用mathematica画曲面上的隐函数曲线

标签:
时尚mathematica曲面交线隐函数曲线 |
分类: 教育 |
http://s13/mw690/001KZnYnzy6MOgmRxy4fc&690
F1[x_, y_, z_] := z - (Cos[x] + Sin[y]) + Exp[x*y]
;
yhs1 = ContourPlot3D[
yhs2 = ContourPlot3D[z == 0, {x, -2, 2}, {y, -2, 2}, {z, -4,
4},
Show[yhs1, yhs2]
http://s16/mw690/001KZnYnzy6MOgAJhbV7f&690