MathGroup Archive 1999

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

Search the Archive

RE: Integration using "shortcut keys"

  • To: mathgroup at smc.vnet.net
  • Subject: [mg16660] RE: [mg16591] Integration using "shortcut keys"
  • From: "Ersek, Ted R" <ErsekTR at navair.navy.mil>
  • Date: Fri, 19 Mar 1999 12:54:07 -0500
  • Sender: owner-wri-mathgroup at wolfram.com

Jay  (j1357 at ix.netcom.com) wrote:
--------------------
When possible I like to use the alias, or exampe
escape int escape
displays the integral sign so you input looks like math symbols rather
than mathematica speak. I found that I can calculate indefinite
integrals but not definite integrals using this technique. Mathematica
will allow the input for the integration limits but it doesn't evaluate
the integral. Any ideas, besides just doing it the old fashioned way.
Integrate[x^2,{x,0,4}]

--------------------
You can access a Palette to do this with the menu selection:
  File
     --> Palettes
         --> BasicCalculations

Once the palette comes up select:
  --> Calculus
    --> Common Operations

-----------------------
Here is the full expression for the part that's giving you trouble:

Cell[BoxData[
    StyleBox[      
      SubsuperscriptBox["\[Integral]", 
        "a","b"],
      ScriptLevel->0]], "Input"]


The short cut keys for entering this are complicated, but it's explained in
the Help Browser under (SubsuperscriptBox).

------------
Regards,
Ted Ersek


  • Prev by Date: Smallest sphere problem:final solution-again
  • Next by Date: combinations
  • Previous by thread: RE: Integration using "shortcut keys"
  • Next by thread: Re: Integration using "shortcut keys"