[Axiom-developer] [FrontPage]

2005-06-15 Thread billpage
Changes http://page.axiom-developer.org/zope/mathaction/FrontPage/diff -- ??changed: - -Try "Axiom and Reduce online":SandBox Try "Axiom and Reduce online":SandBox ??changed: -Chose a [User Interface] such as TeXmacs or [Axiom In Emacs] -or "install mathAction":InstallingMathAction locally on de

[Axiom-developer] [FrontPage]

2005-06-15 Thread billpage
Changes http://page.axiom-developer.org/zope/mathaction/FrontPage/diff -- ??changed: -You can also "download Axiom":AxiomDownload or [build Axiom] from source code You can "download Axiom":AxiomDownload or [build Axiom] from source code and [update Axiom] ??changed: -Chose an optional [User Int

[Axiom-developer] [update Axiom] (new)

2005-06-15 Thread billpage
Changes http://page.axiom-developer.org/zope/mathaction/UpdateAxiom/diff -- How to update Axiom (instead of downloading it anew) This page contains some manual step-by-step instructions which are normally faster than recompiling Axiom from new sources. The instructions include how/where to down

[Axiom-developer] [mirrors]

2005-06-15 Thread Bill Page
Changes http://page.axiom-developer.org/zope/mathaction/Mirrors/diff -- --removed: -From unknown Sun Apr 3 09:34:33 -0500 2005 -From: unknown -Date: Sun, 03 Apr 2005 09:34:33 -0500 -Subject: continue download does not work -Message-ID: <[EMAIL PROTECTED]> - -continue download does not work - - - -

[Axiom-developer] Instructions for updates

2005-06-15 Thread William Sit
Bill: Could you help me and others by posting a page (with a link on FrontPage) how to update Axiom (instead of downloading anew)? I do not mean a one-click type (that would be nice), but some step by step instructions, even if manually entered, would be ok (as long as it is faster than recompilin

[Axiom-developer] Port Tiger

2005-06-15 Thread Antoine Hersen
Hello, Here the progress I made so far in porting axiom to Tiger Modified configure to add Darwin -> darwin Modified Makefile.pamphlet Makefile.MACOSX -> Makefile.darwin Did not change PLF MACOSXplatform Remove -I/usr/include/sys from CCF who caused sigaction not to be recognized proper

[Axiom-developer] XML

2005-06-15 Thread daly
Since you're the one writing the code you're welcome to choose whatever path you'd like. If you can make an XML path work then that's fine with me. t ___ Axiom-developer mailing list Axiom-developer@nongnu.org http://lists.nongnu.org/mailman/listinfo

[Axiom-developer] Floating Point

2005-06-15 Thread daly
I just finished reading the details of IEEE Standard 754 (floating point numbers). It's quite an impressive document. Highly recommended reading. t ___ Axiom-developer mailing list Axiom-developer@nongnu.org http://lists.nongnu.org/mailman/listinfo/a

[Axiom-developer] RE: XML

2005-06-15 Thread Page, Bill
Heow, I think I have already explained why I think both you and Tim are right but your conclusion is wrong. At the risk of perpetuating a thread with marginal value, but since every time I look on the web I find that some else has already said it better than me, let me just quote Aaron Crane: htt

[Axiom-developer] Permission

2005-06-15 Thread daly
* Michael Stoll has given us permission to use his CREAL lisp code in Axiom. He has power series code which we can use if we want. Further, he doing work in finding rational points on curves (a private discussion elsewhere) so this is another area of potential interest. He points out that the mai

[Axiom-developer] RE: XML

2005-06-15 Thread Heow Eide-Goodman
I'll have to agree with Tim on this... 1. XML is open 2. XML is standard 3. XML really sucks Sometimes you realize that particular practices, procedures and entire social systems are fundementally broken. That said, it dosen't mean you must follow them, especially if it negatively affects

[Axiom-developer] [#169 Print empty two dimensional array (i.e. Matrix, TwonDimensionalArray ...)]

2005-06-15 Thread Bill Page
Changes http://page.axiom-developer.org/zope/mathaction/169PrintEmptyTwoDimensionalArrayIEMatrixTwonDimensionalArray/diff -- ++added: Text Mode -- empty Matrix not printed \begin{axiom} )set output algebra on )set output tex off \end{axiom} ++added: empty()$Matrix(INT) ??changed: - --- without

[Axiom-developer] [#169 Print empty two dimensional array (i.e. Matrix, TwonDimensionalArray ...)]

2005-06-15 Thread anonymous
Changes http://page.axiom-developer.org/zope/mathaction/169PrintEmptyTwoDimensionalArrayIEMatrixTwonDimensionalArray/diff -- ++added: in console. \begin{axiom} empty()$Vector(INT) \end{axiom} -- without output tex on -- empty()$Matrix(INT) -- forwarded from http://page.axiom-developer.org/

[Axiom-developer] [#169 Print empty two dimensional array (i.e. Matrix, TwonDimensionalArray ...)] (new)

2005-06-15 Thread anonymous
Changes http://page.axiom-developer.org/zope/mathaction/169PrintEmptyTwoDimensionalArrayIEMatrixTwonDimensionalArray/diff -- Empty one dimensional arrays are printed but no empty two dimensional array -- forwarded from http://page.axiom-developer.org/zope/mathaction/[EMAIL PROTECTED] ___

[Axiom-developer] [Axiom Documentation]

2005-06-15 Thread billpage
Changes http://page.axiom-developer.org/zope/mathaction/AxiomDocumentation/diff -- --removed: -Tutorials - - There is a good introduction to Axiom in English by Martin N. Dunstan -at http://www.dcs.st-and.ac.uk/~mnd/documentation/axiom_tutorial - - In French, a complete introduction to Axiom by

[Axiom-developer] [FrontPage]

2005-06-15 Thread billpage
Changes http://page.axiom-developer.org/zope/mathaction/FrontPage/diff -- ??changed: -- To "search":http://page.axiom-developer.org/zope/mathaction/FrontPage/searchwiki - this website, type keywords in the box at the upper right and press - Enter - -- Try "Axiom and Reduce online":SandBox, you

[Axiom-developer] [RealNumbers] implementing Exact Real Numbers

2005-06-15 Thread Bill Page
Changes http://page.axiom-developer.org/zope/mathaction/RealNumbers/diff -- A certified, corecursive implementation of exact Real Numbers Alberto Ciaffaglione a, Pietro Di Gianantonio http://www.dimi.uniud.it/~ciaffagl/Papers/reals.pdf Abstract We implement exact real numbers in the logical fram

[Axiom-developer] [AxiomProblem] Axiom fails to solve "separable" system of equations

2005-06-15 Thread unknown
Changes http://page.axiom-developer.org/zope/mathaction/AxiomProblem/diff -- Simpler: \begin{axiom} L :=[a = b, c = d] solve(L,[b]) \end{axioim} -- forwarded from http://page.axiom-developer.org/zope/mathaction/[EMAIL PROTECTED] ___ Axiom-developer mai

[Axiom-developer] [AxiomProblem] Axiom fails to solve "separable" system of equations

2005-06-15 Thread anonymous
Changes http://page.axiom-developer.org/zope/mathaction/AxiomProblem/diff -- --removed: - - ??changed: -\end{axioim} \end{axiom} -- forwarded from http://page.axiom-developer.org/zope/mathaction/[EMAIL PROTECTED] ___ Axiom-developer mailing list Axio

[Axiom-developer] [RealNumbers] Computing with Exact Real Arithmetic

2005-06-15 Thread Bill Page
Changes http://page.axiom-developer.org/zope/mathaction/RealNumbers/diff -- There is apparently a lot of work on this subject. Some History http://www.rbjones.com/rbjpub/cs/cs006.htm > The lazy digit sequence approach (similar to lazy power series) has, > for example, been implemented by Micha

[Axiom-developer] [build Axiom]

2005-06-15 Thread wyscc
Changes http://page.axiom-developer.org/zope/mathaction/BuildAxiom/diff -- ??changed: - (from William Sitt, email of Monday, February 21, 2005 2:51 AM) (from William Sit, email of Monday, February 21, 2005 2:51 AM) ??changed: -From unknown Wed Jun 8 11:20:38 -0500 2005 -From: unknown -Date:

[Axiom-developer] [AxiomProblems] Linear Agebra problem

2005-06-15 Thread unknown
Changes http://page.axiom-developer.org/zope/mathaction/AxiomProblems/diff -- This doesn't work: \begin{axiom} L := [ A = 2*P1+P2, B = 2*P2+P1, C = 2*Q1+Q2, D = 2*Q2+Q1] solve(L, [P1,P2]) \end{axiom} But it should, observe this: \begin{axiom} SA:=solve([L.1,L.2],[P1,P2]) SB:=solve([L.3,L.4],[Q1,Q2]

Re: [Axiom-developer] RE: XML

2005-06-15 Thread William Sit
"Page, Bill" wrote: > > On Tuesday, June 14, 2005 11:52 PM Tim Daly wrote: > > > > > \spadcommand{x:=2}\bound{x} > > > > \spadcommand{y:=3}\bound{y} > > > > \spadcommand{x*y}\free{x}\free{y} > > > > > > > > clicking on the third expression tells the browser that it needs to > > > > find a meani

[Axiom-developer] [#168 Linux Hyperdoc searches do not work]

2005-06-15 Thread wyscc
Changes http://page.axiom-developer.org/zope/mathaction/168LinuxHyperdocSearchesDoNotWork/diff -- ??changed: -I think the most urgent task is not to reimplement hyperdoc, but to make sure that it still works as it was (say in the NAG version). This meant all the searches and links must work. Cu

[Axiom-developer] [#168 Linux Hyperdoc searches do not work] (new)

2005-06-15 Thread wyscc
Changes http://page.axiom-developer.org/zope/mathaction/168LinuxHyperdocSearchesDoNotWork/diff -- I think the most urgent task is not to reimplement hyperdoc, but to make sure that it still works as it was (say in the NAG version). This meant all the searches and links must work. Currently (at l

[Axiom-developer] [mathematical algorithms]

2005-06-15 Thread Bill Page
Changes http://page.axiom-developer.org/zope/mathaction/MathematicalAlgorithms/diff -- ++added: On Wednesday, June 15, 2005 12:42 AM [EMAIL PROTECTED] wrote: Subject: [Axiom-developer] Mathematics Subject Classification There is a mathematics subject classification scheme list at http://www