0% found this document useful (0 votes)
33 views2 pages

P1 Discreteplot (Divisorsigma (1, N), (N, 500) )

The document compares two discrete plots from 500 data points. The first plot graphs the divisor function DivisorSigma[1,n] which sums the divisors of the first n natural numbers. The second plot simply graphs the function 3*n. When the two plots are shown together, the divisor function plot initially grows faster than the linear function but eventually the linear function surpasses it as n increases.

Uploaded by

MaharshiMishra
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
33 views2 pages

P1 Discreteplot (Divisorsigma (1, N), (N, 500) )

The document compares two discrete plots from 500 data points. The first plot graphs the divisor function DivisorSigma[1,n] which sums the divisors of the first n natural numbers. The second plot simply graphs the function 3*n. When the two plots are shown together, the divisor function plot initially grows faster than the linear function but eventually the linear function surpasses it as n increases.

Uploaded by

MaharshiMishra
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

In[212]:= p1 = DiscretePlot[DivisorSigma[1, n], {n, 500}]

1500

1000

Out[212]=

500

100 200 300 400 500

In[213]:= p2 = DiscretePlot[3 * n, {n, 500}]

1500

1000

Out[213]=

500

100 200 300 400 500

In[214]:=
2

In[215]:= Show[p1, p2]

1500

1000

Out[215]=

500

100 200

You might also like