|
[Date Index]
[Thread Index]
[Author Index]
Re: Running math in shell with notebook as output
- To: mathgroup at smc.vnet.net
- Subject: [mg76899] Re: Running math in shell with notebook as output
- From: siewsk at bp.com
- Date: Wed, 30 May 2007 05:05:04 -0400 (EDT)
- References: <f36ec6$7ud$1@smc.vnet.net><f38sd4$ii2$1@smc.vnet.net>
On May 27, 6:48 pm, Gernot Pfanner <pfan... at nospam.at> wrote:
> Hi!
>
> > Since you are talking about the shell, I deduce that you are using UNIX.
> > The following FAQ should answer it all:
>
> Well thank you, but I am actually aware of this document. The problem is
> that the output does not look the way it should. In other words, since I
> am doing a rather complex symbolic calculation, I would like to get the
> results in the familiar OutputForm. Instead of that, the ouput file seems
> to be some kind of "Pseudo"-notation (e.g. \[CapitalGamma] \[HBar] etc.).
> Is there a way to convert such files to OutputForm (i.e. to the
> ouput-style of the "graphical" usage of the program)?
> I know, for graphics I might use "Export".
> In this spirt
> With thanks for your efforts
> Yours Gernot
Try InputForm[myresult]
myresult = complicated calculations
InputForm[myresult]
Prev by Date:
Re: Re: Ellipse equation simplification on Mathematica:
Next by Date:
Re: Polynomial to List
Previous by thread:
Re: Running math in shell with notebook as output
Next by thread:
Slow work of some List functions in Mathematica 6
|