5,148 reputation
12347
bio website physics.uwa.edu.au/~styler
location Melbourne, Australia
age 32
visits member for 1 year, 4 months
seen 2 days ago
stats profile views 305

May
22
awarded  Nice Answer
May
19
awarded  Enlightened
May
19
awarded  Nice Answer
May
18
accepted How to create new “person curve”?
May
7
awarded  Famous Question
Apr
22
comment How to create new “person curve”?
Spare time is hard to come by sometimes... I'll find some one day and come back to evaluating and accepting one of these answers
Mar
1
awarded  Announcer
Feb
20
awarded  Notable Question
Feb
18
awarded  Popular Question
Feb
10
awarded  Good Question
Feb
8
awarded  Good Answer
Jan
24
awarded  Popular Question
Jan
17
awarded  Yearling
Jan
14
awarded  Enlightened
Jan
14
awarded  Nice Answer
Jan
14
comment How can I get Mathematica to produce better Fortran code?
@Tang: My bad, put the Block in a stupid place that interfered with some initialisation stuff [note to self: test all code in a clean session before posting!] Fixed now.
Jan
14
revised How can I get Mathematica to produce better Fortran code?
move the `Block` to a more sensible place...
Jan
14
comment How can I get Mathematica to produce better Fortran code?
@user58211 I've written up a quick example. Also, can you edit your profile so that it displays your name/alias? People are often more willing to help you if you're more than just a number!
Jan
14
answered How can I get Mathematica to produce better Fortran code?
Jan
14
comment How can I get Mathematica to produce better Fortran code?
I don't have time to write a full answer, but a couple of things that might help are HornerForm for polynomials and the OptimizeExpression code used by Compile. For the latter, see 1 and 2 and linked questions.