What is Mathematica: Definition and 1000 Discussions

Wolfram Mathematica is a software system with built-in libraries for several areas of technical computing that allow symbolic computation, manipulating matrices, plotting functions and various types of data, implementation of algorithms, creation of user interfaces, and interfacing with programs written in other programming languages. It was conceived by Stephen Wolfram and is developed by Wolfram Research of Champaign, Illinois. The Wolfram Language is the programming language used in Mathematica.

View More On Wikipedia.org
  1. J

    Mathematica Troubleshooting NDSolve Errors: Non-Numerical Values in ODE Integration

    I'm having a problem with NDSolve. See attached picture. I have a package generating a set of ODE's, which I display, and then the next line is the NDSolve integration. I get an "Encountered non-numerical value for a derivative at t==0" error, and I can't spot the mistake. The one thing that...
  2. E

    Mathematica Minimum function path on a surface with Mathematica

    Hello, I am trying to solve the following problem using Mathematica: I have (defined) a surface of two variables, say f(a,b). Now I want to plot a path (a line) that corresponds to min[f(a,b)] starting from certain valus of a and b (say a0,b0). In other words the path always proceeds...
  3. B

    Modeling shot noise on Mathematica

    I've been having some trouble modeling shot noise for a photomultiplier tube on Mathematica - I know that I have to use a random number generator and the Poisson distribution to do it, but I'm having trouble synthesizing everything. (There are many things I'm going to leave just as parameters...
  4. P

    Mathematica Mathematica: ParallelMap getting slower

    Hi, I use ParallelMap with Mathematica on Linux to solve 100 eigenvalue problems on 4 kernels. This operation ist repeated very often, and over the course of time the performance drops significantly. Using top, you can see that the CPU used by the master kernel increases, and the CPU used by...
  5. K

    Mathematica Can Mathematica handle complex values in iterative mapping?

    I have no programming experience and trying to get mathematica to do what I need it to do is frustrating. I have the following functions that I need to iterate. For notational purposes, k[t+1] is the value of K in the next period. w is a parameter. k[t+1] = -x[t] - y[t] + w x[t+1] =...
  6. M

    Mathematica Define a function via numerical integration in Mathematica

    Hi all, I have a function defined by an integral containing an arbitrary real parameter q. I can't do the integral, so I wanted to plot the function by evaluating the integral numerically. However, I can't do this owing to the arbitary-non numerical parameter in my integrand! Can anyone tell...
  7. Barnak

    Mathematica Mathematica : Perlin like distribution on a sphere

    I need to generate a set of random points on an unit sphere, using Mathematica. I can do it for a simple homogeneous (i.e. uniform) distribution of points using the following coordinates : RandomPoints[u_, phi_] := {Sqrt[1 - u^2] Cos[phi], Sqrt[1 - u^2] Sin[phi], u}, with uniform random...
  8. P

    Mathematica Mathematica plot without asymptotes

    hi there, I've a got a little problem here. I was trying to parametrically plot the hyperbola x=sec(t) y=tan(t) and mathematica always plots the asymptotes as well. Is there a way to hide these kind of asymptotes I know how to use the exclusions option to hide horizontal or maybe even...
  9. K

    Mathematica Looking for a generic code using Mathematica

    Dear all, Iam looking for a generic code that could express the following functions: Subscript[mata, 1] = hl[[1]]; Subscript[mata, 2] = matg[[2]].hl[[1]] + hl[[2]]; Subscript[mata, 3] = matg[[3]].matg[[2]].hl[[1]] + matg[[3]].hl[[2]] + hl[[3]]; Subscript[mata, 4] =...
  10. U

    Mathematica Geodesic expansion in Mathematica

    Does anybody knows the package that can, given metric and equation of hypersurface (spacelike or null )calculate induced metric, external curvature and expansion (Raychaudhuri equation) in Mathematica. Thanks
  11. I

    Mathematica Can Mathematica Automatically Show the Origin Point When Plotting?

    Hi, Does anybody know how I can let Mathematica show the origin point when plotting? Usually, it labels the axes with numbers but not the origin. I have to use Tick{} to let it show origin. But who knows how I can have it show automatically? Thank you.
  12. M

    Mathematica Mathematica: two synchronous animations

    Hello everyone. Using ListLinePlot and ListAnimate I have made an animation with a hundred frames or so. Also, I have an animated graph corresponding to that animation, plotting certain values. For my presentation, I would like to show the audience these two animations and for that reason I...
  13. S

    Mathematica Can Mathematica Utilize Multi-threading to Enhance Performance?

    Hello? Has somebody used or has experience about using Mathematica's code with multi threading for increasing it's capacity and efficiency or smth like this? My personal computer hasn't enough capacity to calculate all i need so now I'm looking for using Math on cluster. Thanks!
  14. M

    Mathematica Mathematica -> making multiple variables in one go?

    [ANSWERED] Mathematica -> making multiple variables in one go? Ok so let's say i know how many variables i want: numberofvariables = 5; and then i want to create 5 different variables, say X1, X2, X3, X4, X5 based on some formula, say: Xi = 5+i^2 but i want this creation of...
  15. Hootenanny

    Mathematica Generalised Eigenvalue Problem in Mathematica

    I have a generalised eigenvalue problem of the form A\boldsymbol{u} = \lambda B\boldsymbol{u}\;, where A and B are symmetric matrices with real symbolic entries. I'm trying to compute the eigenvalues with Mathematica using the command Eigenvalues[{A,B}] which according to the documentation...
  16. Barnak

    Mathematica Table item number in Mathematica

    I need to define some "Tables" in Mathematica, in which some elements contains their own item number, like the following example below : A := {a, b, 3 c, d} B := {1, b, c, d} C := {a, b, c, 4, d, e} D := {a, 2, c, d, 5, g} How can I do this ?
  17. S

    Mathematica Plotting points in 3-D in Mathematica

    Hello friends; The points in the source code is supposed to be drawn in 3-D, S in source code means points in cartesian cordinate (X-Y-Z) respectively. I am supposed to draw the points in 3-D graph. Please friends, help me do this. The source Code is below a2 = 90; Rz1 =...
  18. U

    Mathematica problem, nontrivial solution for matrix equation Ax=0

    Hey, how can i get a non trivial solution from matrix equation Ax=0 more precisely, i want to calculate eigenvectors : (M- a_1*I)x = 0, i keep getting x=0.
  19. I

    MATLAB Area command in Matlab or Mathematica or Maple

    Hi, I would like to know if there is a command in Matlab or Mathematica or Maple, which shows the area of a closed curve. For example, find the area enclosed by a circle, x^2+y^2=1. I wish I could use a command like "SOME_AREA_COMMAND[x^2+y^2=1]" and it can give me the answer Pi. I know I...
  20. K

    Mathematica Need help to get the right codes using Mathematica

    Dear all, Please help me to get the right codes of sumu17[m,n] and sumv17[m,n] that should be kept inside the Do-Loop. You can refer to the attached file to view the code. I appreciate for any comments. Thank you.
  21. Y

    Limit of a Step Function in Mathematica

    I was using Mathematica to find the limit of the equation: (x^3*Floor[x - 3])/(x - 3) As x approaches 3. Mathematica gave the answer as 0, but when I checked by hand, I did not get that. As the function approaches 3 from the left side, it goes to positive infinity. As the function approaches 3...
  22. L

    Mathematica Solving Notebooks Issues on Mathematica

    hello everyone! I tried to work on MATHEMATICA and i find it so fine! But i have a problem! I can't save my notebooks. I get a message for a wrong path,but reading the whole message i assumed it's not smthing that i can fix. Did anyone have the same problem? Thank you!
  23. A

    Mathematica Labeling Axes in Mathematica: How to Define Range of Y-Axis | Tips & Tricks

    Dear Fellows I am working on Mathematica and found my graph successfully but the problem only I am having is how to label my graph, command of my plot is Plot [Re[u], {x, 0, 1}, Frame -> True] which shows the range of x-axis but I also want to define range of my y-axis ,,, can...
  24. M

    Semi-trivial Mathematica Question

    Hi guys, I have a long list of numbers which has only two values, e.g. {1,1,1,0,0,1,0,1,0,0,0...}. The list is ordered as a function of time -- chronologically. I need to see, then, how long the list stays at 1 before going to 0, and then how long the list stays at 0 before going back...
  25. K

    Mathematica Mathematica: please from the experts

    Dear all, Please help me to fix this problem: f[m_, n_] := Module[{u1, u2, v1, v2, sumu1, sumu2, sumv1, sumv2}, u1 = 3 m + 2 n; u2 = 2 m - 5 n; v1 = 4 m - 3 n; v2 = 6 m + 3 n; sumu1 = Sum[u1[i, n], {i, 1, m, 2}]; sumu2 = Sum[u2[i, n], {i, 1, m, 2}]; sumv1 =...
  26. S

    Mathematica Simple integral in Mathematica

    The integral is : http://i038.radikal.ru/1108/ed/a6cd0c5e8f36.jpg , where "y" - coordinate, "kx" - component of wave vector if we calculate this integral on a paper with a pen and using compex variables theory we obtain: 1) y>0 here, in the capacity of contour we take...
  27. K

    Mathematica Mathematica: why Do-Loop outputs are different from individual cases.

    Dear all, I am just wondering why I did not get the right outputs from the Do-Loop iteration. When I run the Do-loop, I got the wrong results as compared to the results I obtained for an individual iteration. For instance: Case 1 with Do-Loop run from m = 1,3,5 and n = 1,3,5: In[1]:=...
  28. W

    Mathematica Mathematica GPU quasi monte carlo integrals using CUDA

    hello all! I just got a new computer with an Nvidia card, and am now able to do some GPU parallel processing inside mathematica using CUDA. My main interest is in taking tons of moderate accuracy (3-4 digits) numerical integrals. I've been using QMC in MMA and that's been working well...
  29. A

    Mathematica Solution of linear equation using Mathematica

    Please anyone can help me for finding solution of linear equation by using mathematica, for example take us equations as, 9x+10y+7z+18 w=8 3x-3y-8z+88 w=0 12x+9y-17z-14w=2 x+y-2z+w=0 Infect I have to use this thing in my code which will be good by using this thing,,, Any...
  30. A

    Mathematica Mathematica not supporting graphs code is as

    mathematica not supporting graphs,,,code is as Dear Fellow I was trying to make graph using mathematica but because of imaginary appearing mathematica is not supporting don't now how to evaluate the graph,,where code for mathematica is as rho = 1.74*10^(3); lambda = 9.4*10^(11); mue =...
  31. I

    Checking answer vs. mathematica (2nd order equidimensional non homog. ODE)

    Homework Statement Obtain general solution: x^2 y''(x)-2 x y'(x)+2 y(x) = x^2+2 Homework Equations Using Euler Cauchy method, and using variation of parameters The Attempt at a Solution Hey all, I have been struggling with this problem since yesterday in obtaining the...
  32. K

    Mathematica Mathematica: Please help me to improve the summation codes inside Do-Loop

    Dear all, I have a problem with regard to the summation which is done inside the Do-Loop iteration. I have attached the file which includes further information about the defintions, some examples and etc. Please help me to get the right codes in order to express totalu1, totalv1, totalu2 and...
  33. Rasalhague

    Mathematica Mathematica: ListPlot weirdness

    In Mathematica 7, I entered u = {1, 2, 3, 5, 7, 8, 10, 11}; v = {1, 2, 4, 5, 4, 3, 1, 1}; w = Transpose[{u, v}]; ListPlot[w, PlotRange -> All, AspectRatio -> 1/1] I wanted this to display a dot at each of the 8 points of w, {{1, 1}, {2, 2}, {3, 4}, {5, 5}, {7, 4}, {8, 3}, {10, 1}...
  34. mnb96

    Mathematica Finding recursive relations in Mathematica

    Hello, I have a sequence of polynomials defined in the following way: P_k(x) = \frac{\partial^k}{\partial x^k}e^{s(x)}\vert_{x=0} Essentially the polynomial Pk is the k-th derivative of \exp(s(x)) evaluated at x=0. The function s(x) is a polynomial of 2nd degree in x. In mathematica I...
  35. P

    Mathematica Mathematica , Combining 2D and 3D plots

    Hi, I was thinking if there is a way to combine 2D and 3D plots in mathematica. I mean, for example I have a curve on the XY plane and I want to combine it with a graph of a surface, so to have that curve under the surface. The other case , to combine a 2D vector field with a surface ...
  36. M

    Mathematica Defining a counting function in mathematica

    Hi and thank you for reading this. I'm learning to use mathematica and among those things I'm trying to do, is to define a function that can count for me, say, the number of positive zeros less than a given number Z of a familly of function. For exemple, let f_n(x) = sin(x/n) for any...
  37. S

    Mathematica Simple question in Mathematica: find value of function

    Hi guys! I'm trying to the value of x when a function F[x] has a certain expression. I'm computing the value of F[x] using NDSolve and a set of differential equations - all numerically. Yet, I can't find an easy and systematic way to find the value of x when F[x]=constant. I tried using...
  38. L

    Mathematica Plotting and Integrating difficult functions/Maple or mathematica

    Hi Everybody, So basically I spent the summer working on some optics related stuff and now they want me to present my research work. This means I'm going to have to do numerical simulations for diffraction of Laguerre-Gaussian beam modes. In a word, the integrals are ridiculously long and...
  39. T

    Mathematica Plot Primorial[x] and Factorial[x] in Mathematica

    How do I plot those together? It seems like Mathematica isn't recognizing Primorial. Every time I try to use it, it just prints it back for output. For example: In[30]:= Primorial[2] Out[30]= Primorial[2]
  40. L

    Mathematica Gillespie Algorithm (Monte Carlo Simulation) for simple process in Mathematica

    I am trying to model a simple birth and death process in Mathematica using the Gillespie Algorithm. I am using 1 DNA molecule that is transcribed to mRNA with rate k1, \mbox{DNA} \longrightarrow \mbox{DNA + RNA} and the transcribed RNA are subject to degradation with rate k2...
  41. K

    Mathematica Plotting arbitrary constants in mathematica

    How do you plot arbitrary constants in mathematica? for example r(psi)=a(1-eCos(psi)), where a and e are some constant. Thanks in advance for the help.
  42. Y

    Mathematica Solving equation with mathematica

    hi i want to solve this equation a/x=Cosh[b/x] i set a=1 and b=5 and use NSolve code but mathematica say it can not solve it. but with maple i get real and imaginary parts. 1-is there another method to solve this equation numerically? 2-can this equation be solve for arbitrary a and b...
  43. V

    Mathematica Bug with Mathematica: Simplify Function Output

    When I try Simplify[Sqrt[1/(c^2 L^2 - k^2 q^2 Q^2)] Sqrt[c^2 L^2 - k^2 q^2 Q^2], c^2 L^2 - k^2 q^2 Q^2 > 0] I get Sqrt[1/(c^2 L^2 - k^2 q^2 Q^2)] Sqrt[c^2 L^2 - k^2 q^2 Q^2] as output but when I try Simplify[Sqrt[1/(c^2 L^2 - k^2 Q^2)] Sqrt[c^2 L^2 - k^2 Q^2], c^2 L^2 - k^2 Q^2 >...
  44. K

    Mathematica Mathematica: got problem with substitution

    Dear all, I have a problem with my code using the substitution. The code works perfectly without substitution however it does not work with substitution. I mean, I got the results of sub[1], sub[2] and sub[3]. But using the code replacement, I got sub[1] = sub[2] = sub[3], which are not...
  45. S

    Mathematica [Mathematica] Finding equal elements in a list

    I have a nested list of the type: {{1, 2, 3}, {1, 2, 4}, {1, 1, 2}} I want to find the number of sublists in which the first two elements are equal, so in this case that's one (the sublist {1, 1, 2}). Is this possible in Mathematica?
  46. M

    Mathematica [Mathematica] How many circular primes below 1E+6

    Circular meaning all of its digit rotations are also prime.PrimeLimit = 1000000; NoRotate = Select[Range[PrimeLimit], PrimeQ]; Rotate1 = Select[FromDigits[#] & /@ (RotateLeft[IntegerDigits[#]] & /@ Select[Range[PrimeLimit], PrimeQ]), PrimeQ]; Rotate2 = Select[FromDigits[#] & /@...
  47. M

    Mathematica [Mathematica] Combining statements

    FromDigits /@ Permutations[Range[9], {4}] MapThread[Power, Transpose [FactorInteger[1234]]] MapThread[Power, Transpose [FactorInteger[#]]] &[FromDigits /@ Permutations[Range[9], {4}]] Expression 1 and 2 work, so why not 3? General goal: Find the factors of all permutations of the digits 1-9...
  48. U

    Solve Nonlinear Stiff ODE in Mathematica (NDSolve)

    Hello, I'm trying to (numerically) solve the equation y''*y=-0.5*y'^2 in Mathematica. I know there's an analytic solution (and I know how to calculate it), but I want to modify this equation and thus need to verify that the numerical solution for the original equation is exact. I'm using...
  49. F

    Mathematica Wave eqaution PDE in mathematica

    hi i can't make DSolve solve the wave equation with simple bvc ive gone through the mathematica documentation and can't find the answer for the input \text{DSolve}\left[\left\{u^{(2,0)}[x,t]==4 u^{(0,2)}[x,t],u[x,0]==1,u^{(0,1)}[x,0]==\text{Sin}[x]\right\},u,\{x,t\}\right] it just...
  50. T

    Mathematica Mathematica NDsolve error, ndode?

    Hi all, So I'm trying to solve, what I think are three coupled PDEs with NDSolve and it keeps giving me NDSolve::ndode: Input is not an ordinary differential equation. >> as an error. I don't quite understand why? These are my PDEs for anyone that's interested. I will try to pretty them...
Back
Top