![]() |
这个曲面如何画
刚使用此软件,想画个 y=x^2的曲面,画出来的确实z=x^2的
定义Plot3D[f,{x,xmin,xmax},{y,ymin,ymax}]; Plot3D[x^2,{x,0,1},{y,0,1}] 出的不是y=x^2 |
回复: 这个曲面如何画
你自己设定自变量的取值范围,命令没错的。
|
回复: 这个曲面如何画
不知道楼主的意思,你是想画出y=x^2的曲面?这个不是抛物线吗?
画成3D曲面图肯定会是z=x^2 |
回复: 这个曲面如何画
基础知识没过关,
[code]Plot3D[x^2 + y^2, {x, -5, 5}, {y, -5, 5}][/code] |
所有时间均为北京时间。现在的时间是 09:00。 |
Powered by vBulletin
版权所有 ©2000 - 2025,Jelsoft Enterprises Ltd.