|
[Date Index]
[Thread Index]
[Author Index]
Re: how to convert output file to compatible format
- To: mathgroup at smc.vnet.net
- Subject: [mg91832] Re: how to convert output file to compatible format
- From: "Gehricht at googlemail.com" <Gehricht at googlemail.com>
- Date: Tue, 9 Sep 2008 06:58:40 -0400 (EDT)
- References: <ga2pp2$p86$1@smc.vnet.net>
Hi!
> But the output is not in the user friendly format
It depends on what you want to do with it. For example, you can save
your result to a package-File, which can be loaded again into
Mathematica (whenever you want), i.e.
<lengthy calculation>
result=x;
Save["./result.m,result]
By
<<"./result.m";
you are able to use the variable result for further analysis.
Another approach consist in using "Export[]", which gives you the
possibility to save your results e.g. in TeX-Form.
Yours Wolfgang
Prev by Date:
Re: Rearrangement of expression
Next by Date:
Re: I installed mathematica 6 in gentoo. I can not open gui of
Previous by thread:
how to convert output file to compatible format
Next by thread:
Re: how to convert output file to compatible format
|