I try to use Sympy in order to modify an expression. Here is my problem.
I have a first function from theoratical calculation : g = f(Km, bm, Kx, bx, V)
I am able to measure two parameters A and B (function of the same parameters) associated with G and F (known constant).
A = f(Km, bm, Kx, bx, V, G, F) B = f(Km, bm, Kx, bx, V, G, F)
I would like to express g as a function of A and B. I have to specify that I am not sure that this is fully possible.
I tried sympy but cannot find the way. I am not sure this is the good tool.
Thanks for your help, Clément