Tagged Questions
0
votes
2answers
169 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
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 ...
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 ...
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 ...
4
votes
1answer
100 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
409 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
970 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
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] ...
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
601 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
462 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
913 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
649 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
975 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 ...
6
votes
0answers
211 views
Initialization command [closed]
I noticed in the Cell > Cell properties menu an item I assume was recently added, but I really wouldn't know for sure (8.0.4/Win here). It's called Initialization Command:
Nothing about it to be ...
9
votes
3answers
2k views
NIntegrate - why is it much slower in Mathematica 8 in this given case?
I have a Mathematica code where I have to evaluate numerically thousands of integrals similar to this one
NIntegrate[
(Pi*Cos[(Pi*(-2*x + y))/(1 + y)] + (1 + y)*(-Sin[(2*Pi*x)/(1 + y)] +
...
1
vote
1answer
243 views
Mathematica CDF Player does not play my Animation correctly
I wrote an animation with Mathematica 8.04 and saved it as myfile.cdf. It plays nicely on my computer which has mathematica installed. If I play this on a different computer with only Mathematica cdf ...
3
votes
2answers
262 views
Mathematica, FrameTicks inconsistency across different kinds of plots
I came across some unexpected inconsistencies when further developing the solution to an earlier question:
How can I show % values on the y axis of a plot?
This seemed different enough to merit a ...
7
votes
4answers
347 views
How can I show % values on the y axis of a plot?
In any Mathematica chart or plot how can I show % values on the y axis?
I may have data like this:
data = {{{2010, 8, 3}, 0.}, {{2010, 8, 31}, -0.052208}, {{2010, 9, 30},
0.008221}, {{2010, 10, ...
11
votes
2answers
318 views
Does passing a variable with a large amount of data cost a lot of memory and time in Mathematica?
I am coding up an algorithm for constructing a suffix tree in Mathematica based on Ukkonen's algorithm.
The question I have is, will passing my entire tree structure (which I have stored in a list) ...
3
votes
1answer
222 views
How can I test for bivariate normality using Shapiro-Wilk test in Mathematica?
I've computed the Pearson correlation coefficient between two lists and am now trying to verify whether these two data sets are normally distributed in order to ascertain the validity of the the ...
18
votes
2answers
486 views
Doing probabilistic calculations on a higher abstraction level
To the downvoters: this isn't a question about mathematics, it's a
question about the programming language Mathematica.
One of the prime characteristics of Mathematica is that it can deal with ...
