For questions specific to version 8.x.x of Wolfram Mathematica, or not applicable to versions 7 or earlier. New dedicated Mathematica SE site: http://mathematica.stackexchange.com/
0
votes
0answers
7 views
Treeplot won't show up? Mathematica 8
I'm just playing around in the documentation and I have been trying to do a simple treeplot. Using the exact example from the documentation
TreePlot[{1 -> 4, 1 -> 6, 1 -> 8, 2 -> 6, 3 -> 8, 4 -> 5, 7 ...
0
votes
2answers
168 views
Writing Mathematica code in Matlab
Could anyone please tell me how to do this? I am new to Matlab as well as Mathematica. I have my mathematica coding. But, it gives different results when I run it different time. So, I want to run it ...
0
votes
0answers
28 views
Overdetermined NDSolve
I am trying to do three independent variable NDSolve in mathematica. I have 5 dependent variables, 5 equations and 11 boundary conditions. System should work however mathematica tells me that my ...
0
votes
2answers
56 views
Save plot options in list
I wonder if it is possible to make a variable that holds info obout wanted style for Show[] function. So ewery time i want to display plots in Show[] i will insert that variable in Show[] to set ...
0
votes
1answer
36 views
Unable to manipulate 2d Plot
I'm given the instruction:
Create a dynamic 2-D plot of:
e^(-a x) where 0<=x<=1 With a continuous slider for a where
0<=a<=10
So I enter:
Manipulate[
Plot[e^(-ax), ...
0
votes
1answer
66 views
Mathematica: do the same thing for several files (Import, Take, …)
I'm currently working on handling some experimental data with Mathematica.
I have several files that I basically want to do the same thing with. At the moment, I just copy and paste everything and ...
1
vote
1answer
54 views
Is it possible to load a C++ shared library to Mathematica 8.0?
I'm trying to load a C++ function compiled to a shared library from Mathematica 8.0. I did manage to use a C function using MathLink but MathLink does not seem to support C++ functions. So I tried to ...
1
vote
1answer
207 views
Vector plot of 2d functions in mathematica
I am trying to plot 1/r (r-hat) using VectorPlot in Mathematica by decomposing r-hat into x-hat and y-hat.
I am using:
[Chi][x_, y_] := Sqrt[x^2 + y^2]
[Phi][x_, y_] := ArcTan[y/x]
and then ...
2
votes
0answers
84 views
Using DistributionFitTest[] on custom distributions in Mathematica 8
I'm trying to compute the Goodness of Fit of a bi-modal Gaussian distribution.
To do this, Mathematica seems to require a symbolic distribution function to which to compare.
Because such a bi-modal ...
1
vote
0answers
96 views
WSDL w. complex types and Mathematica 8
i'm trying to get Mathematica 8 to make use of a webservice i set up. However it refuses to and throws following error:
InstallService::typeschema: "The type schema cannot be found for ...
1
vote
1answer
65 views
Rendering Graphs
Is there a way to colour region bounded by edges with GRAPH in mathematica. Like if three vertices form a triangle, I want to colour the are of triangle with GRAPH option.
1
vote
1answer
59 views
Confusion in String Manipulation
InputForm[{a, b, c, d, e, f}] gives {a, b, c, d, e, f}
InputForm[Characters["SOMETHING"]] gives {"S", "O", "M", "E", "T", "H", "I", "N", "G"}
But why does not ...
1
vote
1answer
96 views
Mathematica Image Average Optimization
this is my first time asking question in stackoverflow. I tried hard not to make any guideline violations, but let me know if there is any—please understand since it is my first time.
I have a code ...
1
vote
0answers
21 views
Mathematica text keyword
I have a file.txt looklike this
key.txt
date: Nov_17_12
begin
k 6.822379e+001 1.298165e+002 0.000000e+000
k 0.000000e+000 1.298165e+002 0.000000e+000
k 6.822379e+001 ...
2
votes
0answers
40 views
Storing output from mathematica loop in file
I am running a for-loop in mathematica on a relatively fine grid for different parameterizations. The loop is rather time-consuming and I want to automatize it so that I can run it over night. ...
2
votes
2answers
232 views
labeling different plots in the same graph in Mathematica 8
I have a question with labeling a plot in Mathematica. I will describe my problem.
I have a function like this.
y = 4 x / L + 2
I want to draw a graph of y vs. x. And also,I have
L={10,20,30,40}
...
0
votes
0answers
125 views
NMinimize with function containing random variables
I was wondering if it is possible to use NMinimize from mathematica with an objective function, which contains random variables? E.g. I have a function with parameters which follow a distribution ...
1
vote
0answers
97 views
Using NIntegrate inside NDSolve
I am trying to numerically solve a partial differential equation, where the inhomogeneous term is an integral of another function. Something like this:
NDSolve[{D[f[x, y], x] == ...
4
votes
1answer
99 views
Mathematica — How to compile BitShiftRight (or Left)?
I want to compile a Mathematica module because I am after speed.
testC = Compile[{{inputInt, _Integer}},
Module[{outputInt, bitShift = 5},
outputInt = BitShiftRight[inputInt, ...
0
votes
1answer
72 views
Close programmatically all cell groups in Mathematica? [closed]
Is it possible to collapse all cell groups in the current notebook? I tried
nb = SelectedNotebook[];
SelectionMove[nb, Before, CellGroup]
FrontEndTokenExecute["OpenCloseGroup"]
but nothing changes. ...
5
votes
1answer
406 views
Why does Mathematica use an underscore when defining parameters?
For example if I was defining the following function
exprod[n_] := Expand[Product[x + i, {i, 1, n}]]
Then why is the underscore after the variable n, necessary in the function definition? Where ...
0
votes
0answers
88 views
Not numerical weights in Mathematica 8 graph
Is there a trick to make not numerical weights in Mathematica 8 graph (List for example) like this
Graph[{{1, 2}, {2, 3}}, EdgeWeight -> {{10, 15}, {2, -8}}]
?
0
votes
0answers
250 views
How to execute a “Mathematica” query to Wolfram Alpha API?
I need to execute this query:
ListLinePlot[
MovingAverage[FinancialData["GE", "Jan. 1, 2000", "Value"], 100]]
But if I enter it in "API explorer" doesn't recognize my input. Do you know why?
...
8
votes
2answers
968 views
How to use Mathematica functions in Python programs? [closed]
I'd like to know how can I call Mathematica functions from Python.
I appreciate a example, for example, using the Mathematica function Prime.
I had search about MathLink but how to use it in Python ...
1
vote
1answer
97 views
difference in mathematica between Inverse[_] and (_)^(-1) for WishartDistribution
Does anyone know why the following random distributions of matrices generate different plots? (This is code to generate a plot of the PDFs for first cells from a set of 10x10 matrices sampled using an ...
0
votes
0answers
106 views
Mathematica: way to find color at a point in a Graphics?
The following is in Mathematica.
I need to figure out a way to find out the RGB color value at a certain coordinate in a Graphics object. The Graphics object I am dealing with is continually ...
0
votes
1answer
117 views
Error in using .NETLink in Mathematica to invoke Matlab
I used before following code to call MATLAB from MATHEMATICA without any problem
In[1]:= Needs["NETLink`"]
matlab = CreateCOMObject["matlab.application"]
But now i have an error like this:
...
0
votes
0answers
135 views
Graph + “EdgeWeight -> {a}” not working with PropertyValue. Why?
This is my first post :)
I have a problem. When I create Graph like this:
testGraph = Graph[{1 \[UndirectedEdge] 2,
2 \[UndirectedEdge] 3,
3 \[UndirectedEdge] ...
6
votes
0answers
193 views
Minimizing NExpectation for a custom distribution in Mathematica
This relates to an earlier question from back in June.
Calculating expectation for a custom distribution in Mathematica
I have a custom mixed distribution defined using a second custom distribution ...
1
vote
2answers
337 views
How plot a 2D Density graph from a set of 2D points and displaying also a network connecting those vertices
My problem is the following.
The aim
Plotting a set of 2D points on the plane having a function used to give intensity for every point.
fun(x,y):=x+y
Plus, I have a graph connecting these points. ...
1
vote
1answer
177 views
bar and hat only apply to certain letters [closed]
I'm a beginner in Mathematica. Like shown in the image below, I'm trying to put hat and bar to some letters (I just want to write vector notation) but only some letters can have them. What's wrong ...
0
votes
0answers
600 views
Mean Residual Life, clarification needed [closed]
I need to understand the Survival Analysis concept of MEAN RESIDUAL LIFE.
I haven't found anything that to my mind gives me a complete and clear definition. Definitions I have found embedded in ...
0
votes
2answers
136 views
How to change a property attached to the whole graph
Does anyone know how to change graph property "Norm". A command;
G = SetProperty[G, "GraphProperties" -> {"Norm" -> 1}]
doesn't work as I expected. Here is the graph constructor;
G = ...
0
votes
2answers
230 views
Export data from mathematica script
I am writing a mathematica script and running it in the linux batch shell. The script gives as a result a list of numbers. I would like to write this list to a file as a one single column without the ...
1
vote
1answer
190 views
Solve the ODE with NDSolve and dependet variables
I have intialconditions:
sf = 200;
sm = 100;
p = 40;
betaf = 0.15;
betam = 0.15;
mums = 0.02;
mufs = 0.02;
sigma = 0.20;
mum = 0.02;
muf = 0.02;
and the ODE:
sf' := -muf*sf + (betaf + ...
3
votes
1answer
461 views
How to plot a 3d graph starting from a set of points as a ground XY base
This question might seem a little strange but for my purposes is not that crazy.
Its easy but I need you to follow me.
The aim
My aim is plotting a tridimensional graph.
The problem
The problem is ...
1
vote
1answer
688 views
How to compile Mathematica to C code with intel C++ compiler (x86) on Win7(x64)?
My OS is windows 7 64bit. I installed Microsoft C++ 2008 Express edition and Intel C++ Compiler v11.1 x86 version.
Now I could successfully compile x86 C code in Mathematica, e.g.
In[1]:= ...
0
votes
1answer
205 views
How to set up Intel C++ Composer XE for Mathematica for Windows?
I tried
Needs["CCompilerDriver`IntelCompiler`"]
greeter = CreateExecutable[StringJoin["#include <stdio.h>\n", "int main(){\n", " printf(\"Hello world.\\n\");\n", "}\n"], "hiworld", ...
3
votes
3answers
187 views
How to sort N lists by the total sum of elements of each list with Mathematica?
Given a list containing k sublists, let
A={{a1,a2,a3,...},{b1,b2,b3,...},...}, I want to sort those sublists by their Total[A[i]]. Is there any efficient way to make this?
1
vote
2answers
354 views
Mathematica Graph Editor?
I've got Mathematica 8 and I'm trying to use GraphEdit[] but I am finding it extremely annoying. For one thing, I can't figure out how to use its output to feed back to itself.
For instance, I ...
2
votes
3answers
243 views
Any efficient easy way to find the maximum list among N lists with the same length using Mathematica?
This question is a continuation of a previous thread to compare two lists with the same length:
Is there any efficient easy way to compare two lists with the same length with Mathematica?
Given two ...
7
votes
5answers
911 views
Is there any efficient easy way to compare two lists with the same length with Mathematica?
Given two lists A={a1,a2,a3,...an} and B={b1,b2,b3,...bn}, I would say A>=B if and only if all ai>=bi.
There is a built-in logical comparison of two lists, A==B, but no A>B.
Do we need to ...
0
votes
0answers
88 views
Clear memorized values but not symbol definition in Mathametica [duplicate]
Possible Duplicate:
Mathematica: How to clear the cache for a symbol, i.e. Unset pattern-free DownValues
This link shows a way to speed up recursive definitions in Mathematica.
...
7
votes
3answers
259 views
How to stop barchart from hiding labels for data value 0 in Mathematica?
I use this to create a Bar Chart:
BarChart[
Reverse@data,
BarOrigin -> Left,
ChartLabels ->
Placed[{Reverse@labels, Reverse@data}, {Before, After}],
ChartElementFunction -> ...
2
votes
2answers
648 views
Neural Networks package in Wolfram Mathematica is not Parallel?
I just created a VERY large neural net, albeit on very powerful hardware, and imagine my shock and disappointment, when I realized that NeuralFit[] from NeuralNetworks` package only seems to use one ...
16
votes
4answers
545 views
Import data from URL
The St. Louis Federal Reserve Bank has a great set of data available on a variety of their web pages, such as:
http://research.stlouisfed.org/fred2/series/OILPRICE/downloaddata?cid=32217
...
2
votes
2answers
228 views
Remote parallel kernels and LibraryLink — how to make them work together?
Does anyone have experience using C extensions to Mathematica (LibraryLink or MathLink -- currently I'm using LibraryLink) with remote parallel kernels?
In short: How can I transparently use a ...
0
votes
1answer
972 views
2 Dimension Runge-Kutta Method on Mathematica 8
I have a problem while programing in Mathematica 8, here is my code:
f[t_, y_] := {y, y};
RungeKutta3[a_, b_, Alpha_, n_, f_] :=
Module[{h, j, k1, k2, k3},
h = (b - a)/n;
Y = T = ...
1
vote
2answers
202 views
solve expression for an equation
I'd like to solve the following expression:
for the following equation:
How? Is there a function for that. This was just an example.
Solve the expression means finds the value of the ...
4
votes
1answer
310 views
Mathematica Goal Programming Model definition
I am evaluating Wolfram Mathematica 8 for a university course project.
I am having difficulties to define a Goal Programming model.
First because I am really scarce in math :) Second, because what ...
