标签: java graphics japplet
我是Java新手,我有一个不完整的GUI。我需要做的是绘制如下函数:
f(x,y) = 100 × (x²-y)² + (1-x)²
其中-2.048 < x,y < 2.048。
-2.048 < x,y < 2.048
有人可以帮忙吗?