Hello,
My name is Tomohiko Kinebuchi (杵渕 朋彦).
I got a master's degree in Math 4 years before,
and I am now working as a programmer.
When I was an undergraduate student, I majored in algebra.
So I feel excited to treat mathematical functions,
expressions, some kind of higher-order functions (such as differential and integral)
and many theoretical objects.
A power of Python helps me to describe mathematical objects.
Indeed, I implemented group as a Python's abstract base class,
elements of the group as instances of the Group class and its axioms as test cases of py.test.
Math is difficult to start to study even for some skillful programmers.
So I want to explain math in terms of programming languages.
Regards,
Tomohiko Kinebuchi
--class Cocoatomo:name = 'cocoatomo'email_address = 'cocoa...@gmail.com'twitter_id = '@cocoatomo'