Prime - Inverse of f(x)? - Printable Version +- HP Forums (https://www.hpmuseum.org/forum) +-- Forum: HP Calculators (and very old HP Computers) (/forum-3.html) +--- Forum: HP Prime (/forum-5.html) +--- Thread: Prime - Inverse of f(x)? (/thread-2044.html) |
Prime - Inverse of f(x)? - paul.hermans@benemtech.com - 08-31-2014 12:45 AM 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 RE: Prime - Inverse of f(x)? - Joe Horn - 08-31-2014 12:56 AM (08-31-2014 12:45 AM)paul.hermans@benemtech.com Wrote: If i have a simple function y=(2x) / ( 5x+1) solve(y = (2*x/(5*x+1)),x) --> {-y/(5*y-2)} |