MathGroup Archive 2003

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

Search the Archive

Re: Simple Syntax Question

  • To: mathgroup at smc.vnet.net
  • Subject: [mg39033] Re: [mg39012] Simple Syntax Question
  • From: Garry Helzer <gah at math.umd.edu>
  • Date: Sat, 25 Jan 2003 01:24:49 -0500 (EST)
  • Sender: owner-wri-mathgroup at wolfram.com

I have substituted r for rho. The greek letter rho may be entered as 
esc-r-esc or \[rho] .
The expression below will compute (giving zero unless you define z in 

terms of r elsewhere).

Abs[D[z,{r,2}]/(1+D[z,r]^2)^(3/2)]

If it is a question of typesetting the formula, you can enter the above 

expression in a text cell, select the cell bracket and follow the menu 

path Cell > Convert To > TraditionalForm.

The result below is the "Expression" version.

\!\(\*FormBox[
   RowBox[{"\[LeftBracketingBar]",
     FractionBox[
       FractionBox[\(=A1=D3\^2 z\), \(=A1=D3r\^2\),
         MultilineFunction->None],
       SuperscriptBox[
         RowBox[{"(",
           RowBox[{
             SuperscriptBox[
               RowBox[{"(",
                 FractionBox[\(=A1=D3z\), \(=A1=D3r\),
                   MultilineFunction->None], ")"}], "2"],
          "+", "1"}], ")"}], \(3/2\)]], "\[RightBracketingBar]
             "}], TraditionalForm]\)

On Friday, January 24, 2003, at 05:06  AM, Moranresearch at aol.com wrote:

> How do you enter the partial derivative shown at:
>
> <A 
> HREF="www.previze.com/partialdervative.gif">www.previze.com/
> partialderivative.gif</A>
>
> Thank you.
>
>
>
Garry Helzer
Department of  Mathematics
University of Maryland
1303 Math Bldg
College Park, MD 20742-4015



  • Prev by Date: RE: Functional programming
  • Next by Date: Re: Lower Floor
  • Previous by thread: Simple Syntax Question
  • Next by thread: Do Loop storing the outputs