Difference between revisions of "Main Page"

From ApCoCoAWiki
(written a real text.)
m (→‎ApCoCoA: fixing a link)
Line 8: Line 8:
 
==ApCoCoA==
 
==ApCoCoA==
  
The software ApCoCoA is a client-server application. The server's functionality is implemented in the [[ApCoCoALib:Main_Page]], a GPL'ed c++ library.  
+
The software ApCoCoA is a client-server application. The server's functionality is implemented in the [[ApCoCoALib:Main_Page|ApCoCoCaLib]], a GPL'ed c++ library.  
 
The client consists of a interpreter/parser and an open source graphical user interface.  
 
The client consists of a interpreter/parser and an open source graphical user interface.  
This client includes all of CocoA's functionality and adds some. These added methods are described in the [[:Category:ApCoCoA_Manual|ApCoCoA Manual]].  
+
This client includes all of CocoA's functionality and adds some. These added methods are described in the [[:Category:ApCoCoA_Manual|ApCoCoA Manual]].
  
 
==Versions and changes==
 
==Versions and changes==

Revision as of 09:45, 16 October 2007

This is the official page for the computer algebra system ApCoCoA.

ApCoCoA stands for Applied Computations in Computer Algebra. It is based on the computer algebra system CoCoA, which can be found at http://cocoa.dima.unige.it/. Some information can be found also in this wiki's CoCoA section. There is absolutly NO link to Apple cocoa interface!

ApCoCoa is developed by the ApCoCoA Team, which is lead by Martin Kreuzer and is always looking for new contributors.

ApCoCoA

The software ApCoCoA is a client-server application. The server's functionality is implemented in the ApCoCoCaLib, a GPL'ed c++ library. The client consists of a interpreter/parser and an open source graphical user interface. This client includes all of CocoA's functionality and adds some. These added methods are described in the ApCoCoA Manual.

Versions and changes

ApCoCoA's current version is 4.7.1 / 0.99.04. You can download the source and binaries here. There is a more recent version in our open mercurial repository. If you want to use this newest developments, please follow these steps. The latest changes between versions are documented in the ApCoCoA:Changelog.