wmboyles / Math-Summaries

Medium length summaries of math subjects like multivariable calculus. Longer than a formula sheet, shorter than a textbook.
The Unlicense
75 stars 11 forks source link

Inverse of function example wrong (single variable calculus) #43

Closed metronidazole closed 2 years ago

metronidazole commented 2 years ago

The example on page 3 regarding an inverse of a function is wrong

f-1(x) = (3x-2)/(4x+5)

this should be

f-1(x) = (3x+2)/(4x-5)

wmboyles commented 2 years ago

Good catch. Will correct.