I still don't understand the description I put above.
But in reading more sites, I think I got the idea somewhat.
So example 1a: y = x2 - 2
A root is a solution to a problem. It is when the equation evaluates to zero.
So y = x2 - 2 we subtract y from both sides:
y-y = x2 -2 -y this then becomes 0 = x2 -2 -y
So this last equation is the solution.
Now what, do you just put values in and see which ones work?
Just sort of guessing, I came up with:
x=2 , y =2 : x^2 -2 -y : 2^2 -2 -2 : 4 - 2 - 2 : 2 - 2 = 0
I guess this becomes the brute force method
Bookmarks