up previous next
2.2.1 A Tutorial Introduction to CoCoA
This is an introduction to CoCoA, mainly through examples. It is just a small part of the online CoCoA manual.

If you are using an HTML version of the manual just click on next! The following few sections are for those who call the manual from a CoCoA shell.

To learn more about finding information in the manual, enter ? (without the quotes). For now, the only essential command to know is H.Browse(). Entering H.Browse(); or H.Browse(1); will display the next section of the manual. H.Browse(0); will redisplay the current section, and H.Browse(-1); will display the previous section. Start browsing the tutorial now by entering H.Browse();.