Graphing a function

58 Views Asked by At

A function is defined in a article equation 37, $$A(t)= 0.456+\frac{2.58}{(1+0.136 t)^{0.249}}$$ The simulation of the equation is: enter image description here But I have tried like by this:

Plot[.456 + (2.58/(1 + (.136) t)^(.249)), {t, 0, 7000}]

And the output I got:

enter image description here

Is there anything more arguments need to be included?

1

There are 1 best solutions below

0
On

This is the correct plot by google:

plot

which is somewhat similar to the simulation.