- #1
negation
- 818
- 0
Homework Statement
f(x,y) -> |x+y|
The Attempt at a Solution
The answer is that the above transformation is not linear but my working shows otherwise.
Here's my go:
let u = (1,1) and v = (1,1)
f(u) = f(1,1) = 2
f(v) = f(1,1) = 2
f(u) + f(v) = 4
f(u+v) = f(2,2) = 4
f(u+v) = f(u) + f(v)
So a linear transformation exists.