MathGroup Archive 2008

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

Search the Archive

Re: Convert funcion

  • To: mathgroup at smc.vnet.net
  • Subject: [mg88366] Re: Convert funcion
  • From: "Jean-Marc Gulliet" <jeanmarc.gulliet at gmail.com>
  • Date: Sat, 3 May 2008 06:15:36 -0400 (EDT)
  • References: <589750.45797.qm@web46309.mail.sp1.yahoo.com>

On Fri, May 2, 2008 at 2:30 PM, Johum S <johums at yahoo.com> wrote:
>
>
> Hello Jeam Marc,
>
>
> Yes I download the package, but I could not find where that function
> located.  I also try search on my mechine, but still could not find it.
> If you have experience how to find it please let me know.
>
> Thank you!
>
> Johum
>
>
> I do not know (and I do not bother to know) how to write such a
> function since the function has already been implemented (nicely) in
> the IMS (IMTEK Mathematica Supplement) package, which is an *open
> source* package. *Open source* means that the source code is available
> free of charge.
>
> Therefore, if I were you, I would download the IMS package, install it
> on my machine, then I would play around with the function *ExactCover*
> to get acquainted with it (the documentation have some examples about
> Latin squares) and I would look at its code (which is provided with
> package) if I wish.
>
> The IMS main web page contains links to the download area as well as
> directions to install the package.
>
> http://www.imtek.uni-freiburg.de/simulation/mathematica/IMSweb/


I do not have the IMS package installed on the machine I am working.
However,  since the function *ExactCover* is loaded into a Mathematica
session thanks to the command Needs["Imtek`ExactCover`"], we can infer
that the code resides in its own package within a directory called
"Imtek".

So, after a successful installation, look for a directory called
"Imtek". Within this directory, look for a file called "ExactCover.m"
(the package) and possibly a file called "ExactCover.nb" (a notebook
that is used to build the package). If you cannot find any of these
files, that means that the IMS packages are not correctly installed
or, at least, not fully installed.

Regards,
-- Jean-Marc


  • Prev by Date: Re: Help with Manipulate
  • Next by Date: Re: partial differential equation of diffusion
  • Previous by thread: Re: Convert funcion
  • Next by thread: Mathematica student certification now available