Hi, I have this formula:
Tech% = BaseTech% + (MaxTech%-BaseTech%)*GvtTechBonus*(1-e^(-Effective*TechPoints/(180+6.5*Land)))
Abbreviated:
T% = BT% + (MT%-BT%)*GTB*(1-e^(-Ef*TP/(180+6.5*L)))
Solving for Techpoints (TP) I got:
(180+6.5L) * ln(1-(T%-BT%)/((MT%-BT%)*GTB)) / Ef
ln = natural log
I just want to make sure this is correct and if I can simplify it further.
Thanks
Tech% = BaseTech% + (MaxTech%-BaseTech%)*GvtTechBonus*(1-e^(-Effective*TechPoints/(180+6.5*Land)))
Abbreviated:
T% = BT% + (MT%-BT%)*GTB*(1-e^(-Ef*TP/(180+6.5*L)))
Solving for Techpoints (TP) I got:
(180+6.5L) * ln(1-(T%-BT%)/((MT%-BT%)*GTB)) / Ef
ln = natural log
I just want to make sure this is correct and if I can simplify it further.
Thanks