Hello,
I need to linearize the following equation
Where a, b and c are constants.
I have experimental points that fit to this equation and I want to use these values in the inverse funtion to linearize it.
I have tried to use a few tools available online, but the output functions did not work, which made me think if it is actually possible to do it.
Can anybody help me?
Thanks in advance.
I need to linearize the following equation
Code:
y = a * ((exp(-b * x)) + (c * (1 - (exp(-b * x)))))
Where a, b and c are constants.
I have experimental points that fit to this equation and I want to use these values in the inverse funtion to linearize it.
I have tried to use a few tools available online, but the output functions did not work, which made me think if it is actually possible to do it.
Can anybody help me?
Thanks in advance.