Produces the portion of a given spectral sequence page that lies in the square with given bottom right and top left coordinates.
|
|
|
|
|
|
|
|
|
The E_2 page has nonzero E_2^{p,q} when 0 <= p <= 10 and 0 <= q <= 1, so we may ask to restrict the display to 2 <= p <= 6 and 0 <= q <= 1.
netPage(E_2,{2,0},{6,1})
If we ask for a square that is too large, only the relevant portion of the page will be displayed.
|
|
|
|
|
|
|
|
|
|
The object netPage is a method function.