|
[Date Index]
[Thread Index]
[Author Index]
Re: Converting from StandarForm to Text
- To: mathgroup at smc.vnet.net
- Subject: [mg13021] Re: [mg12953] Converting from StandarForm to Text
- From: "Jrgen Tischer" <jtischer at col2.telecom.com.co>
- Date: Tue, 30 Jun 1998 00:26:19 -0400
- Sender: owner-wri-mathgroup at wolfram.com
Hi Luis,
paste the following Cell expression in a notebook and
click "Yes" on the dialog box that results.
Cell[TextData[ButtonBox[
"Learn more about Make 2D",
ButtonData:>"Make 2D",
Active->True,
ButtonStyle->"OtherInformationLink"]], "Text"]
This will create a hyperlink that will give you instructions
for converting linear syntax expressions into two-dimensional form.
You should beware of:
1. The example of the Make 2D help is not correct (just check it by
pasting
it in a notebook).
2. To convert an expression you have to mark it first.
Jrgen
-----Original Message-----
From: Luis <luis.belmar-letelier at univ-fcomte.fr> To:
mathgroup at smc.vnet.net
Subject: [mg13021] [mg12953] Converting from StandarForm to Text
>Hello all,
>
>I try to replace
>
>\!\(A = \ at B\)
>\!\(A = D\^C\)
>ff\[LeftDoubleBracket]1\[RightDoubleBracket] \!\(Abs[Propag\/\ at N]\^2\)
>
>by
>
>A=Sqrt[B]
>A=D^C
>ff[[1]]
>Abs[Propag/Sqrt[N]]^2
>
>Thanks,
>Luis Belmar-Letelier
>
>
Prev by Date:
Re: Numerical Determinants
Next by Date:
Re: notebook
Previous by thread:
Converting from StandarForm to Text
Next by thread:
Re: Converting from StandarForm to Text
|