- Code: Select all
{(x,y) : y^2 = x }
and I have to state wether it is a function or not.
- Code: Select all
so, let y = 2
(2)^2 = 4
- Code: Select all
let y = -2
(-2) ^2 = 4
= not a function because (4,2), (4,-2).
but i encountered this problem:
- Code: Select all
{(x,y) :|x + y| = 4 }
and I have no idea how to know if it is a function or not and demonstrate it like i did with the other one. Thanks.
