GravitySK
- 5
- 1
How do you think?
The discussion centers on plotting the equation (x^2-5)^2+y^2=16 without a calculator. Participants suggest using traditional methods such as a pencil and graph paper for manual plotting, alongside modern tools like Desmos and FreeMat for computational assistance. The equation can be approached by generating a table of x,y value pairs to visualize the graph. The conversation emphasizes the importance of demonstrating effort in problem-solving before seeking help.
PREREQUISITESStudents, educators, and anyone interested in learning graphing techniques for mathematical functions, particularly those looking to enhance their skills in both manual and software-assisted plotting.
x=[1:10]
y x.*x
plot(x,y)