previous up next
Go backward to Example
Go up to Top
Go forward to Function Composition
RISC-Linz logo

Function Inversion

Let

f := {<0, 0>, <1, 0>, <2, 1>}.

Then

f-1 = {<0, 0>, <0, 1>, <1, 2>}

is not a function, because it contains <0, 0> and <0, 1>.

The inverse of a function is not necessarily a function.


Author: Wolfgang Schreiner
Last Modification: October 14, 1999

previous up next