263 reputation
8
bio website
location
age
visits member for 11 months
seen Dec 2 '12 at 10:26
stats profile views 15

Sep
17
awarded  Caucus
Sep
7
accepted C interface for Mathematica
Jun
27
awarded  Editor
Jun
27
revised C interface for Mathematica
added 483 characters in body
Jun
27
awarded  Scholar
Jun
27
accepted Which Mathematica files may be deleted to save space
Jun
25
awarded  Self-Learner
Jun
23
awarded  Teacher
Jun
22
answered C interface for Mathematica
Jun
22
comment C interface for Mathematica
No questions, no answers, no question-answer game.
Jun
22
comment C interface for Mathematica
Thanks so far. I found it and made the factor "frontend" compile. What I miss now is a basic example for sending a string (presumably using MLPutString) and retrieving an output string. The examples I see mix sending/retrieving of various data types which I find a bit confusing.
Jun
22
asked C interface for Mathematica
Jun
7
awarded  Nice Question
Jun
4
comment Global precision setting
I see. How do I tell mathematica that all numbers e.g. 1.5 are actually 20 Digits precision? SetPrecision on all numbers or add the `20 everywhere?
Jun
4
comment Global precision setting
I tried setting $MinPrecision=20 already. Strangely I still get results with ScientificForm[%, 20] with just 16 digits. Do matrix computations and FindRoot depend on it?
Jun
4
asked Global precision setting
Jun
3
comment Export to text file
Hard to believe, but sometimes Mathematica is the better tool:) I take the best from both worlds...
Jun
3
comment Export to text file
Yes, that helps a lot already. Only the additional List, Complex expressions are a little bit inconvenient, but thats still easier to fix using the text editor.
Jun
3
comment Export to text file
Thanks, but no, thats not what I want! I like to have the full precission (or at least 18 digits) in all numbers but I do not want the `18.05263157894737 and the ^ because Maple does not understand what it means.
Jun
3
asked Export to text file