First time here? Check out the FAQ!

Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

asked 5 years ago

gg gravatar image

Calculating inverse of a function

Is there any straightforward way to calculate inverse of a function in sage? For example:

f(x) = 2 * x  - 1
f^-1(x) = ( x + 3 ) / 2

I have encountered solutions like this. But this was answered 9 years ago, I hope there exist a better way to do now.

Calculating inverse of a function

Is there any straightforward way to calculate inverse of a function in sage? For example:

f(x) = 2 * x  - 1
f^-1(x) = ( x + 3 ) / 2

I have encountered solutions like this. But this was answered 9 years ago, I hope there exist a better way to do now.

Calculating inverse of a function

Is there any straightforward way to calculate inverse of a function in sage? For example:

f(x) = 2 * x  - 1
f^-1(x) = ( x + 3 ) / 2

I have encountered solutions like this. But this was answered 9 years ago, I hope there exist a better way to do now.