Questions tagged [version-10.2]
For questions specific to Version 10.2 of Mathematica.
7 questions
0 votes
1 answer
468 views
Why can't I parallelize this code
I have a simple routine (I thought it was simple), that I cannot parallize. It goes like this ...
7 votes
1 answer
1k views
Mathematica 10.2 is slow to NIntegrate highly oscillatory integrals
I noticed that Mathematica V10.2 is taking much longer to run my code when compared with V9. One function that seems affected is NIntegrate. For example, for a ...
3 votes
2 answers
498 views
WSTP hangs up in Mathematica 10.2
I have a problem with WSTP in the newest version of Mathematica. I get the same problem on Ubuntu 14.04 and Mint 17.2. Using the pre-built examples (...
4 votes
1 answer
227 views
Why does Information[]-Function (question mark) prepend additional contexts to $ContextPath?
I evaluated the following in Mathematica 10.2 with a refreshed kernel: ...
22 votes
3 answers
4k views
Prevent 10.2 from creating "Wolfram Mathematica" directory on Linux
Since upgrading to version 10.2.0.0, every time I start the Mathematica front-end it creates a "Wolfram Mathematica" directory under my home directory. (It never seems to put anything in it.) Anybody ...
4 votes
1 answer
291 views
Some symbols do not auto-complete in version 10 and version 11
When I input Backsub in Mathematica 10.2 and press Ctrl+K after, I couldn't get Backsubstitution. My OS is Windows 8 32-bit. ...
26 votes
1 answer
931 views
What's the point of ContainsAll, ContainsAny and friends?
Mathematica 10.2 contains a few new functions that test set containment: ContainsAll, ContainsAny and a few others. The ...