用mathematica画17x^2 - 16│x│ + 17y^2 = 225 的图象mathematica能画4个变量的方程图象吗?

来源:学生作业帮助网 编辑:作业帮 时间:2024/05/06 01:14:34

用mathematica画17x^2 - 16│x│ + 17y^2 = 225 的图象mathematica能画4个变量的方程图象吗?
用mathematica画17x^2 - 16│x│ + 17y^2 = 225 的图象
mathematica能画4个变量的方程图象吗?

用mathematica画17x^2 - 16│x│ + 17y^2 = 225 的图象mathematica能画4个变量的方程图象吗?
ContourPlot[
17 x^2 - 16 y*Abs[x] + 17 y^2 == 225, {x, -5, 5}, {y, -5, 5},
Axes -> True, Frame -> False]
你的意思是四个自变量吧?
4维静态的图是没有的,不过你要实在要看,就做个动画,这样也算是4维了,mathematica是可以的,呵呵=)