Hello,
I'm trying to solve this implicit equation for Ecarb:
(A*((D*ECARB)+(E*log((F+(G*ECARB))/H)))) = 1
I believe this is possible provided all other values are known.
Can anyone help with this?
Charles
Are A,D, ... just constants?
Use:
log(a.b)=log(a)+log(b)
log(a/b)=log(a)-log(b)
I haven't checked if it's possible, try to do it with these rules, but maybe it's not possible.
EDIT:
Can you say more about A,D,...?