27,415 reputation
658130
bio website tpfto.wordpress.com
location
age
visits member for 1 year, 4 months
seen 23 mins ago
stats profile views 3,238

Avatar made with Mathematica 8:
Gravatar

Blocky depiction of Hilbert curve, styled with Perlin noise.


E-mail (flipped ROT13): zqd˙ʎʌuzʇ@ʇɐʌǝɥʇʌssqɹǝɥɟuɹʎɔ
Any code I've posted here I place under the WTFPL.


1d
comment A simple StringCases problem
Another way: StringCases[" A Vitamin D Deficiency (ICD-9-CM 268.9) (ICD-9-CM 268.9) 09/11/2015 01 ", RegularExpression["\\(ICD-9-CM ((\\d|\\.)+)\\)"] :> "$1"]
1d
comment Manipulating plot of random iterated function system fractal
@Edwin, can you be a bit more specific in what section(s) of the code are giving you difficulty? Also, did you at least try to look up functions unfamiliar to you in the docs?
1d
comment Solar System Orbital Parameters
@Sjoerd, hmm, on second glance, you're right.
1d
revised Manipulating plot of random iterated function system fractal
added 1216 characters in body
1d
comment Manipulating plot of random iterated function system fractal
@Edwin, RandomChoice[] supports weights; look this up in the docs. So, you can still do Barnsley's fern with this approach. You also shouldn't have any difficulty modifying this to use a slider for n instead of the With[{n = bignumber}, (* stuff *)] in my code.
1d
awarded  Popular Question
1d
comment Weird vertical line when trying to plot a histogram
Have you seen the AxesOrigin option?
1d
comment How to draw tiles with different height?
A few illustrative pictures from you might be in order...
1d
answered Manipulating plot of random iterated function system fractal
1d
reviewed Edit suggested edit on Filtering the elements of an array to split them into two categories
1d
revised Filtering the elements of an array to split them into two categories
added 196 characters in body; edited tags
1d
comment Precision of a complex number
That's not an answer to my question. Where did this come from? Some context would be needed.
1d
revised Building a continued fraction
added 9 characters in body
1d
comment Precision of a complex number
Depends. Where did you get this output? Are you sure the output is supposed to be real?
1d
revised How can I detect an ellipse in a photo?
deleted 32 characters in body
2d
comment How do I automatically “trim” the bounding box for a Graphics3D output?
What happens if you add the option Method -> {"ShrinkWrap" -> True}?
2d
revised How to insert big list of Data in DB?
edited tags
2d
revised Creating a simulation of our Solar System
added 109 characters in body
2d
comment Solar System Orbital Parameters
Since your question got closed... if you're interested in seeing how JPL does it, you might want to see this.
2d
revised Schrödinger equation in cylindrical coordinates
added 1 characters in body; edited title