HP Forums

Full Version: Prime - Inverse of f(x)?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
If i have a simple function y=(2x) / ( 5x+1)
can the prime calculate the inverse of this function?
If i do it by hand I get

y=(-x)/(5x-2)

Thanks in advance.

Paul
(08-31-2014 12:45 AM)paul.hermans@benemtech.com Wrote: [ -> ]If i have a simple function y=(2x) / ( 5x+1)
can the prime calculate the inverse of this function?
If i do it by hand I get

y=(-x)/(5x-2)

Thanks in advance.

Paul

solve(y = (2*x/(5*x+1)),x) --> {-y/(5*y-2)}
Reference URL's