| bio | website | astro.uni-koeln.de/staff/… |
|---|---|---|
| location | Cologne, Germany | |
| age | 43 | |
| visits | member for | 1 year, 4 months |
| seen | 3 hours ago | |
| stats | profile views | 99 |
Astronomer, interested in star formation, interstellar medium, astrochemistry, doing numerical modelling
|
Apr 6 |
comment |
How is AstronomicalData interpreting its date arguments? I would be interested in your SPA implementation. Would you be willing to share? |
|
Mar 17 |
comment |
Does Mathematica support collaborative filtering and recommendation systems? As it is, this is a very vague question. Maybe you should be more specific about what you are looking for or what Problem you are trying to solve. |
|
Feb 15 |
comment |
How to make plot with frame and two different scales on the x-axis (CMB power spectrum example) I think the questions aims at the changing log scale of the bottom x-axis. |
|
Feb 5 |
comment |
Applying TextRecognize on alpha-numerical table @belisarius Brilliant! Working like a charm (with some manual tweaking still to do). Is there an easy way to automatically determine the number of table lines in the figure, or do I have to count manually and modify the code accordingly? |
|
Jan 22 |
comment |
How to install the Wolfram Workbench plugin into Eclipse Kepler? @sebhofer Following your walkthrough on Win 7 I get the following error: An internal error occurred during: "FrontEnd Job::Open Notebook". com.wolfram.jlink.NativeLink.MLOpenString(Ljava/lang/String;[Ljava/lang/String;)J |
|
Dec 20 |
comment |
Do you know of any web-based university course that is entirely Mathematica based? I gave a course on Mathematica as a tool for astronomy and physics completely done in form of Mathematica notebooks. |
|
Dec 6 |
comment |
File-backed lists/variables for handling large data Holy cow! +1 for the monster effort! |
|
Dec 6 |
comment |
Histogram: Bars not stacked, not overlapped, but side by side? @MockupDungeon There are always more ways to come up with some hand-woven solution :) |
|
Dec 4 |
comment |
Plotting Error Bars on a Log Scale @AnastasiiaAnishchenko Hmm, I don't get this error. Have you installed the package? Here is the [link]( library.wolfram.com/infocenter/MathSource/6747) . Download the zip file and install it, then retry the Needs command. |
|
Nov 30 |
comment |
Plotting Error Bars on a Log Scale @AnastasiiaAnishchenko Just write Needs["ErrorBarLogPlots`"]. |
|
Nov 7 |
comment |
Solve an equation in $\mathbb{R}^+$ @FormlessCloud I updated the answer to show how to get rid of the braces. |
|
Oct 5 |
comment |
What are some advanced uses for Block? WOw, again an amazing answer +1 |
|
Oct 5 |
comment |
Custom arrow shaft Agreed, that's cool. But imagine adding a few vertices, which would requires a lot of fiddling around with Transformations to have the Arrows where they belong. It would be nicer to let Graph do this. But still, very nice idea! +1 |
|
Oct 3 |
comment |
How to plot Error Bars in a 3D scatter plot Very nice solution +1 |
|
Sep 29 |
comment |
How do I compute sidereal time and JD? Great! A pity that I can't give you another +1 for each edit :) |
|
Sep 28 |
comment |
How do I compute sidereal time and JD? @cormullion +1 for the reference. Great page that I also used for many of my implementations. |
|
Sep 19 |
comment |
Fast Spherical Harmonics radiative transfer @Heike Wow, 3.5 vs. 148.5 seconds. Thank you for the tip. |
|
Sep 19 |
comment |
Fast Spherical Harmonics radiative transfer @J.M. LinearAlgebraMatrixConditionNumber[Table[B[i, m]...` gives 2.63531*10^98 . My comment on the N[#,30] was to remind me that even with N the LinearSolve::luc error occured and that I had to use SetPrecision[#,Infintiy] to get rid of it. |
|
Sep 18 |
comment |
Fast Spherical Harmonics radiative transfer @J.M.no, didn't notice it. Thanks for the link. |
|
Sep 18 |
comment |
Fast Spherical Harmonics radiative transfer @J.M. Neat! Unfortunately, this is no bottleneck. Still nice to know, thanks. |