Re: Showing defined functions
- To: mathgroup at smc.vnet.net
- Subject: [mg73168] Re: Showing defined functions
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Tue, 6 Feb 2007 02:54:59 -0500 (EST)
- Organization: Uni Leipzig
- References: <eq4fhe$d04$1@smc.vnet.net>
- Reply-to: kuska at informatik.uni-leipzig.de
Hi, Information["Global`*"] or Definition /@ Names["Global`*"] Regards Jens 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 >