Skip to main content

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.

Filter by
Sorted by
Tagged with
2 votes
1 answer
137 views

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: ...
murray's user avatar
  • 9,619
1 vote
2 answers
247 views

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 ...
Sebastiano's user avatar
  • 66.6k
0 votes
0 answers
69 views

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[...
Хранитель Рощи's user avatar
10 votes
4 answers
1k views

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: \...
yarchik's user avatar
  • 438
0 votes
0 answers
70 views

This is my code \documentclass[12pt]{article} \usepackage{listings,xcolor} \ProvidesPackage{latexalpha2Win} \lstset{language=Mathematica} \lstset{basicstyle={\sffamily\footnotesize}, numbers=...
John Paul Peter's user avatar
4 votes
5 answers
683 views

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}},...
John Paul Peter's user avatar
0 votes
0 answers
164 views

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{...
Adam's user avatar
  • 101
1 vote
0 answers
609 views

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 ...
jooanny's user avatar
  • 11
1 vote
0 answers
353 views

What is the best(or recommended) figure format when export plots from Mathematica to Tex? *.eps or *.jpg ? Thanks in advance.
Chris Guo's user avatar
  • 133
0 votes
1 answer
260 views

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 ...
Math's user avatar
  • 785
1 vote
0 answers
851 views

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 ...
user516076's user avatar
1 vote
0 answers
133 views

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 ...
Junaid's user avatar
  • 11
1 vote
0 answers
29 views

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?
Хранитель Рощи's user avatar
0 votes
1 answer
236 views

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 ...
Sebastiano's user avatar
  • 66.6k
0 votes
1 answer
157 views

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 $...
Souvik's user avatar
  • 1
2 votes
3 answers
323 views

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 +...
Paul Ostmann's user avatar
1 vote
0 answers
228 views

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 ...
Mark's user avatar
  • 755
2 votes
0 answers
216 views

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. ...
K7PEH's user avatar
  • 245
4 votes
2 answers
2k views

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 \...
neutrino's user avatar
11 votes
3 answers
4k views

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 ...
alhelal's user avatar
  • 2,541
6 votes
2 answers
657 views

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} \...
LCarvalho's user avatar
  • 1,631
0 votes
1 answer
1k views

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 ...
Rico's user avatar
  • 23
3 votes
0 answers
555 views

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 ...
stack-delay's user avatar
7 votes
1 answer
3k views

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 ...
user110503's user avatar
0 votes
1 answer
495 views

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 ...
AlFagera's user avatar
  • 451