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.
117 questions
2
votes
1
answer
137
views
Including a Mathematica graphic within TikZ picture: aligning the origins
I want to include a plot generated by Mathematica within a TikZ picture so that the origin (0,0) of the included plot is exactly at the TikZ origin (0,0).
Here's how I create the Mathematica plot:
...
1
vote
2
answers
247
views
Font Mathematica 3.0 for windows
I am trying to install the Mathematica 3.0 fonts on my PC, as described in the following link: https://library.wolfram.com/infocenter/MathSource/3200/
and specifically for Windows, I downloaded the ...
0
votes
0
answers
69
views
Same code with listing works and doesn't work
I was using Latex a lot, and I thought that I can figure out many questions, but this one was a big surprise for me.
I have a code from this article (I deleted some not relevant parts):
\documentclass[...
10
votes
4
answers
1k
views
Small slanted blackboard math
I got use to Mathematica typesetting, where imaginary unity has a special symbol:
I would like to use it in my memoir document. I am using LaXeTeX (xelatex). The following is in my preamble:
\...
0
votes
0
answers
70
views
How can I update new command of Mathematica?
This is my code
\documentclass[12pt]{article}
\usepackage{listings,xcolor}
\ProvidesPackage{latexalpha2Win}
\lstset{language=Mathematica}
\lstset{basicstyle={\sffamily\footnotesize},
numbers=...
4
votes
5
answers
683
views
How can I convert the code from Mathematica to text and put it in enumerate like this?
I have a list from Mathematica
{{{1, 1, 1}, {1, 1, 1}}, {{1, 1, 1}, {1, 1, 2}}, {{1, 1, 1}, {1, 2,
1}}, {{1, 1, 1}, {1, 2, 2}}, {{1, 1, 1}, {2, 1, 1}}, {{1, 1,
1}, {2, 1, 2}}, {{1, 1, 1}, {2, 2, 1}},...
0
votes
0
answers
164
views
Customize copy-text for box
Motivation
My end goal is to include more Mathematica expressions in LaTeX-pdfs that are copy-paste-able back into Mathematica notebooks. For instance, the code
\usepackage{mmacells}
...
\begin{...
1
vote
0
answers
609
views
Mathematica code to Latex
I want to export my Mathematica code to Latex, so I saved the mathematica notebook as LaTeX document. Copying this latex code to overleaf, I get the attention message "\hbox too wide" and ...
1
vote
0
answers
353
views
What's the best figure format when export plots from Mathematica to TeX
What is the best(or recommended) figure format when export plots from Mathematica to Tex? *.eps or *.jpg ?
Thanks in advance.
0
votes
1
answer
260
views
How to use a Mathematica plot saved as a pdf in TexMaker?
How to use a Mathematica plot saved as a pdf in TexMaker?
When I use:
\includegraphics[width=0.4\textwidth, angle=0]{Graphs.pdf}
EDIT:
The image is really small, how do I fix that?
This is what I ...
1
vote
0
answers
851
views
Need an alternative for \usepackage[none]hyphenat
I have a problem. When i want to use hyphenat package, the breaklines=true on mmacells package will not working. But it will work if i delete the hyphenat package. And i don't want to delete my ...
1
vote
0
answers
133
views
Single word color in mathematica [closed]
When we give color to a word in latext, e.g., if we need red color to a word "Moon", we write \textcolor{red}{Moon}. How we can do same in a mathematica when we are writing text inside a ...
1
vote
0
answers
29
views
How to put wolfram notebook to pdf? [duplicate]
I am reading a book, written in Latex, and I saw a button, on which I can click and immediately I have a Wolfram notebook opened:
I want to do such cool buttons too, can anyone tell me, how to add it?
0
votes
1
answer
236
views
Search for the symbol of Napier's number (e) used into wolframalpha
I've been searching since a few days the symbol of Napier's number (e).
It is a symbol of and with a cut on the inside similary to the double struck commands (\mathbb). I vaguely remember that there ...
0
votes
1
answer
157
views
Matrix is not completely fitted in the PDF generated from LaTex
I have the following LaTex code for a 10x10 matrix (which I have imported from Mathematica),
"$$\begin{bmatrix*}[r]
-2 (\text{$\beta $111} +\text{$\beta $224} x^2 & 0
& 2 \text{$\alpha $...
2
votes
3
answers
323
views
Plotting a function defined by equation without closed form solution
I'm trying to have the a silimiar plot to the one Wolfram Alpha provides me here to the equation
$24.6347 \left(246.347 x + \sqrt{(246.347 x + 20)^2 + 1} + 20\right)^{-a} =\ 30.2879 \left(-33.6532 x +...
1
vote
0
answers
228
views
Mathematica code for Beamer in LaTeX [closed]
I am trying to include a Mathematica code in Beamer. I tried lstlisting and verbatim environments but I am not satisfied with the outcome. A fancy way to include Mathematica code in LaTeX has been ...
2
votes
0
answers
216
views
Using PGFPlots to plot Mathematica Interpolated Function
I use a number crunching application that generates coordinate and function value data that I import into Mathematica. Using this raw data I create an Interpolated Function of coordinates x and y. ...
4
votes
2
answers
2k
views
Exporting Mathematica table to LaTeX
I have generated a code for a table using Mathematica using TeX as output. The code did not get compile. Kindly guide me.
%% AMS-LaTeX Created by Wolfram Mathematica 7.0 : www.wolfram.com
\...
11
votes
3
answers
4k
views
Are there any tools that convert Mathematica code into LaTeX code?
My roommate knows Mathematica. He draw 3-d graph for each term of (a+b)^3 = a^3 + 3a^2b + 3ab^2 + b^3. He doesn't know LaTeX. I want to write his thesis document in LaTeX. So, If there is a tool that ...
6
votes
2
answers
657
views
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, setspace}
\...
0
votes
1
answer
1k
views
How to include Mathematica code in LaTeX/Beamer [duplicate]
I found the best (IMHO) way to include Mathematica code in LaTeX: Fanciest way to include Mathematica code in LaTeX (@jkuczm)
To the test I put the TeX code from link above, but it doesn't work with ...
3
votes
0
answers
555
views
Mathematica fonts with MikTeX
I am trying to use the Mathematica fonts that the mathalfa package is said to support. But when I add \usepackage[cal=mma]{mathalfa} I get the following error:
Sorry, but miktex-makemf did not ...
7
votes
1
answer
3k
views
Plotting streams of vector fields
So I have the vector field ${x^2+2*x*y,y^2+2*x*y} and I would like to plot 'streams.' quiver from pgfplots does produce arrows (which I normalise) but I think that streams would make things easier to ...
0
votes
1
answer
495
views
Matlab-latex or latex-mathematica for matrices with symbolic elements and involving some calculus?
I'm working on some matrices involving symbolic expressions and calculus as well, should I start typing these matrices in Matlab and do the calculus and all the calculations in Matlab, and then use ...