Wolfram Mathematica is a computer algebra system and programming language from Wolfram Research. Ask your Mathematica questions at http://mathematica.stackexchange.com/

learn more… | top users | synonyms (3)

0
votes
3answers
134 views

Mathematica- If statement not performing true/false

I have a notebook set up to run through an exhaustive search of numbers in an array used in an equation, if the equation equals a defined variable, then it returns the values of the variables in the ...
1
vote
2answers
64 views

How to exectute a Mathematica Script through ssh

here is my problem: i would like to run a Mathematica script through ssh on a remote machine so that i can close the terminal on my computer and keep it running on the remote one. My problem arises ...
4
votes
2answers
157 views

How to detect the white gauge board for measuring the level of the water?

I work on a project where I need to measure water level using a white gauge board. Currently my approach is: segmenting the white gauge board. measure the water level against the gauge board. But ...
1
vote
1answer
38 views

plot vertical line with DO

i try to plot the result of this code as vertical line each one in the position of the solution of the FindRoot routine (something like that: http://www.astrobio.net/albums/xsolar/ach.sized.jpg ). ...
0
votes
1answer
53 views

Mathematica - I want to approximate a root of this equation

I have f[x__]:=(Sqrt[2] Sqrt[-E^(-2 p x) g R (-2-14 p^2-E^(2 p x) Cos[x]+ 2 E^(2 p x) p^2 Cos[x]+3 E^(2 p x) p Sin[x])])/Sqrt[1+4 p^2] g = 10 R = 2 p = 0.3 And I want to find a root ...
0
votes
1answer
50 views

How can I prevent these warnings while using ParallelTable

I have this code to find all the permutations of a set of letters that form legal words. >>Combinatorica` Module[{str = "abc", chars, len, r, check}, chars = Characters[str]; len = ...
0
votes
1answer
47 views

How can I use assumptions with FindRoot[] in Mathematica?

In Mathematica I have something like FindRoot[f[x], {x, a}] Now I want FindRoot to constrain the solutions to 0 < x < 1. How can I obtain this? Thanks
0
votes
1answer
78 views

Mathematica - Solving for the input of a taylor series such that coefficients are minimized

I need to find the value of a variable s such that the taylor expansion of an expression involving s: Has a minimum (preferably zero, but due to binary minimum is sufficient) in as many coefficients ...
0
votes
1answer
138 views

NonLinearModelFit in scipy (leastsq) with weightings

I am very new to scipy so bare with me please :-) I have been using mathematica recently to mess around with my data. I have a method of calculating an x,y coordinate from 4 or more distance ...
0
votes
0answers
40 views

matching element of one list to each element of another list to detect a match/mismatch. List of strings, using Mathematica

In[49]:= table OpenRead["Desktop/SAP-MSBG Univ Coimbra/Mathematica/selorg.txt"] Out[49]= InputStream["Desktop/SAP-MSBG Univ \ Coimbra/Mathematica/selorg.txt", 94] In[50]:= table2 = ...
0
votes
0answers
52 views

How to improve this Mathematica 9 code with Dynamic

How to improve this Mathematica 9 code with Dynamic to speed up the calculation. On my PC this code working with "n" less then 13 otherwise the result is "$Aborted", but I need n=20. You can use, for ...
2
votes
1answer
126 views

Emacs major-mode for Mathematica based on cc-mode

*Solution to Issue 1 by Stephan - see Answer below* I mark \ as an escape character in the syntax table, but then override that designation for the Mathematica syntax elements like \[Infinity]. Here ...
1
vote
1answer
37 views

How to output custom polygon coordinates in Mathematica?

I am trying to make either a nested manipulate or just a manipulate with two windows: I need one window which functions as: Manipulate[Graphics[Polygon[pt], PlotRange -> 2], {{pt, {{0, 0}, {1, ...
0
votes
1answer
30 views

Extending ListPointPlot3D with a 3rd variable?

I am trying to extend a function like this: (a 4x4 square) ListPointPlot3D[Table[{x, y, 0}, {x, 0, 4, 1}, {y, 0, 4, 1}]] into something like this: (a 4x4x4 cube) ListPointPlot3D[Table[{x, y, z}, ...
0
votes
1answer
82 views

Solve a system of equations depending on a set of parameters with Mathematica

Using Mathematica, I want to solve a system of nonlinear equations like f(x,y;m)=0 g(x,y;m)=0 where m is an external parameter on which the equations depends on. As the equations are very hard, ...
1
vote
1answer
53 views

Mathematica delaunay overlap

I have a set of points: Data2D = {{-4.432561, 11.687700000000001}, {-3., 5.196152}, {-6.25,10.825320000000001}, {-5.3412805,11.256510000000002}, ...
0
votes
2answers
68 views

Plot different entries of a table with different colors in Mathematica

In Mathematica, I have a table in which each entry of the table is a curve in 3 dimensions. I want to assign different colors to different curves, but I don't know how to do it. My current command ...
0
votes
1answer
49 views

Mathematica 9: how to solve a maximization?

How can I maximize the following equation in respect to $\tau$ in Mathematica 9: $$max_\tau \sqrt{(1 - \tau)y^i} + \sqrt{\tau y}$$ I want to find something like $$\tau^i = \frac{y}{y^i + y}$$
0
votes
1answer
60 views

Mathematica: Variance[] definition [closed]

The section on the help system tells me the Variance[] function is equalvalent to: Total[(list-Mean[list])^2]/(Length[list]-1) But I think the right definition should be: ...
0
votes
2answers
71 views

Variant on Cutting Stock in Mathematica

So I'm pretty new to Mathematica, and am trying to learn to solve problems in a functional way. The problem I was solving was to list the ways in which I could sum elements from a list (with ...
0
votes
1answer
73 views

make a matrix with permutations of Range of numbers in Mathematica 9

I start learning Mathematica 9. I need to make a nx4 matrix "m" with permutations of Range of numbers, where first column is matrix "A" and second, third, fourth columns are matrix "B". Moreover, I ...
1
vote
2answers
253 views

Mathematica 8: Convert from cartesian to spherical coordinates

I just started using Mathematica and came across a problem. I would like to solve more elegantly. I have measurement data in {x,y,z} form and want to transform these into sperical coordinates. I know ...
0
votes
1answer
101 views

Mathematica problems with certain differential equations and DSolve

Im having trouble getting started. I am in a Financial Engineering program, and I am trying to use a book written in 2003 to help me model partial differential equations, the black scholes model, ...
0
votes
1answer
128 views

Conversion from mathematica to matlab

I have the following code in Mathematica and need to convert it into Matlab but cant for the life of me understand how to do it, though i think i need to use the fzero; command. Please could someone ...
0
votes
0answers
158 views

find intersection between line and Arc/curve in matlab [closed]

Pls check this with attach image. I need to find intersection between line and Arc/curve in matlab,i have line points([x1 y1][x2 y2])and Arc/curve point ([a1,b1][a2 b2]) with center point [x0 y0] so ...
1
vote
0answers
39 views

Embedding Mathematica in Confluence pages

What options are available in terms of embedding Wolfram Mathematica content (such as CDFs and Notebooks) into Atlassian Confluence pages? I'd like to use this for note-taking, so the ability to ...
1
vote
0answers
105 views

Uncertainty propagation formula in mathematica

I'm trying to write a short piece of code that will perform propagation of errors. So far, I can get Mathematica to generate the formula for the error delta_f in a function f(x1,x2,...,xi,...,xn) with ...
0
votes
2answers
55 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 ...
5
votes
1answer
67 views

Mathematica, nested optimization

I want to use the solution of Maximization, defined as a function, in another function. Here's an example: f1[y_] := x /. Last[Maximize[{Sin[x y], Abs[x] <= y}, x]] (* or any other function *) ...
1
vote
2answers
151 views

Running Blender python script outside of blender

I want to visualize some scientific data, which is, at the moment, only an animation of some spheres with different colours and sizes. I already created a script within Mathematica which creates the ...
0
votes
0answers
43 views

Strange behavior from Evaluate[] in Mathematica

So I'm using Mathematica to numerically solve a series of coupled ODEs to get some parameters along a curve. NDSolve outputs InterpolationFunctions, which plot just fine and yield the correct solution ...
0
votes
1answer
69 views

Histogram with frequency data

I am trying to plot a histogram using MATHEMATICA from a 2 column data in which the 1st has the numbers increasing from the minimum to maximum having the same interval and the 2nd has the frequency. I ...
1
vote
2answers
69 views

Wolfram Mathematica Return[] strange result?

I'm a bit confused about, how does Return[], returns result from function. For example, take those two functions: CalcLossTotal = Function[ {data, units}, Clear[i]; Return[Table[ ...
1
vote
1answer
50 views

A simple way to transform time series data inported from a relation database into a usable form in Mathematica

I am trying to find a quick way to transform time series data imported from a relational database (from a single sql query) in the form ticker date price num_tickers num_dates ------- ...
0
votes
2answers
107 views

Determine the points in the boundary of a given region in 2D

What is a good way to determine the points in the boundary of a given region in 2D? Suppose that you are given a nested list with lists of two coordinates, e.g. { {x1,y1}, {x2,y2}, {x3,y3} } ...
0
votes
1answer
75 views

For loop within a function in Mathematica

I have the following piece of code which I wrote in python. def func(r,f): for k in np.arange(Nb-1): temp = 0 temp += f[r][k]*f[r][k+1]*np.sqrt(k+1) return temp How do I do the same ...
0
votes
1answer
102 views

How can one select components based on some supposed sizes in matlab

do Matlab has alternative for SelectComponents function in mathematica? how could this wolfram mathematica code be converted to its matlab equivalent. (* Connected component selection based on some ...
1
vote
1answer
39 views

how to determine a rational is square free?

We know that if $μ(n)=0$ then the integer n has at least one factor with multiplicity. Now how can we determine if in the decomposition of a rational (m/n)>1 to prime factors, we have a power less ...
1
vote
3answers
94 views

Eliminate element of every list within a nested list

I would like to eliminate the third element of every list within a nested list. E.g., lst = { {1, 0, 0}, {1, 1, 1}, {1, 1, 4} } So it would become { {1, 0}, {1, 1}, {1, 1} } How should ...
1
vote
2answers
65 views

How do I use “>” and “<” inside “Cases” Mathematica function?

How do I use ">" and "<" inside "Cases" Mathematica function? E.g., I would like the cases which end in something greater than 2 for the following nested list: lst = { {1, 0, 0}, {1, 1, 1}, ...
-2
votes
1answer
48 views

Mathematica Style Solution to String Parsing

I want to take a string of the form "(ABC)(DEF)" and translate adjacent pairs of letters into numbers, interpreting the letters inside parenthesis as cycles. From my example I would want to generate ...
1
vote
1answer
51 views

How to delete scattered points from a data set

I have the coordinates of the cloud of points stored in a matrix. Few of the points are isolated from the others. Does anybody know how I can delete them? The points are shown in the picture. I ...
0
votes
2answers
146 views

What are the best libraries or software to numerically solve a nonlinear system? [closed]

I have a system of 8 polynomial equations of 7th grade eight in 8 variables with constraints (minimum and maximum acceptable values​​). In your experience and knowledge of what is the most efficient ...
0
votes
0answers
72 views

Plotting a vector field in Mathematica--I'm not sure how to get my equation in the right form

I have an equation that I need to make a vector field for. It is y' = ay -by^2 -qy^3/p+y^3. Now, this may be a math question more than anything else.... but how do I get this into vector form and ...
1
vote
2answers
51 views

Adding a Style to a Slider Control in Mathematica's Manipulate function

I would like to add a font style for the variable z in my Slider control below. In this toy manipulate example when the user changers the SetterBar or Slider values, the y slider is reset to y=0.1. ...
3
votes
2answers
232 views

detecting arc and circle shapes in vector array with a range

I have an array of 2d vertices and I want to detect if there are any arch or circle shapes in a array. Sometimes the values are not that precise and I need a small range. Here are the values. The 3rd ...
1
vote
1answer
150 views

Does the IPython Notebook have “initialization cells”?

When I open a saved IPython Notebook, I need to evaluate all the cells with imports, function definitions etc. to continue working on the session. It is convenient to click Cell > Run All to do ...
0
votes
1answer
56 views

Calculate Display Resolution (Width &Height)

i want to calculate the display resulution in Width/Height, this ratio is always 0.75 example: 768/1024=0,75 I only have the value of MegaPixel 6,1 MP How can i do this?
0
votes
2answers
44 views

Appending items to list in for cycle

I'm trying to append items to an empty list in for cycle: pointList = {}; For[n = 1, n <= 10, n++, Append[pointList, {n, Sum[(-1)^(i + 1) * Binomial[n, i] * (n - i)! / n!, {i, 1, n}]}]]; But the ...
0
votes
1answer
62 views

Mathematica; Evaluate Function from Function List

I have created a function list F = Table[f[x], {f, {Sin, Cos}}] and, as expected, In[119]:= F[[2]] Out[119]= Cos[x] Now, I want to evaluate, say, the second function at a given value (x=1), ...

1 2 3 4 5 51