- #1
AligatorAmy
- 28
- 1
Hi
I have the following equation:
Log(x/y)=A*(e^z(-1))
I know values of y, A, z.
I need to calculate x from this equation.
I need to ‘extract’ x first therefore
Log(x)-Log(y)= A*(e^z(-1))
Log(x) = A*(e^z(-1)) +Log(y)
x=10^[ A*(e^z(-1)) +Log(y)]
I am not sure whether my formula modification is correct.
Please help.
Thanks.
I have the following equation:
Log(x/y)=A*(e^z(-1))
I know values of y, A, z.
I need to calculate x from this equation.
I need to ‘extract’ x first therefore
Log(x)-Log(y)= A*(e^z(-1))
Log(x) = A*(e^z(-1)) +Log(y)
x=10^[ A*(e^z(-1)) +Log(y)]
I am not sure whether my formula modification is correct.
Please help.
Thanks.