How do you draw a graph of a relation that is not a function?
1 Answer
Aug 27, 2017
There are many answers possible--any graph in two variables is a relation, but only a function if it passes a vertical line test.
We can declare a relation a function if when we draw a vertical line with equation
So, for instance
graph{2(3)^x [-10, 10, -5, 5]}
However,
graph{(x + 1)^2 + (y - 1)^2 = 1 [-10, 10, -5, 5]}
Hopefully this helps!