MathGroup Archive 2006

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

Search the Archive

problem with modules

  • To: mathgroup at smc.vnet.net
  • Subject: [mg72228] problem with modules
  • From: jltrahan at mail.usf.edu
  • Date: Fri, 15 Dec 2006 07:06:15 -0500 (EST)

Hello,
I do not understand how to return a result from a module so that I can use
the result globally. I am trying to generate 2 matrices from the module.
For example,
ludecomp[n_,A_]:=Module[{...},
...;
Return[U//MatrixForm]
Return[L//MatrixForm]]

When I type ludecomp[n,A], it returns a result, however, when I try to
input just the variable U, it
doesn't return a value. I'd greatly appreciate any help that you can
offer!

Thank you,
jamie




  • Prev by Date: How to adapt a Style Sheet?
  • Next by Date: Missing <<Miscellaneous`PhysicalConstants` package
  • Previous by thread: How to adapt a Style Sheet?
  • Next by thread: Re: problem with modules