| ▲ | roywiggins 15 hours ago | |||||||
They're really two different types of equal signs. f(x,y) = x+y might be better written as f(x,y) := x+y where := means "is defined as". Then f(x,y) = 0 is an equation that expands to x+y = 0, or in familiar intro algebra form, y=-x. g(x,y) := 0 really is a flat plane. | ||||||||
| ▲ | wholinator2 13 hours ago | parent [-] | |||||||
I'd seen the := in programming for years but always thought it was basically just =. Thank you for your explanation! | ||||||||
| ||||||||