Is there any possibility to implement a structure like a ProgressIndicator into NDSolve?
This integral is divergent. How to use NIntegrate to see how it grows?
Call a Haskell DLL from Mathematica
Product of set elements not exceeding a bound
How does Mathematica solve a certain differential equation?
How to cross-compile LibraryLink code for multi-platform distribution
Plotting difference between two Half Normal Distributions
Is there any possibility to implement a structure like a ProgressIndicator into NDSolve?
It is already formulated in the title. NDSolve takes sometimes a considerable piece of time. It would be very practical to have some information on how long it is still to wait. So, any ideas? To ...
- asked by Alexei Boulbitch (20 votes), answered by user21 (16 votes)
This integral is divergent. How to use NIntegrate to see how it grows?
I am trying to get information on the following integral: $$ \int_{\pi-0.3}^{\pi-\epsilon} \frac{1}{(3+\cos{x})\sqrt{(3+\cos{x})^2-4}} $$ The lower limit is somewhat arbitrary; the point is that ...
- asked by Gelasio Salazar (10 votes), answered by Michael E2 (6 votes)
Call a Haskell DLL from Mathematica http://mathematica.stackexchange.com/questions/134913/call-a-haskell-dll-from-mathematica
Looking for a way to call a Haskell DLL from Mathematica, I've stumbled on this, for GNU R: http://neilmitchell.blogspot.com.br/2011/10/calling-haskell-from-r.html It is (to me) a beautiful example ...
- asked by Rand (10 votes), answered by WReach (11 votes)
Product of set elements not exceeding a bound http://mathematica.stackexchange.com/questions/134743/product-of-set-elements-not-exceeding-a-bound
I have a set of distinct positive integers l (if you wish, you may assume it is a list ordered by size), and a bound lim. In general, l has thousands of elements, but all are at most equal to lim. I ...
- asked by rogerl (10 votes), answered by george2079 (4 votes)
How does Mathematica solve a certain differential equation? I was trying to solve a nonlinear differential equation with the following code. DSolve[3*x^2/D[u[x, y], x] + 3*y^2/D[u[x, y], y] == -1, u, {x, y}] And I got the following output: {{u -> ...
- asked by usr109876787 (8 votes), answered by Michael E2 (12 votes)
How to cross-compile LibraryLink code for multi-platform distribution
I am running Mathematica on a Windows 10 machine and I would like to develop a package for public distribution. Most of the package will be Mathematica code, but some timing-critical parts should be ...
- asked by Ben Niehoff 8votes Plotting difference between two Half Normal Distributions I am new to Mathematica, and this question may reflect that. I am trying to plot the probability density function of a random variable which equals the difference between two independent random ...
- asked by user120911 (8 votes), answered by Jim Baldwin (9 votes)