Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
A special function
#8
Noah Wrote:A function f: X → Y has an inverse iff it has a one-to-one mapping from the set X to Y.

If we're transforming a line, f(x)=1, we could reparametrize this line in vector form as [x,f(x)] = [t, 0]. Then if we subject this to a one-to-one matrix transformation A[x,f(x)]+B, where A and B are matrices with constant entries, we can arrive at [x,f(x)]=[0,t]. Even though x → f(x) is no longer one-to-one, the resulting matrix is one-to-one. :|

Noah Wrote:TL;DR: In order to have an invertible function:
  • f must be an injective function - If f is continuous, then f must either be strictly increasing or decreasing in order to be injective.
  • f(f⁻¹(x)) = f⁻¹(f(x)) = x, not their limits

What about periodic functions, like sin(x) and cos(x)? Are asin(x) and acos(x) somehow not true inverses in comparison to arcsin(x) and arccos(x)? (By asin(x) and acos(x), I mean the programming command that spans the entire range, unlike arcsin(x) and arccos(x), which restricts the domain.)

Darkmaniak Wrote:Hmmm so there's no simple function that works like that? (Read: defined in Reals)

 Spoiler
Alternatively, you could force f(x) = x^±i to return real numbers by having your domain be a set of complex numbers.
Reply


Messages In This Thread
A special function - by Manu - 2011-05-15, 09:55 PM
A special function - by 2147483647 - 2011-05-15, 11:39 PM
A special function - by Noah - 2011-05-16, 05:11 AM
A special function - by shouri - 2011-05-16, 05:40 AM
A special function - by 2147483647 - 2011-05-16, 08:14 AM
A special function - by Noah - 2011-05-16, 02:48 PM
A special function - by Manu - 2011-05-16, 03:02 PM
A special function - by 2147483647 - 2011-05-16, 08:21 PM
A special function - by hadriel - 2011-05-17, 03:18 AM
A special function - by 2147483647 - 2011-05-17, 03:49 AM
A special function - by Noah - 2011-05-17, 05:03 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)