Wolfram Mathematica is a computer algebra system and programming language from Wolfram Research. Ask your Mathematica questions at http://mathematica.stackexchange.com/
1
vote
1answer
24 views
Assigning values to imported variables from excel
I need to import an excel document into mathematica which has 2000 compounds in it, with each compound have 6 numerical constants assigned to it. The end goal is to type a compound name into ...
0
votes
0answers
24 views
Extracting a sequence of integers which give max in each step in mathematica
I would like to write a program in Mathematica and looking for the integer n such that the following definition holds for any 1 < m < n
f(n)/f(m)>1+log(n/m)/(log n loglog m)
where f(n) is ...
0
votes
1answer
32 views
ListCorrelate vDSP equivalent for convolution of {{a,b,c},{d,e,f}} and {{g,h,i},{j,k,i},{l,m,n}}
If I ListCorrelate two list of real doubles
{{a,b,c},{d,e,f}}
{{g,h,i},{j,k,l},{m,n,o}}
in Mathematica I get
{{a*g + b*h + c*i + d*j + e*k + f*l},{a*j + b*k + c*l + d*m + e*n + f*o}}
Can ...
1
vote
2answers
23 views
For loop output to a list mathematica
I can't seem to get the output from this mess into a list, I know the code is poor, but it works. It takes a value from each iteration of the loop, its this output I need as a list. I can do it ...
0
votes
0answers
24 views
How To Assign a Linear System of Equation Answers to An Array
I have a solution list as below from solving a linear equation system:
w[2, 2] -> 0.0000183294,
w[2, 3] -> 0.0000296603,
w[2, 4] -> 0.0000233449,
w[3, 2] -> 0.0000230831,
When I call, ...
2
votes
1answer
27 views
Mathematica ShowLegend weird text alignment
I'm trying to get a nice legend for several of my plots, however, I can't get the text alignment of the Legend to change and it's doing all sorts of weird things.
The first thing is that the text ...
-3
votes
0answers
34 views
Mathematica matrix not recognised [closed]
I'm trying to find the eigencvectors of an 11*11 matrix. But I'm unable to get it to recognise my Matrix. Can someone tell me what is wrong with this?
A = {
{0, 1/34, 2/13, 1/5, 1/32, 0, ...
3
votes
0answers
32 views
How to type a capital 'E' in Mathematica 9 using 'ToExpression' and 'TeXForm'? [migrated]
I am trying to use Mathematica's ToExpression[] combined with TexForm to type the Einstein's famous result: E = mc^2. Now this is dead easy in LaTeX, the code is:
E = m c^2
and it should generate ...
3
votes
1answer
43 views
How can I extract all monomials (without coefficients!) from a polynomial in mathematica?
Mathematica provides MonomialList[f] to get all monomials in f:
MonomialList[(x+y)^2]={x^2,2xy,y^2}
But what I need is {x^2,xy,y^2}, how can I make it?
-1
votes
1answer
31 views
Find condition number of a function with multi variables [closed]
I would like to find the Condition number of a function (f(x)) with multi variables (x).
which can be calculated by
C(x) = ||x||*||f'(x)||/||f(x)||
Here my function is f(x) = a*exp(b(x-s)) with ...
0
votes
1answer
29 views
Strange NDSolve Error in Mathematica
I am trying to numerically solve a long list of ordinary differential equations using NDSolve as follows:
sols = NDSolve[deqs, operons, {t, 0, 1000}];
where deqs holds the list of differential ...
0
votes
0answers
43 views
Mathematica variable naming changes everything [closed]
I am having a rather unusual problem I do not understand with Mathematica where renaming one of the variables of my function causes the function to stop "working". Here is the example of the code ...
1
vote
3answers
72 views
How to combine two lists to plot coordinate pairs?
I have read x-data (from text files) into list1, and y-data similarly into list2:
list1 = { 0.0, 0.172, 0.266, ..}
list2 = {-5.605, -5.970, -6.505, ..}
How do I combine the two lists in order ...
-1
votes
1answer
46 views
Recursive definition of a vector
I would like to define a list using a for loop and I need to do it using a function of the n-iterate.
I have:
Initialization
In[176]: Subscript[y, 0] = {1, 2, 3}
Out[180]: {1,2,3}
The function:
...
0
votes
1answer
34 views
Mathematica SpringEmbedding Parameters
I'm trying to construct a 3D graph in Mathematica, where the actual lengths of the edges are important. Taking a look at their documentation for graph drawing ...
1
vote
0answers
45 views
Is there a general way to do symbolic integrations in real domains, just like the way maple do[Assumptions don't work]
Integrate[m^2/((x - m^2)^2 + y^2), m]
mathematica gives me a complex-valued reuslt, but maple 17 gives me what I want, see the attached picture.
I tried using assumptions, but it doesn't work.
In ...
0
votes
1answer
39 views
Mathematica: part assignment
I'm trying to implement an algorithm to build a decision tree from a dataset.
I wrote a function to calculate the information gain between a subset and a particular partition, then I try all the ...
0
votes
1answer
42 views
Using data returned form Tally command in Mathematica
I have a small piece of code to generate sequences, which is ok.
List = Reap[
For[i = 1, i <= 10000, i++,
Sow[RandomSample[Join[Table["a", {2}], Table["b", {2}]], 2]]];][[2, 1]];
...
0
votes
0answers
12 views
Mathematica: using mprep in Ubuntu (mprep won't run)
I'm using Mathematica 8 in Ubuntu 13.04 (Raring Ringtail). I'm trying to use the supplied program "mprep", which is used to create applications that link to MathLink. However, whenever I try to run ...
0
votes
1answer
39 views
FindFit returns a weird nrnum
again!
I am trying to fit a list of data points with Mathematica. The problem is that it gives me an error that the function is complex when it tries to fit even though I made the assumption that all ...
0
votes
0answers
30 views
Compiling Mathematica 8 mathlink.h using gcc
I'm trying to get my program to talk to Mathematica using MathLink. I'm using cygwin, and mathematica 8.0.
I can compile the equivalent of the "AddTwo" program and use it successfully by using the ...
0
votes
0answers
61 views
(python)Sage for physicists [closed]
I am a physics undergrad and thinking of learning a CAS. Though, mathematica is a standard choice, I would prefer a free open source software, because of a fetish, and the fact that I can't use ...
-1
votes
1answer
52 views
Mathematica: FindFit gives a solution, but it is not correct?
I want to fit data:
data={{30.,3837.71},{93.75,3900.6},{300.,3962.19},{937.5,4040.79},{3000.,4113.21},{7500.,4174.15}};
To the following model:
model = H0*(1 - ...
-4
votes
0answers
28 views
Rescale axes in mathematica [closed]
I want to plot f = 0.3*x (1 - x/20) - (x^2/(1 + x^2)) on the interval [0,25] in mathematica. But to make the figure clearer near the origin, I need to re-scale both x and y axes as x/(x^(3/4)) and ...
-3
votes
0answers
36 views
How to call mathematica in C code? [closed]
I use mathematica 9 run on windows 7.
I use visual studio to write C program.
Is there any easiest way to learn how to call mathematica in C code?
I need very simple step by step instructions.
...
2
votes
1answer
51 views
Integrating Norm of vectors
I have two vectors which I want to integrate in Matematica. Let the vectors be
r = {x, y};
Q = {x1, y1};
then I write this command
Integrate[
1/Norm[-((a*Q)/c) + r],
{a, 0, 1},
Assumptions ...
0
votes
0answers
7 views
Mathematica 3-D plot (discrete/continous) [migrated]
I want to visualize a 3-D function in Mathematica, Say F(x,y,z)=0, But there is a small difference here with typical z=f(x,y). Because of it's complexity, I decide to consider the z parameter as a ...
0
votes
1answer
38 views
Mathematica lists in a weird format
Hi I have the following simple program:
joint = Table[0, {i, Length[labelnames]}, {j, 16}];
For[time = 1,
time < Length[topics], time++
Do[
joint[[l, t]]++, {l, labelsForTime[time]}, {t, ...
0
votes
2answers
28 views
mathematica replacement rule subexpression
I have using replacement rules:
First I have defined some simple formulas using SetDelayed
a:=b+c
d:=a/e
Evaluating the following equation gives a result as expected:
In[20]:= (d^2 + ...
2
votes
0answers
58 views
Importing big Excel file to Mathematica
I am trying to import a big xlsx file to Mathematica 9, but I always get the error
Import::nojmem: There was insufficient Java heap space for the
operation. Try increasing the Java Virtual ...
0
votes
1answer
27 views
Is it possible to use patterns in $Assumptions
I was trying to use patterns in $Assumptions as
$Assumptions = f[x_] > 0
Simplify[Sqrt[f[y]^2]]
Unfortunately this doesn't work.
I want to define a class of assumptions thus is it possible to ...
1
vote
1answer
61 views
Faster alternative to NSolve
I have an equation, which I am trying to solve using NSolve in Mathematica. Here is how I do it:
T == (0.000242895 E^(-(2.09472*10^11/(5.70068*10^8 +
7.76206*10^12 T))))/(1 +
...
0
votes
1answer
74 views
To solve differential equation of bass diffusion model by Mathematica [closed]
This time is that I first post question.
Because I want to do some research about applying bass diffusion model to software reliability.
So I tried to derive this model step by step,
When I tried to ...
1
vote
0answers
41 views
Mathematica: Compile NSolve, NMinimize and other numerical functions
Is there a way to compile those functions using Compile[]? it seems that Mathematica always fails in that.
I have purely numerical functions inside NSolve and NMinimize, and it still doesn't work.
A ...
0
votes
0answers
58 views
Mathematica: Nest for large value of n [closed]
I am working on a problem to find the Feigenbaum constant. In this problem I have to get f^{2^n}(1/2) with f(x) = kx(1-x). I use "Nest" to get f^{2^n}(1/2) but it takes Mathematica forever to run with ...
2
votes
1answer
76 views
Convert code from Matlab to Mathematica
I need to convert some code from Matlab to Mathematica.
At some point I have
fspecial('gaussian', 11, 1.5)
I am confused about what will be equivalent to write in Mathematica.
In Matlab I get:
...
1
vote
2answers
33 views
Extracting matching object from MatchQ
I'm trying to implement my own version of the Coefficient function in Mathematica, for learning purposes. This is what I wrote so far:
myCoefficient[fun_,var_,pow_] := Module[ {f,coeff},
f[var] = ...
0
votes
0answers
26 views
FindRoot::nveq: The number of equations does not match the number of variables in FindRoot[a,{r[1],{0,1}}]. >>
I found an article about calibrating interest tree in BDT model with source code in mathematica. However there is a bug or maybe I am just to big newbie. Code is below:
Clear[discount,pv,r,theta]
...
0
votes
1answer
42 views
Mathematica - Solve equation as an expression of two variables
Simple question, all I want to do is have Solve[] work in a way that instead of solving for a single variable (eg. Vo) it solves for the expression Vo/Vi. In all cases this just equates to dividing ...
2
votes
3answers
209 views
ode integration in python versus mathematica results
Edit:
So I found out that NDSolve for ODE is using Runge Kutta to solve the equations.
How can I use the Runge Kutta method on my python code to solve the ODE I have below?
From my post on text files ...
0
votes
1answer
42 views
summation issue in mathematica
I'm puzzled by this behavior of mathematica. The two following expressions should return the same result:
Simplify[(1 - w)^2 Sum[w^(k+kp) Sum[If[l == lp, 1, 0], {l, 0, k}, {lp, 0, kp}],
{k,0, ...
1
vote
0answers
42 views
How to speed up computational time of a huge function (500+ terms)
I have a function (3 space dimensions + 1 dimension time) with a huger number of terms (500+): it is mainly a sum of many exponential functions.
Of course, I need to compute a huger number of times.
...
0
votes
1answer
42 views
Summation in Mathematica
I am trying to understand a piece of code I found but I am stuck on this summation. This is part of a larger do loop over n.
UnderoverscriptBox[\(\[Sum]\), \(m = \(-10\)\), ...
1
vote
0answers
32 views
Mathematica custom notation / disable predefined function?
I cannot find how to use any variable name i want in mathematica.
(I've searched where i could but i cannot think of the correct terms to search for)
For example, I wanted to name one of my variables ...
2
votes
1answer
46 views
Mathematica won't find SerialIO package
I'm following a guide from The Mathematica Journal that describes how to use Mathematica with the Lego Mindstorms NXT. I have some trouble getting started and got stuck with the SerialIO package.
I ...
1
vote
0answers
74 views
Mathematica's MathCode for creating a 3D Graphics plugin in Unity?
I have done image-processing algorithms in Mathematica but now I should reimplement them directly in Unity aka create a plugin that makes things such as preprocessing, certain smoothing, texturing and ...
1
vote
0answers
92 views
how to import a excel file which contains more than 100,000 rows in Mathematica
I have a excel file which contains 110,000 rows data. When I import the file using the command Import in Mathematica, I found it can only import about 60,000 rows and lots of data in the original ...
1
vote
3answers
59 views
Program for specific sequence of Integers
I am solving steady state heat equation with the boundary condition varying like this 10,0,0,10,0,0,10,0,0,10,0,0,10.... and so on depending upon number of points i select.
I want to construct a ...
0
votes
3answers
67 views
How do I find the maximum positive value in an array in Mathematica?
I have an array of expressions, each depends on a.
I want to find the minimal positive value, as it depends on a, without having to substitute for a.
For example, if the array is [a^2, 1-2a, 1], ...
1
vote
1answer
28 views
remove inner grid when placing frame around plot
Please see this MWE:
Plot[x, {x, -1, 1}, Frame -> True]
There is one horizontal and one vertical line drawn that crosses zero - how do I remove these lines? I tried GridLines->None, but that ...

