| 1 | initial version |
Here is a stupid method::
var('x,y')
f(x) = log(x)
g(x) = solve(x == f(y), y)[0].rhs()
print g
Here is a compilation from several scattered sources:
| 2 | fixed spelling |
Here is a stupid method::method:
var('x,y')
f(x) = log(x)
g(x) = solve(x == f(y), y)[0].rhs()
print g
Here is a compilation from several scattered sources:
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.