Questions on Mathematica packages, which are self-contained bundles of Mathematica code that add new functions and other functionality.
7
votes
0answers
117 views
How to run an external program in parallel with a Mathematica package?
Under Mathematica 8 (Linux x84_64) I was able to run an external program in parallel from a Mathematica package. However this procedure breaks down under Mathematica 9.
Within my Mathematica package ...
5
votes
0answers
102 views
Package for voting systems
Is there a mathematica package that implements common voting systems (like IRV where voters will rank the candidates)?
4
votes
0answers
92 views
Computing Ehrhart's polynomial for a convex polytope
Is there a Mathematica implementation for computing the Ehrhart polynomial of a convex polytope which is specified either by its vertices or by a set of inequalities?
I am interested in knowing this ...
4
votes
0answers
94 views
Why does $Path change when I examine it in new cell after I just changed it?
This is really driving me crazy.
In one cell, I change $Path by removing from it un-needed paths that I do not want for the duration of a computation I will be ...
3
votes
0answers
46 views
Eureqa Client to connect to Mathematica under Windows
Does there exist a way to use Eureqa software with Mathematica under Windows?
That is, is there a working client to connect to a Eureqa server?
3
votes
0answers
58 views
What's reliable way of finding declared but undefined functions/symbols in several interrelated packages?
I have many packages some of which use some of others. I have many symbols defined in them. Is there a reliable way of finding declared/exported but undefined functions/symbols in several ...
3
votes
0answers
64 views
Parsing subscripts when loading package files via the FrontEnd
I am working on some code, and have found it easier to use a Mathematica package because
it is easier to run via command-line (lightweight)
it allows for easier source versioning (Git), and
it ...
2
votes
0answers
104 views
Does Mathematica support collaborative filtering and recommendation systems?
Does Mathematica support collaborative filtering and recommendation systems such as can be found in Apache Mahout?
I could not find any resources about advanced data mining techniques, beyond ...
2
votes
0answers
70 views
What exactly does AddTeX2Eps do and how does one use it?
What exactly is Janko Slavic's addon package AddTeX2Eps supposed to do, and exactly how does one get it to work?
I do understand it's supposed to allow one to use TeX ...
1
vote
0answers
67 views
How to automatically load package in Player Pro by making backup files of init.m?
I dont know whether I am asking the right question or not but I am curious to know whether we can automatically load the package in ...
1
vote
0answers
125 views
Package autoloading not working in CDF and Player Pro
I have made a package
BeginPackage["top`"]
t[x_]:=MessageDialog["This is top"]
t1[x_]:=MessageDialog["This is top1"]
EndPackage[]
and used the code of this ...
0
votes
0answers
65 views
Can I write a package with dynamic variables?
My Notebook has no functions, but has a lot repetitive code with dynamic variables. I want to put the repetitive code into a package. Can i write a Package with functions that use dynamic variables?
0
votes
0answers
108 views
Loading FeynArts package results in 'Null'
I'm trying to load the Feynarts package into Windows environment to use with Mathematica.
First I loaded Cygwin and than ran the Feynarts install file in the Cygwin folder.
Then I realized that it has ...

