User:Andraschko/Main Page

From ApCoCoAWiki
< User:Andraschko
Revision as of 16:26, 22 October 2020 by Andraschko (talk | contribs) (Created page with "__NOTOC__ {{User:Andraschko/Main Page/Welcome}} <!-- --> {| style="width: 100%; vertical-align:top;" |- style="vertical-align:top;" | style="width: 33%;" | {{User:Andraschko/...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Welcome to the ApCoCoA Website

ApCoCoA (Applied Computations in Computer Algebra) is a computer algebra framework based on the computer algebra system CoCoA. In this Wiki you can find the complete ApCoCoA manual, the newest versions and useful How To's around ApCoCoA and its packages.

What is CoCoA?

Latest Version: CoCoA-5.4.0 (11.04.2022)

CoCoA-5.png

CoCoA is a computer algebra software for computations with multivariate polynomial rings. Information about functions in CoCoA-5 can be found in the official CoCoA-5 Manual. More information about CoCoA itself can be found on http://cocoa.dima.unige.it/.

Originally, this Wiki was designed to contain manual pages for CoCoA-4, an earlier version of CoCoA. The articles concerning CoCoA-4 can be found in the CoCoA section of this Wiki and Category:CoCoA4.

Although CoCoA-4 can still be downloaded, it is no longer developed since CoCoA-5 was released in June 2011 with a new syntax and a technically advanced implementation in C++.

What about ApCoCoA-1?

Latest Version: ApCoCoA-1.9.1 (11.10.2013)

ApCoCoA-1.png

ApCoCoA-1 was the predecessor of ApCoCoA-2 based on CoCoA-4. In brief, ApCoCoA-1 is CoCoA-4 wrapped in an Eclipse GUI and provided with a lot of additional functionalities like extra packages and access from CoCoA-4 code to external libraries like GLPK, Gnuplot, CryptoMiniSat and many more. For a detailed description and a full list of provided functionalities, see What is ApCoCoA. For a manual, see ApCoCoA-1 Manual.

After the end of the developement of CoCoA-4, ApCoCoA-1 soon also stopped being developed.

What is ApCoCoA-2?

Latest Version: ApCoCoA-2.0 (06.03.2023)

ApCoCoA-2.png

ApCoCoA-2 is a Computer Algebra Framework based on CoCoA-5. ApCoCoA-2 is basically CoCoA-5 extended by some packages and functionalities and wrapped in an IntelliJ GUI.

For installing ApCoCoA-2, go to the ApCoCoA Download Page and follow the instructions.

A list and documentations of available packages, see the package list containing all ApCoCoA-2 packages, which are documented in this Wiki. Informations about the CoCoA syntax can be looked up in the official CoCoA Manual.

What is CoCoALib?

CoCoALib is a C++ library for doing computations in Commutative Algebra. It is the kernel of CoCoA-5 and can be downloaded from the official CoCoA website.

What is ApCoCoALib?

ApCoCoALib is a C++ library extending CoCoALib. It is included in ApCoCoA and can be accessed through the ApCoCoA Server.