Is x=y=z a function?
I was trying to graph things like x=y=z and x=2z, y=3z, z=z earlier today
and noticed that 3d graphers can't graph these.
Is this because these are not functions but mere relations?
Would they be a straight line in a 3d-space if I were to graph them?
Thank you for reading. Any comments would help very much.
What you write here is usually considered as a compact notation for a system of two equations: $$\left\{\begin{align} x = y \\ y = z \end{align}\right.$$ Both equations represent a plane in three-dimensional space and the system thus represents the points common to both planes. If the planes are non-parallel, they intersect in a line.
Another way to see this would be to solve the system; setting $z=t$ easily yields $x=y=t$ too and the solution has the following parametric form: $$\left\{ \left(t,t,t\right) \vert t \in \mathbb{R} \right\}$$ which is a parametric representation of a line, through the origin and with $(1,1,1)$ as a direction vector. Most software can probably plot it in this form.
You could do the same for the second example you gave, it is another line.