help-octave
[Top][All Lists]
Advanced

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

Re: chol?


From: Vic Norton
Subject: Re: chol?
Date: Sun, 16 Apr 2006 07:35:18 -0400

On 4/15/06, at 9:32 PM -0600, Joe Koski wrote:
> At least there's hope. Gaurav Khanna reported that when he built
> octave-2.1.73, etc. on an Intel Mac with OS X 10.4.6, all went well.
> Now we just need to nag Apple to get the G5 version of 10.4.6 working 
> correctly.
> 
> Joe

Well, to tell you the truth, Joe, I'm not crazy about nagging. I like to
buy things that work right from the start. In any case I still have the
HPC version of Octave 2.1.71 installed on my machine. That works fine on
chol:

   #!/usr/local/bin/octave-2.1.71

   C = [36 24; 24 25];
   chol(C)

produces

   ans =

     6  4
     0  3
   Upper Triangular

I guess I'll go back to Octave 2.1.71. The commands

   $ cd /usr/local/bin
   $ ln -fs octave-2.1.71 octave
   $ ln -fs octave-bug-2.1.71 octave-bug
   $ ln -fs octave-config-2.1.71 octave-config

should do it I would think.

Regards,

Vic



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