help-octave
[Top][All Lists]
Advanced

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

Re: solving algebra equation without installing symbolic package


From: Jordi Gutiérrez Hermoso
Subject: Re: solving algebra equation without installing symbolic package
Date: Mon, 23 Jan 2012 15:07:49 -0500

On 23 January 2012 15:03, Rick T <address@hidden> wrote:
> Greetings All
>
> I'm trying to solve simple algebraic equations without having to install the
> symbolic package.
> is this possible?
>
> example:
> 5y=15x
> y=3
> x=5/15

If you want true variable precision arithmetic, you will need the vpa
function from the symbolic package or write your own.

If you just want rational approximations, use the rat or rats functions.

HTH,
- Jordi G. H.


reply via email to

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