MathGroup Archive 2003

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: Weird message

  • To: mathgroup at smc.vnet.net
  • Subject: [mg43486] Re: [mg43436] Weird message
  • From: Sseziwa Mukasa <mukasa at jeol.com>
  • Date: Thu, 18 Sep 2003 05:38:48 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

On Wednesday, September 17, 2003, at 07:58 AM, Ch akpovo wrote:

>
> Hello To all,
>  I just upgraded my mathematica 4.2 to version 5. I created a code 
> which was
> running fine on the old version. When I run the code with the new 
> version it
> gives me the following message
>
>
> CholeskyDecomposition::obslt:
>   CholeskyDecomposition is now a System` function. The package
>    LinearAlgebra`Cholesky` is obsolete.
>
> Needs::nocont: Context LinearAlgebra`Cholesky`
>           was not created when Needs was evaluated.
>
> I do not understand. Can anyone help?
>

Your code has a Needs["LinearAlgebra`CholeskyDecomposition`"] 
expression.  CholeskyDecomposition is now in the System` context so the 
Needs statement is unnecessary.  Simply search for this statement and 
remove it.

Regards,

Sseziwa


  • Prev by Date: Re: Nonlinear Fitting in Mathematica 4
  • Next by Date: Evaluate one notebook from within another
  • Previous by thread: Weird message
  • Next by thread: Re: Weird message