24,256 reputation
245106
bio website
location
age
visits member for 1 year, 4 months
seen 2 hours ago
stats profile views 1,298

May
15
comment Solve √(2x-5) - √(x-1) = 1
Welcome here. I'm not entirely sure whether you are on the right place. This is the site for the software Mathematica and not a mathmatics site.
May
14
comment How to plot filling under a curve?
You have to use PlotRange->All inside your second plot, not in the Show.
May
14
comment How to plot filling under a curve?
@Misery I was referring to other users finding this question and hoping for an explanation of the behavior. Assume a slightly more difficult problem and having a more complex solution without any explanation.
May
14
comment How to plot filling under a curve?
Look at your second plot separately and you'll see it is cut too. Why should it be drawn completely when you combine the two graphs? Try PlotRange->All in your second graph which ensures that the whole curve is plotted.
May
14
comment How to plot filling under a curve?
Without explaining why it works now, the answer is useless for inexperienced users of Mathematica. If you don't know the reason for sure, only the fix, then give it a shot. You probably get corrected by the community, but you definitely learned something yourself.
May
11
comment rotating 3d text
@Jens Hehe.. Here I can only reply Buzinga
May
8
comment Open-source IntelliJIDEA plugin to support Mathematica development
@rcollyer At the moment it is nothing more than an editor. But even now you can create Mathematica SDKs by giving the path of a M-installation. This finds beside all AddOn packages the JLink.jar which we will use to support communication/evaluation with M. I have to say, this is currently not top of the TODO list.
May
8
comment How to compare power towers in Mathematica?
@VladimirReshetnikov This is really nice. I saw the answers yesterday, because my first thought was (too), let the mathematicians do the job and just implement it. What I saw there was really embarrassing for math.SE especially, because the obviously wrong answers were neither downloaded nor deleted. Let's hope the bounty attracts some more creative people and not only those, who don't even know the laws of exponentiation.
May
7
comment Syntax Highlighting for Mathematica on a Blog
@Silvia Why do I never see you in chat or in our new chatroom for our IntelliJ Mathematica plugin? I think you're giving great answers and I think everyone would be glad if you'd be around from time to time.
May
7
comment Syntax Highlighting for Mathematica on a Blog
@Silvia You're welcome! I'm really glad this is used by others and not only for stackexchange and my own (currently offline) site.
May
3
comment Open-source IntelliJIDEA plugin to support Mathematica development
@Szabolcs I give you some time to refresh your java knowledge and start the engines.
May
3
comment Open-source IntelliJIDEA plugin to support Mathematica development
@Szabolcs I need one or two days more to bring everything in shape but I wanted to throw out the question some time before.
May
1
comment Cusom PopupMenu file selector
On OSX and Linux you don't have \ as separator for directories. Otherwise this version is nice too.
May
1
comment Cusom PopupMenu file selector
+1 You should replace "\\" by $PathnameSeparator. Remember, on good operating systems, you have the real and only / as separator. Beside that fact, that it cannot handle files, I like this one.
May
1
comment Difference of old Graphics`Graphics3D`ListSurfacePlot3D and the current ListSurfacePlot3D
@chuy Please see my edit
May
1
comment Difference of old Graphics`Graphics3D`ListSurfacePlot3D and the current ListSurfacePlot3D
@chuy Unfortunately, this does not work on the original data. This was my first guess too and for the simplified example it works. I edited the question again and pointed this out.
May
1
comment Difference of old Graphics`Graphics3D`ListSurfacePlot3D and the current ListSurfacePlot3D
@belisarius So it is obvious and not worth investigating, why ListSurfacePlot3D changed its behavior? Because this is what the question is: How handled the old function tensors of dimensions {n1,n2,3} and why can the new function only handle tensors of dimensions {n,3}?
Apr
29
comment Arcs of rotation for angles
@amr What you mean is probably Experimental`AngularSlider[Dynamic[phi]]
Apr
29
comment Arcs of rotation for angles
Welcome to this site. To continue with your style of writing: Here is a link showing what I would like you to read: FAQ
Apr
28
comment How to find the minimum of this constrained expression?
@belisarius Sorry, haven't seen that. Nevertheless, one has to make them instead of getting everything from the solution.