MathGroup Archive 2008

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

Search the Archive

Re: Display commands in a package

  • To: mathgroup at smc.vnet.net
  • Subject: [mg88618] Re: [mg88603] Display commands in a package
  • From: "W_Craig Carter" <ccarter at mit.edu>
  • Date: Sat, 10 May 2008 06:51:11 -0400 (EDT)
  • References: <200805091116.HAA21523@smc.vnet.net>

Hello Budaoy,
This is an example of what I think you are looking for:

?Combinatorica`*

Needs["Combinatorica`"]

?Combinatorica`*

On Fri, May 9, 2008 at 7:16 AM, Budaoy <yaomengliang at gmail.com> wrote:
> In Mathematica, when I load a package, for instance <<Graphics`, in fact the
>  system load many commands, but Mathematica doesn't display those commands in
>  the package, how can I see them if I do not want to look into package
>  document?
>
>  Thanks.
>
>



-- 
W. Craig Carter


  • Prev by Date: Re: tablename[[x]]= xth row, how to get xth column
  • Next by Date: Re: tablename[[x]]= xth row, how to get xth column
  • Previous by thread: Display commands in a package
  • Next by thread: Re: Display commands in a package