MathGroup Archive 2005

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

Search the Archive

Re: holding boxes verbatim

  • To: mathgroup at smc.vnet.net
  • Subject: [mg56275] Re: holding boxes verbatim
  • From: Paul Abbott <paul at physics.uwa.edu.au>
  • Date: Wed, 20 Apr 2005 05:32:55 -0400 (EDT)
  • Organization: The University of Western Australia
  • References: <d42l18$3gf$1@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

In article <d42l18$3gf$1 at smc.vnet.net>,
 Chris Chiasson <chris.chiasson at gmail.com> wrote:

> Dear Math Group gurus,
> 
> Mathematica is annoying me. I would like some way to type in a two
> dimensional box form (representing an arbitrary expression) and assign
> it to a symbol. I would then like to be able to operate on the
> expression by, for instance:
> 1 printing it
> 2 printing it with some variables' values substitued into it
> 3 and finally evaluating it
> 
> Hold and its variants do not do the job because they prevent
> expression evaluation, but I need something that will keep its box
> form exactly as I have typed it.
> 
> Please, how does one do this?
> 
> A method for doing this is very useful to me because my professors
> like to see the variables substitued into the original (not
> Mathematica reparsed original, but verbatim original) equations.

Have a look at the Utilities`Notation` package. This should do what you 
want (and a whole lot more). Evaluate

  FrontEndExecute[
    FrontEnd`HelpBrowserLookup["DemosLink", "Notation Package"]]

for more information.

Cheers,
Paul

-- 
Paul Abbott                                   Phone: +61 8 6488 2734
School of Physics, M013                         Fax: +61 8 6488 1014
The University of Western Australia      (CRICOS Provider No 00126G)         
35 Stirling Highway
Crawley WA 6009                      mailto:paul at physics.uwa.edu.au 
AUSTRALIA                            http://physics.uwa.edu.au/~paul


  • Prev by Date: Reduce bug report
  • Next by Date: Re: (x-y) DiracDelta[x-y] does not simplify to 0
  • Previous by thread: Re: holding boxes verbatim
  • Next by thread: Re: holding boxes verbatim