help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: rational numbers only


From: John W. Eaton
Subject: Re: rational numbers only
Date: Thu, 5 Jan 2006 16:46:41 -0500

On  5-Jan-2006, Jordi Gutierrez Hermoso wrote:

| On 1/5/06, Jorge Barros de Abreu <address@hidden> wrote:
| > Hi.
| >
| > ?????Which the variable name that force maxima to work with ratonal numbers
| > only???
| 
| Octave really isn't built for that kind of operations. There are
| functions that do it as other people in this thread have mentioned,
| but if you want a symbolic calculator, you're better off using a
| dedicated CAS like Maxima or YACAS.

You could also write a new user-defined data type for rational
numbers.  Simple arithmetic for scalars and maybe even matrices would
not be too hard.  But unless there are existing libraries for other
operations, it would be a lot of work to get something like svd of a
rational matrix working (if that would even make sense).

jwe



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

[Prev in Thread] Current Thread [Next in Thread]