|
|
last edited 16 years ago by gdr |
1 2 3 4 5 | ||
Editor: kratt6
Time: 2007/12/20 09:51:11 GMT-8 |
||
Note: different fixes by different versions. Don't know about open-axiom |
added:
From kratt6 Thu Dec 20 09:51:10 -0800 2007
From: kratt6
Date: Thu, 20 Dec 2007 09:51:10 -0800
Subject: different fixes by different versions. Don't know about open-axiom
Message-ID: <20071220095110-0800@axiom-wiki.newsynthesis.org>
Status: closed => fix proposed
> I then tried to do some simple graphics. I had to look in the > Axiom book to find the basic commands. The tutorial only > discussed graphics in the context of plotting solutions of > ODEs. I think it could use a brief chapter on elementary graphics. > The Axiom book was fine in that regard. > So I tried draw(x^2, x=-2..2) and draw(sin(x), x=0..6), but > after compiling the expressions, and reporting that the data > was being sent to the viewport manager, both the texmacs > interface and the native axiom command window reported the > following error messages: > > system error: SOCK-SEND-INT is invalid as a function > protected-symbol- warn called with <NIL> > > Can you clarify what's going on and if possible put me back > on the road to wisdom?. Unfortunately graphics is not yet available on the Windows version of Axiom. Both graphics and hyperdoc depend on some graphical libraries (X-windows based) that are not available under windows. Programs like viewport manager will have to be re-written to interface with a Windows compatible graphics library. This is a complex job that is going to take some time. ------------------------------------------------------------ property change --greg, Mon, 03 Apr 2006 11:28:08 -0500 Category: Axiom User Interface => Axiom on Windows property change --unknown, Fri, 23 Jun 2006 16:19:10 -0500 Category: Axiom on Windows => Doyen CD Severity: normal => serious Status: open => fix proposed Bug in Axiom windows version in Texmac mode --unknown, Fri, 30 Jun 2006 08:34:01 -0500 I tried to find (a+b)^7 by various ways including (a+b)^6*(a+b) etc, all the time I get only oe result in TEXMAC, a^7. In the Axiomsys program , the answer is correct. V.Nandakumar, India, vandak@gmail.com Bug in Axiom windows version in Texmac mode --unknown, Fri, 30 Jun 2006 08:34:39 -0500 I tried to find (a+b)^7 by various ways including (a+b)^6*(a+b) etc, all the time I get only one result in TEXMAC, a^7. In the Axiomsys program , the answer is correct. V.Nandakumar, India, vandak@gmail.com property change --greg, Fri, 30 Jun 2006 09:20:07 -0500 Category: Doyen CD => Axiom on Windows Severity: serious => normal Status: fix proposed => open Fixed in FriCAS --kratt6, Thu, 20 Dec 2007 01:24:44 -0800 Status: open => fix proposed Axiom doesn't run on Windows --daly, Thu, 20 Dec 2007 06:05:08 -0800 Status: fix proposed => closed Strictly speaking, Axiom does not run on Windows so this isn't a bug but a feature request. The graphics code will run standalone. An effort could be made to port the viewalone program to use XMing on Windows. Future plans are to have the graphics run embedded in Firefox. different fixes by different versions. Don't know about open-axiom --kratt6, Thu, 20 Dec 2007 09:51:10 -0800 Status: closed => fix proposed