MathGroup Archive 2010

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

Search the Archive

Function Name Info Demonstration Attempt

  • To: mathgroup at smc.vnet.net
  • Subject: [mg106270] Function Name Info Demonstration Attempt
  • From: BenT <brtubb at pdmusic.org>
  • Date: Thu, 7 Jan 2010 02:28:26 -0500 (EST)

Consider the following [Version 7] code which works except that the
output is not _completely_ contained within the Manipulate "box". Can
anyone suggest how to correct this?

Manipulate[ToExpression["??" <> f],
 {{f, "Pi", "function info"}, b},
 Initialization :> {
   a = Append[CharacterRange["A", "Z"], "$"];
   b = Flatten[Names["System`" <> # <> "*"] & /@ a, Infinity];
   }
 ]

--- Benjamin Tubb


  • Prev by Date: Re: Re: More /.{I->-1} craziness
  • Next by Date: Solve Minus Sign
  • Previous by thread: Re: RSolve problem: won't solve convolution recurrence
  • Next by thread: Re: Function Name Info Demonstration Attempt