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
0
answers
485
views
How can I add automatic consistency tests for formulas in my paper? [closed]
Let me start with an analogy:
In test driven software development, you craft a couple of tests that describe what your program is supposed to do. When introducing a new feature, you start with a test ...
1
vote
0
answers
337
views
MathPSFrag, Bounding box [closed]
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 ...
8
votes
1
answer
3k
views
Mathematica code into TikZ code
In my search to understand the creation of a guilloche and in relation to my post Recreating a guilloche with TikZ, I came about the code below,
Guilloche[a_, b_, c_, d_, e_, f_] :=
PolarPlot[...
1
vote
1
answer
1k
views
Mathematica Diagrams in LyX
Is is possible to use diagrams from Mathematica and put them in a LyX document?
This is not just restricted to a graph or table. Also, I am wondering if one can import diagrams from wolframalpha to ...
1
vote
1
answer
263
views
src2(la)tex doesnt really interpret mathematica notebook?
src2(la)tex is a linux application that takes input from different commercial file formats like maple, mathematica,... notebooks and emits them as (la)tex code.
But when I feed it a certain notebook ...
4
votes
1
answer
274
views
Implementing Moving Graphics from Computational Software Packages
I know that you can implement movies into your LaTeX document, but I wanted to know is there a way to implement moving graphics after source code is compiled in Matlab?
This questions can really ...
16
votes
2
answers
5k
views
Export Mathematica 8 plot to TikZ
Is it possible to generate a plot in Mathematica 8 and then somehow export the data so that I can plot it using TikZ? I do not like how Mathematica's plots are rendered and would like to use proper ...
37
votes
5
answers
6k
views
Can I have a flexible partial derivative macro?
I was thinking about writing a partial derivative macro that has a similar syntax to the Mathematica D function. (example)
The syntax could be like this:
\D{f}{x} expands to \frac{\partial f}{\...
31
votes
1
answer
6k
views
Does a tool exist which can take a LaTeX equation and convert it to a format suitable for evaluation in Wolfram's Mathematica?
I use LaTeX to type up my homework, but as I work I often need to pop things into Mathematica (or manually type them in, or manually use my TI-89, etc.).
Currently, I've been manually translating ...