|
[Date Index]
[Thread Index]
[Author Index]
Re: Abs[ ] traditional form
- To: mathgroup at smc.vnet.net
- Subject: [mg60191] Re: Abs[ ] traditional form
- From: Jean-Marc Gulliet <jeanmarc.gulliet at gmail.com>
- Date: Wed, 7 Sep 2005 04:03:50 -0400 (EDT)
- Organization: The Open University, Milton Keynes, U.K.
- References: <dfiv3l$p80$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Eduardo Nogueira wrote:
> Hello
>
> I can't find how to type Abs[ ] traditional form.
> Thanks for your attention
>
> Eduardo
>
Hi Edouardo,
You can get the vertical bars standing for the absolute value of an
expression either by wrapping the whole expression with
*TraditionalForm* or by using the short-cut keyboard sequences of
characters describe in
http://documents.wolfram.com/mathematica/book/LeftBracketingBar
http://documents.wolfram.com/mathematica/book/RightBracketingBar
In[1]:=
2\[Pi]+Abs[-x]//TraditionalForm
Out[1]//TraditionalForm=
\[LeftBracketingBar]x\[RightBracketingBar]+2 \[Pi]
In[2]:=
% /. x -> -2*Pi
Out[2]=
4*Pi
Best regards,
/J.M.
Prev by Date:
Re: coding problem
Next by Date:
anyone running Mathematica 5.x on Rosetta ?
Previous by thread:
Re: Abs[ ] traditional form
Next by thread:
Re: Abs[ ] traditional form
|