Let's suppose that I have two transcendental functions f(x, y) = 0
and g(a, b) = 0
.
a and b depend on y, so if I could solve the first equation analytically for y, y = f(x)
, I could have the second function depending only on x and thus solving it numerically.
I prefer to use python, but if matlab is able to handle this is ok for me.
Is there a way to solve analytically trascendent functions for a variable with python/matlab? Taylor is fine too, as long as I can choose the order of approximation.