Displaying posts categorized under

Mathematics

Health, Mathematics Comments turned off

For Ada Lovelace Day: Florence Nightingale

By on October 15th, 2013

Note: a repost of a 2010 post I published for Ada Lovelace day. Unfortunately, I am too busy these days to write a new one. “Ada Lovelace Day is celebrated today to “…raise the profile of women in science, technology, engineering and maths.” So without further ado: She is a ‘ministering angel’ without any exaggeration […]

Ecology, Entomology, Genetics, Mathematics, programming, Science 14 comments

Terrible advice from a great scientist

By on April 13th, 2013

I am not inclined to write polemic posts. I generally like to leave that to others, while I take the admittedly easier route of waxing positive over various bits of cool science I find or hear about, and yes, occasionally do myself. But WSJ editorial from E.O. Wilson has irked me so much, I have […]

Funny, Mathematics, programming 2 comments

A Belated Valentine’s Day Post

By on February 16th, 2013

This is romantic! So listen up! A 3D heart shape may be drawn using the following implicit function: Or, in Python: def heart_3d(x,y,z): return (x**2+(9/4)*y**2+z**2-1)**3-x**2*z**3-(9/80)*y**2*z**3 Trouble is, there is no direct way of graphing implicit functions in Python. But anything can be found on Stack Overflow. Putting it all together: #!/usr/bin/env python from mpl_toolkits.mplot3d import […]

Biochemistry, Mathematics, Microbiology, Science, Structural biology Comments turned off

Repost: a very loose and circular association to Pi Day

By on March 14th, 2012

(Originally published March 14, 2009) Happy Pi (π) Day! Americans write dates in the MM/DD/YYYY format instead of the DD/MM/YYYY format used by the rest of the world. Usually a rather painful and confusing format if you did not grow up with it, causing checks to bounce and leases to expire for those who recently […]

Mathematics, programming, Science, Science publication, Writing Comments turned off

Oh, but to receive such a rejection letter!

By on November 12th, 2011

It is with no inconsiderable degree of reluctance that I decline the offer of any Paper from you. I think, however, you will upon reconsideration of the subject be of opinion that I have no other alternative. The subjects you propose for a series of Mathematical and Metaphysical Essays are so very profound, that there […]

computers, Mathematics Comments turned off

Alan Turing’s 99th Birthday

By on June 23rd, 2011

I can’t bring myself to say Happy Birthday Alan Turing, for Turing was definitely not a happy man towards the end of his life. All his contributions science and society amounted to naught when he was persecuted for his homosexuality, eventually driving him to suicide. What that brilliant mind could have contributed to society beyond his 42nd year, […]

Mathematics Comments turned off

Nature by numbers

By on April 28th, 2010

Beautiful video showing the mathematical beauty of nature, or the natural beauty of math. Here’s what I managed to figure out: 0:08-0:44 – Fibonacci sequence 0:45-1:40 – The Golden Ratio 2:40 – Delauney triangulations leading to Voronoi diagrams (2:56 and to the end)

Funny, Mathematics Comments turned off

Stupid Pi tricks for Pi Day

By on March 14th, 2010

π approximation script, from Stephen Chappell. import sys def pi(): a, b, c, d, e, f = 1, 0, 1, 1, 3, 3 while True: if a * 4 + b – c < c * e: yield e a, b, c, d, e, f = a * 10, (b – c * e) * […]

AltStyle によって変換されたページ (->オリジナル) /