Difference between revisions of "Main Page"

From ApCoCoAWiki
m
(46 intermediate revisions by 3 users not shown)
Line 1: Line 1:
This is the official page for the computer algebra system ApCoCoA.
+
=Welcome to the website of the computer algebra framework ApCoCoA=
  
ApCoCoA stands for Applied Computations in Computer Algebra.
+
'''ApCoCoA''', which is the acronym of '''Ap'''plied '''Co'''mputations in '''Co'''mputer '''A'''lgebra, is based on the computer algebra system [http://cocoa.dima.unige.it CoCoA]. You can found informations about CoCoA on its official [http://cocoa.dima.unige.it website] and also in the [[CoCoA:Main_Page|CoCoA section]] of this wiki.  
It is based on the computer algebra system CoCoA, which can be found at [http://cocoa.dima.unige.it http://cocoa.dima.unige.it/]. Some information can also be found in the [[CoCoA:Main_Page|CoCoA section]] of this wiki. There is absolutely NO link to the Apple cocoa interface!  
+
 
 +
'''Please note:''' There is absolutely NO link to the Apple cocoa interface!  
  
 
ApCoCoA is developed by the [[ApCoCoA:Team|ApCoCoA Team]], which is lead by [http://staff.fim.uni-passau.de/~kreuzer/ Martin Kreuzer], and is always looking for new [[ApCoCoA:contribute|contributors]].  
 
ApCoCoA is developed by the [[ApCoCoA:Team|ApCoCoA Team]], which is lead by [http://staff.fim.uni-passau.de/~kreuzer/ Martin Kreuzer], and is always looking for new [[ApCoCoA:contribute|contributors]].  
  
==ApCoCoA==
+
==What is ApCoCoA?==
 +
 
 +
For a short description of what ApCoCoA is please go to [[ApCoCoA:What is ApCoCoA|this page]].
  
The software ApCoCoA is a client/server application. The functionality of the server is implemented in [[ApCoCoALib:Main_Page|ApCoCoALib]], a GPL'ed C++ library.  
+
=='''<font color=red>ApCoCoA 1.9.1 Released!</font>''' (October 11, 2013) ==
The client consists of an interpreter/a parser and an open source graphical user interface.
 
All the functionality of CoCoA is provided by this client and in addition there are some new commands available. These additional commands are described in the [[:Category:ApCoCoA_Manual|ApCoCoA Manual]].
 
  
=='''<font color=red>ApCoCoA 1.0 Released!</font>''' (Dec. 22, 2008) ==
+
To download the executables, go to [[ApCoCoA:Downloads|ApCoCoA Downloads]]. For traditionalists ApCoCoA-1.9.1 is still available with the old, well known Qt-GUI.
  
For a list of features, see [http://www.apcocoa.org/forum/viewtopic.php?f=22&t=1028]
+
==ApCoCoA goes eclipse==
To download executables, go to [[ApCoCoA:Downloads|ApCoCoA Downloads]]
 
  
 +
[[Image:GUI_Rearrangement.jpg|thumb|left|top|150px]]
 +
Since the release of ApCoCoA-1.2 on July 15th 2009 the default Graphical User Interface for ApCoCoA is an eclipse based GUI. It provides the full functionality of the old, well-known Qt-GUI of CoCoA and ApCoCoA as well as much more comfort and a lot of nice new features, e.g.
 +
* improved file management
 +
* user-defined colouring
 +
* syntax highlighting
 +
* line numbers
 +
* auto completion
 +
* code templates
 +
and much more. Try and find out all features of the next generation [[ApCoCoA:GraphicalUserInterface|Graphical User Interface for ApCoCoA]]!
  
==News==
+
==News and Appointments==
* 2009/02/13: ApCoCoA goes Eclipse! The [[HowTo:Install_and_Work_with_the_Eclipse_GUI|Eclipse GUI tutorial]] explains how to set up and work with the next generation Graphical User Interface for ApCoCoA. It is still alpha but already usable.
+
* 2013/05/17: Release of ApCoCoA-1.9: [[ApCoCoA:Downloads|ApCoCoA Downloads]]
* 2008/12/22: Release of ApCoCoA 1.0. [[ApCoCoA:Downloads|ApCoCoA Downloads]]
+
* 2012/06/25: Release of ApCoCoA-1.8: [[ApCoCoA:Downloads|ApCoCoA Downloads]]
* 2008/02/05: There is a new binary of an [[ApCoCoA:Downloads|ApCoCoAServer for Windows]], which includes $weyl.GBasis(I) (see [http://www.apcocoa.org/forum/viewtopic.php?f=20&t=886] for details). If you want to use it you also have to use an updated version of package weyl (which can also be found in the forum)
+
* 2011/05/06: Release of ApCoCoA-1.7: [[ApCoCoA:Downloads|ApCoCoA Downloads]]
 +
* 2009/07/15: ApCoCoA goes Eclipse! The [[HowTo:Install_and_Work_with_the_Eclipse_GUI|Eclipse GUI installation guide]] explains how to set up and work with the next generation Graphical User Interface for ApCoCoA.
  
==Versions, changes and bugs==
+
<div align="left"><websiteFrame>
The current ApCoCoA version is 1.0 / 0.99.23. You can download the source and binaries from our [[ApCoCoA:Downloads|download page]].
+
website=https://www.google.com/calendar/embed?mode=AGENDA&amp;height=150&amp;wkst=2&amp;hl=en_GB&amp;bgcolor=%23FFFFFF&amp;src=info%40apcocoa.org&amp;color=%23A32929&amp;ctz=Europe%2FBerlin" style=" border-width:0 " height="150" frameborder="0" scrolling="no"
There are more recent versions available in our open [http://www.apcocoa.org/hg/ mercurial repository]. If you want to use these newest developments, please have a look at the [[ApCoCoA:SourceCodeManagement|source code management page]]. The latest changes between different versions are documented in the [[ApCoCoA:Changelog]] and a listing of the bugs we are aware of can be found at [[ApCoCoA:KnownIssues]].
+
height=150
 +
width=100%
 +
border=0
 +
scroll=no
 +
</websiteFrame>
 +
</div>
  
 
__NOTOC__
 
__NOTOC__

Revision as of 17:10, 26 June 2015

Welcome to the website of the computer algebra framework ApCoCoA

ApCoCoA, which is the acronym of Applied Computations in Computer Algebra, is based on the computer algebra system CoCoA. You can found informations about CoCoA on its official website and also in the CoCoA section of this wiki.

Please note: There is absolutely NO link to the Apple cocoa interface!

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

What is ApCoCoA?

For a short description of what ApCoCoA is please go to this page.

ApCoCoA 1.9.1 Released! (October 11, 2013)

To download the executables, go to ApCoCoA Downloads. For traditionalists ApCoCoA-1.9.1 is still available with the old, well known Qt-GUI.

ApCoCoA goes eclipse

GUI Rearrangement.jpg

Since the release of ApCoCoA-1.2 on July 15th 2009 the default Graphical User Interface for ApCoCoA is an eclipse based GUI. It provides the full functionality of the old, well-known Qt-GUI of CoCoA and ApCoCoA as well as much more comfort and a lot of nice new features, e.g.

  • improved file management
  • user-defined colouring
  • syntax highlighting
  • line numbers
  • auto completion
  • code templates

and much more. Try and find out all features of the next generation Graphical User Interface for ApCoCoA!

News and Appointments

<websiteFrame>

website=https://www.google.com/calendar/embed?mode=AGENDA&height=150&wkst=2&hl=en_GB&bgcolor=%23FFFFFF&src=info%40apcocoa.org&color=%23A32929&ctz=Europe%2FBerlin" style=" border-width:0 " height="150" frameborder="0" scrolling="no" height=150 width=100% border=0 scroll=no </websiteFrame>