octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #46689] Feature Request: only fractions


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #46689] Feature Request: only fractions
Date: Wed, 16 Dec 2015 01:03:11 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0 Iceweasel/38.2.1

Update of bug #46689 (project octave):

                  Status:                    None => Wont Fix               

    _______________________________________________________

Follow-up Comment #1:

Thanks for your feature request. This actually already exists, it's called the
symbolic package for Octave. Using the functions in the symbolic package gives
you access to algebraic manipulation and to variable-precision calculations.

This is not going to be a part of core Octave, though, Octave is a numerical
tool by nature. But please do use the symbolic package to do what you are
looking for:


>> pkg load symbolic
>> x = sym(1) / 3
x = (sym) 1/3
>> x * 3
ans = (sym) 1
>> x + x + x
ans = (sym) 1


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?46689>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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