Questions tagged [wolfram-mathematica]

a Computer Algebra System (CAS) used for symbolic manipulation, graphing, and many more mathematical/scientific tasks. There is a SE site dedicated to it at mathematica.stackexchange.com.

108 questions
20
votes
1 answer

convert Mathematica LaTeX to regular LaTeX

I often want to copy formulas from Mathematica into a LaTeX document. Mathematica has a “copy as LaTeX” function, but it gives me not really the results that I want: \text{Cos}[x]+\text{Sin}[x] I rather would like to have the…
Martin Ueding
  • 2,873
  • 4
  • 23
  • 38
20
votes
4 answers

How can I include Mathematica code in a document?

I want to include some Mathematica code in a LaTeX document. It's along the lines of f[a_,b_]:=a^2+b^2+4b^3+25a*b*c ; However, when I build my PDF, the _ and ^ always render. Is there a way to get it to just show up as it shows above?
Dom
  • 201
6
votes
2 answers

Import from Wolfram Mathematica: Purpose of \pmb and \noindent?

The code below was created from Mathematica software: %% AMS-LaTeX Created with the Wolfram Language : www.wolfram.com \documentclass{article} \usepackage{amsmath, amssymb, graphics,…
LCarvalho
  • 1,611
3
votes
2 answers

\(\(f(x)\)\) double \('s problem

Here is one problem I encountered with in Converting Mathematica Notebook to TeX: https://mathematica.stackexchange.com/questions/25928/save-as-tex-fx-double-s-problem And I got some double \('s \(\(f(x)\)\) Is this a problem of Mathematica? I do…
1
vote
0 answers

MathPSFrag, Bounding box

I have been trying to use the MathPSFrag package to get a some of those super sweet figures we are all dreaming about. In running the MathPSFrag-Test.nb I pass all the test but trying a simple plot and export it via the following .nb it…
schr
  • 103
0
votes
1 answer

TeX Syntax In Mathematica

Why cant I write Tex syntax directly in Mathematica however, I can paste it in from another editor and it is converted to pretty syntax?
0
votes
1 answer

What is the operation in mathematical do this order?

I have long rational equation. How I can make one denominator by mathematical \begin{eqnarray*} f^{\prime \prime}(x)=\frac{4(3x^2+2x+1)}{(2x+1)(2x+1)^2}+\frac{2735 (547 + 5443200 x^5)}{(547 x + 907200 x^6)^2}-\frac{150 x}{1 + 70 x^2 + 600…