Posts

Showing posts from April, 2017

Cara Plot Fungsi satu pembolehubah

Image
In[38]  Plot[x^2, {x, -10, 10}]

Cara Plot 3D

Image
Fungsi U=x^2+y^2 In[44] Plot3D[x^2 + y^2, {x, 1, 10}, {y, 1, 10}, AxesLabel -> {s1, s2, U}] Out[44]