Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Announce: FriCAS 1.0.8 has been released

0 views
Skip to first unread message

Waldek Hebisch

unread,
Oct 25, 2009, 3:13:20 PM10/25/09
to
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
heb...@math.uni.wroc.pl

Spiros Bousbouras

unread,
Oct 25, 2009, 9:10:52 PM10/25/09
to
On 25 Oct, 19:13, Waldek Hebisch <hebi...@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

jos...@lisp.de

unread,
Oct 25, 2009, 9:15:08 PM10/25/09
to

http://fricas.sourceforge.net/

See the 'license' link.

John Thingstad

unread,
Oct 26, 2009, 8:31:56 AM10/26/09
to
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.

Jan Panteltje

unread,
Oct 26, 2009, 12:33:17 PM10/26/09
to
On a sunny day (Mon, 26 Oct 2009 07:31:56 -0500) it happened John Thingstad
<jpt...@online.no> wrote in <pO6dnaSYEto...@telenor.com>:

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?

Jerry Peters

unread,
Oct 26, 2009, 3:49:19 PM10/26/09
to

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

Waldek Hebisch

unread,
Oct 26, 2009, 8:24:09 PM10/26/09
to

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
heb...@math.uni.wroc.pl

0 new messages