MathGroup Archive 2000

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

Search the Archive

Re: Counting the total number of available Mathematica commands ?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg22867] Re: Counting the total number of available Mathematica commands ?
  • From: "Allan Hayes" <hay at haystack.demon.co.uk>
  • Date: Sun, 2 Apr 2000 15:33:36 -0400 (EDT)
  • References: <8c69iv$51t@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Chris
Possibly

Names["*"]

Allan
---------------------
Allan Hayes
Mathematica Training and Consulting
Leicester UK
www.haystack.demon.co.uk
hay at haystack.demon.co.uk
Voice: +44 (0)116 271 4198
Fax: +44 (0)870 164 0565


"Krautschik, Chris G" <krautschikc at intel.co.jp> wrote in message
news:8c69iv$51t at smc.vnet.net...
> I understand that one can look at all the standard Mathemtica commands by
> typing the following command:
>
> ?*
>
> This then displays the commands in a columnar format.
> If I then use the command Length[%] I obtain the result of 1. So all the
> commands are apparently contained in one string.
>
> How would I count the number of available commands using the Length[] or
> Dimensions[] command for example?
> Also how would I assign all the commands to an array of strings such that
> each element then contains one command?
>
> thanks,
> Chris
>
>




  • Prev by Date: Solid geometry matching problem
  • Next by Date: Re: Keeping Interpolations
  • Previous by thread: Re: Counting the total number of available Mathematica commands ?
  • Next by thread: Re: Counting the total number of available Mathematica commands ?