Re: [sage-support] inverse function

2011-09-28 Thread Minh Nguyen
Hi, On Thu, Sep 29, 2011 at 2:17 AM, globaljavaprogrammer wrote: > how can I use sage to compute the inverse of a function like f(x) = (x > +1)^2? sage: f = (x + 1)^2 sage: g = 1 / f sage: h = f^(-1) sage: f*g 1 sage: g*f 1 sage: f*h 1 sage: h*f 1 -- Regards Minh Van Nguyen -- To post to thi

[sage-support] inverse function

2011-09-28 Thread globaljavaprogrammer
how can I use sage to compute the inverse of a function like f(x) = (x +1)^2? -- To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.