Main Page | Report this Page
Linux Forum Index  »  Linux Development - Applications  »  Announce: FriCAS 1.0.8 has been released...
Page 1 of 1    

Announce: FriCAS 1.0.8 has been released...

Author Message
Waldek Hebisch...
Posted: Sun Oct 25, 2009 9:13 am
Guest
FriCAS is an advanced computer algebra system. Its capabilities range from
calculus (integration and differentiation) to abstract algebra. It can
plot functions and has integrated help system.

FriCAS 1.0.8 builds on Linux, many Unix like systems (for
example Mac OSX and Solaris 10) and Windows.

FriCAS is build on top of Common Lisp; several Lisps can compile
and run FriCAS -- currently supported are GCL, SBCL, Clisp, ECL,
Closure CL (former OpenMCL) and CMU CL.

Project page:
http://fricas.sf.net

Download page:
http://sourceforge.net/project/showfiles.php?group_id=200168

Mailing list. Please sign up before posting a message.
http://groups.google.com/group/fricas-devel?hl=en

Notable changes (compared to version 1.0.7) include:

- Improved version of guessing package. It can now handle much
larger problems than before. Added ability to guess
functional substitution (Mahler) equations.
- Experimental support for build using CMU CL
- Various speed improvements including faster indexing for two
dimensional arrays
- By default FriCAS build tries to use sbcl.
- Building no longer require patch.

Bug fixes, in particular:

- correct definition of random() for matrices
- conditionals in .input files work again
- Spad compiler now recognizes more types as equal
- fixed problem with pattern-matching quote

--
Waldek Hebisch
hebisch at (no spam) math.uni.wroc.pl
 
Spiros Bousbouras...
Posted: Sun Oct 25, 2009 3:10 pm
Guest
On 25 Oct, 19:13, Waldek Hebisch <hebi... at (no spam) math.uni.wroc.pl> wrote:
Quote:
FriCAS is an advanced computer algebra system. Its capabilities range from
calculus (integration and differentiation) to abstract algebra. It can
plot functions and has integrated help system.

What's the license? The website doesn't say.

[...]

Quote:
Project page:
http://fricas.sf.net
 
joswig at (no spam) corporate-world.lisp.de...
Posted: Sun Oct 25, 2009 3:15 pm
Guest
On 26 Okt., 02:10, Spiros Bousbouras <spi... at (no spam) gmail.com> wrote:
Quote:
On 25 Oct, 19:13, Waldek Hebisch <hebi... at (no spam) math.uni.wroc.pl> wrote:

FriCAS is an advanced computer algebra system. Its capabilities range from
calculus (integration and differentiation) to abstract algebra. It can
plot functions and has integrated help system.

What's the license? The website doesn't say.

[...]



Project page:
http://fricas.sf.net

http://fricas.sourceforge.net/

See the 'license' link.
 
John Thingstad...
Posted: Mon Oct 26, 2009 6:31 am
Guest
Den Sun, 25 Oct 2009 19:13:20 +0000, skrev Waldek Hebisch:

Downloaded from CVS and rebuild it. Works fine, but seems archaic.
The document system uses Xt with Athena widgets!
Brings my back to the Sun 360 I used when I started studying computer
science back in 1987.Seems to me the whole thing could be replaced with a
web interface.
 
Jerry Peters...
Posted: Mon Oct 26, 2009 9:49 am
Guest
In comp.os.linux.development.apps Jan Panteltje <pNaonStpealmtje at (no spam) yahoo.com> wrote:
Quote:
On a sunny day (Mon, 26 Oct 2009 07:31:56 -0500) it happened John Thingstad
jpthing at (no spam) online.no> wrote in <pO6dnaSYEtohC3jX4p2dnAA at (no spam) telenor.com>:

Den Sun, 25 Oct 2009 19:13:20 +0000, skrev Waldek Hebisch:

Downloaded from CVS and rebuild it. Works fine, but seems archaic.
The document system uses Xt with Athena widgets!
Brings my back to the Sun 360 I used when I started studying computer
science back in 1987.Seems to me the whole thing could be replaced with a
web interface.


I have not looked, but that it uses a simple interface would make it fast and small.
WTF would you cripple anything with a web interface that you only use for local algebra?
Oh wait, Vista needed more hardware too?

Because "web interface" is the latest fad and everything has to have
one perhaps. Also makes a nice buzzword, especially if used with
web2.0.

Jerry
 
Jan Panteltje...
Posted: Mon Oct 26, 2009 10:33 am
Guest
On a sunny day (Mon, 26 Oct 2009 07:31:56 -0500) it happened John Thingstad
<jpthing at (no spam) online.no> wrote in <pO6dnaSYEtohC3jX4p2dnAA at (no spam) telenor.com>:

Quote:
Den Sun, 25 Oct 2009 19:13:20 +0000, skrev Waldek Hebisch:

Downloaded from CVS and rebuild it. Works fine, but seems archaic.
The document system uses Xt with Athena widgets!
Brings my back to the Sun 360 I used when I started studying computer
science back in 1987.Seems to me the whole thing could be replaced with a
web interface.


I have not looked, but that it uses a simple interface would make it fast and small.
WTF would you cripple anything with a web interface that you only use for local algebra?
Oh wait, Vista needed more hardware too?
 
Waldek Hebisch...
Posted: Mon Oct 26, 2009 2:24 pm
Guest
In sci.math.symbolic Jan Panteltje <pNaonStpealmtje at (no spam) yahoo.com> wrote:
Quote:
On a sunny day (Mon, 26 Oct 2009 07:31:56 -0500) it happened John Thingstad
jpthing at (no spam) online.no> wrote in <pO6dnaSYEtohC3jX4p2dnAA at (no spam) telenor.com>:

Den Sun, 25 Oct 2009 19:13:20 +0000, skrev Waldek Hebisch:

Downloaded from CVS and rebuild it. Works fine, but seems archaic.
The document system uses Xt with Athena widgets!
Brings my back to the Sun 360 I used when I started studying computer
science back in 1987.Seems to me the whole thing could be replaced with a
web interface.


I have not looked, but that it uses a simple interface would make it fast and small.
WTF would you cripple anything with a web interface that you only use for local algebra?

FriCAS user interface is small. But I would not call FriCAS small,
version for AMD64 Linux takes 200 MB disc space (about 130 MB of
executable code, the rest is documentation, binary data and images).
The main executable needs about 80 MB of RAM when doing simple operations.
It is possible to create version which needs less disc space (105 MB)
but this version is much (on average 7 times) slower -- fast version
is compiled to native code, the smaller one uses bytecode.

FriCAS offers a lot of functionality, there is simply no way to
to this in really small system (say few MB). And while it is
possible to save a lot of space at cost of speed, it seems that
on modern machines big and fast version is better than small and
slow.

--
Waldek Hebisch
hebisch at (no spam) math.uni.wroc.pl
 
 
Page 1 of 1    
All times are GMT - 5 Hours
The time now is Fri Dec 04, 2009 5:11 pm