I have these two equations and I want to find the values of these two parameters:
9.393e(16) = ((N*K)/(K + 0.0045))*(1 - exp (-(K + 0.0045)*120))
1.376e (17) = ((N*K)/(K + 0.0045))*(1 - exp (-(K + 0.0045)*240))
How can I solve it in matlab or wolfram please
I guess a hand calculator is sufficient for that.
Call:
You have:
so
thus
You can take the
logat both sides and solve forK.To find
Nthe equation is again just linear.