Message Boards Message Boards

0
|
6134 Views
|
1 Reply
|
0 Total Likes
View groups...
Share
Share this post:

Export an eq. of 3rd degree from Mathematica to Word?

Posted 7 years ago

How do I export "Out" from Mathematica to Word? In particular is a result of an equation of third degree.

POSTED BY: erika muzzupappa

One approach is to export the expression to MathML. An example:

In[1]:= myEq=(x+y)/z;
In[2]:= ExportString[myEq,"MathML"]
Out[2]= <math xmlns='http://www.w3.org/1998/Math/MathML'>
 <mfrac>
  <mrow>
   <mi>x</mi>
   <mo>+</mo>
   <mi>y</mi>
  </mrow>
  <mi>z</mi>
 </mfrac>
</math>

Copy the output and paste into a Word document. Word should automatically format it for you.

POSTED BY: Chad Knutson
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract