User Portlet User Portlet

Patrick Scheibe
Discussions
# Learn how to use the Documentation Center effectively *Mathematica* comes with the most comprehensive documentation I have ever seen in a software product. This documentation contains - *reference pages* for every *Mathematica* function -...
I thought I had a simple solution, but I don't.
#With vs. Block example One basic example that even new user often struggle is to insert values of parameters into an analytic solution. Let's say we have something like this solution = DSolveValue[{y'[x] + y[x] == a Sin[x], y[0] == b},...
Thank you, Stefan, for taking this into consideration. I know this would be an unbelievably generous present to the community and the chances are that it might not happen. In any case, even discussing this internally and listening to the community is...
Hi Diego, You probably mixed something up. For me it's 49/100 for community and 85/100 for mathematica.stackexchange on "Desktop". For "Mobile" it is 39/100 community compared to 73/100 stackexchange.
Since I replied directly to Vitaliy's post, he should get a notification without explicitly pinging him, but it can't hurt. I have a small package that extracts built-in symbols and named characters automatically, yes. Getting symbols from a...
In a terminal `math` session, we can start a front end (FE) easily by launching it though `LinkLaunch` or by using functions provided in the ``Developer` `` context. Here is an example False]; LinkWrite[lnk,FrontEndToken["New"]] ...
What do you mean when you say "Step by Step"? It's just Limit[(x^3 - 13 x^2 + 51 x - 63)/(x^3 - 4 x^2 - 3 x + 18), x -> 3] (* Out[7]= -(4/5) *) If you like a mathematical explanation, you should consider asking this on...
[Go here](http://mathematica.stackexchange.com/a/76484/187) to read the full answer and upvote it. The final solution seems to be to use RunScheduledTask[Print[DateString[]]; LinkWrite[First[$FrontEnd],...
Tonight, I needed over half an hour to debug a lengthy dynamic code of mine which worked fine for a long time. Let me share the findings: The following code gives an error in Mathematica 10.0.1, 10.0.2 on Linux and OS X. It does not appear in 10.0.0...