Skip to content

Instantly share code, notes, and snippets.

@Alerion
Last active February 14, 2017 13:05
Show Gist options
  • Save Alerion/97755a566139effc2bd0497205339dfb to your computer and use it in GitHub Desktop.
Save Alerion/97755a566139effc2bd0497205339dfb to your computer and use it in GitHub Desktop.
S·T/t1 = S(T+t0)/t2
S·T/t1 = S·T/t2 + S·t0/t2
S·T/t1 - S·T/t2 = S·t0/t2
(S·T·t2 - S·T·t1)/t1·t2 = S·t0/t2
S·T(t2 - t1)/t1t2 = S·t0/t2
S·T(t2 - t1) = S·t0·t1·t2/t2
S·T(t2 - t1) = S·t0·t1
T(t2 - t1) = t0·t1
T = t0·t1/(t2 - t1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment