Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Java を使用したグラフィックスは初めてで、不完全な GUI を持っています。私がする必要があるのは、次のような関数をプロットすることです:
f(x,y) = 100 × (x²-y)² + (1-x)²
どこで-2.048 < x,y < 2.048。
-2.048 < x,y < 2.048
誰でも助けてもらえますか?