Exercise 6.4.20

Answers

Check the condition one by one.

  • x + z,y = T(x + z),y
    = T(x),y + T(z),y = x,y + z,y.
  • cx,y = T(cx),y
    = c T(x),y = x,y.
  • x,y¯ = T(x),y¯
    = y,T(x) = T(y),x = y,x.
  • x,x = T(x),x > 0

    if x is not zero.

User profile picture
2011-06-27 00:00
Comments