I have the following formula that I would like to graph:
G(t) = G_r +(G_g-G_r) * summation from (i=1 to N) g_i *e^(-t/tau_i).
G_r and G_g are both constants and can easily be defined in a cell
tau_i and g_i are 24 sets of data given.
t is a variable.
The goal is to graph G(t) vs t and G(t) vs...