SpectralSequences / sseq

The root repository for the SpectralSequences project.
Apache License 2.0
22 stars 10 forks source link

A question about the input at odd prime #122

Closed DZaiger closed 1 year ago

DZaiger commented 1 year ago

First of all, thank you all for making this really powerful program! I have a small question: I would like to compute certain Adams spectral sequence at p = 3. In your sseq/ext/MODULE-SPEC.md file, you have a template which is y(2), but I don't understand why the input for q_part is "4294967292"? Should I convert it to a binary? If yes, why this gives a spectrum with homology F_p[ξ₁, ξ₂][τ₁, τ₂]?

JoeyBF commented 1 year ago

Thanks for the kind words. For this example, we are taking the cohomology of the Steenrod algebra quotiented by the subalgebra given by the profile described in the profile block.

DZaiger commented 1 year ago

Now I see, thank you for your careful explanation!