help-octave
[Top][All Lists]
Advanced

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

Re: How to simplify 35/40? OK Thanks!


From: Csanyi Pal
Subject: Re: How to simplify 35/40? OK Thanks!
Date: Mon, 6 Jun 2005 21:49:10 +0200
User-agent: Mutt/1.5.6+20040907i

On Mon, Jun 06, 2005 at 03:17:41PM -0400, Frank Palazzolo wrote:
> 
> Won't this work?  No need for octave-forge, etc.
> 
> octave:1> f = [35 40]
> f =
> 
>   35  40
> 
> octave:2> f = f / gcd(f)
> f =
> 
>   7  8
> 
> -Frank

OK
Thank you all for your help! I like the octave program. :-) 

-- 
Regards,
Paul 
->->-> Debian Junior Project :-) :-) :-) :-) :-) :-) :-) :-) :-)



-------------------------------------------------------------
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]