|
[Date Index]
[Thread Index]
[Author Index]
Re: Showing defined functions
- To: mathgroup at smc.vnet.net
- Subject: [mg73158] Re: Showing defined functions
- From: Jean-Marc Gulliet <jeanmarc.gulliet at gmail.com>
- Date: Mon, 5 Feb 2007 00:17:51 -0500 (EST)
- Organization: The Open University, Milton Keynes, UK
- References: <eq4fhe$d04$1@smc.vnet.net>
360 wrote:
> I have defined a series of functions in Mathematica. I was wondering, is
> there anyway to get Mathematica to dsiplay all currnte defined functions
> that are being stored in memory (something similar to the 'who' command
> in another system.
>
> thanks
>
By default user defined symbols are store in the Global context. You can
list all definitions with either
?Global`*
or
Information["Global`*", LongForm -> False]
Some other functions exist. See
http://documents.wolfram.com/mathematica/functions/Information
Regards,
Jean-Marc
Prev by Date:
Re: Showing defined functions
Next by Date:
Re: Exporting expressions in Latex
Previous by thread:
Re: Showing defined functions
Next by thread:
Re: Showing defined functions
|