mathematica中绘制X=5的曲面
问题描述:
mathematica中绘制X=5的曲面
答
方法很多,先提供两个:Plot[9!(x - 5),{x,-10,10},AspectRatio -> Automatic,PlotRange -> 10]With[{a = 10},ContourPlot[x == 5,{x,-a,a},{y,-a,a},Frame -> 0,Axes -> 1]] 不知道你用的哪个版本,以上代码在Mathema...