MathGroup Archive 2011

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

Search the Archive

Transforming an expression to publication form

  • To: mathgroup at smc.vnet.net
  • Subject: [mg120336] Transforming an expression to publication form
  • From: carlos at colorado.edu
  • Date: Tue, 19 Jul 2011 06:57:20 -0400 (EDT)

Suppose I have the expression

C11=A*Em*(4-3*omega^2+nu*(-8+3*omega^2)+(-4+8*nu)*Cos[kappa]);

I want to transform this into

C11pub=Em*A*(4*(1-2*nu)*(1-Cos[kappa])-3*(1-nu)*omega^2);

which is the exactly the way it has to appear in a journal
publication,
once mapped to LaTeX.  Both C11 and C11pub have the
same LeafCount (27), and C11 is invariant under Simplify
and FullSimplify.

How do I accomplish  C11 -> C11pub within Mathematica,
without using any extra packages?  BTW this is part of one
of 36 matrix entries, so transforming all by hand takes a while.


  • Prev by Date: Using Plot3D; rotating the plot but, getting a different image after exporting.
  • Next by Date: Re: Numerical accuracy/precision - this is a bug or a feature?
  • Previous by thread: Re: Using Plot3D; rotating the plot but, getting a different image after exporting.
  • Next by thread: Re: Transforming an expression to publication form