Graduate student in Computational Mathematics at the University of Chicago.

Interested in Scientific Computing, Numerical Linear Algebra, Complex Networks, Statistics, and Education.

May
13
comment Graph of Graphs in Graphviz
Thanks for the thorough response Simon. In my case though I want to treat each of the subgraphs as nodes in the super-graph, not components. I want to specify that an edge exists between 1->2 and 1->3 and have the subgraphs drawn distinctly, encicrlced as nodes, with the appropriate edges between components.
May
10
asked Graph of Graphs in Graphviz
May
9
answered Relational/Logic Programming in Python?
May
2
awarded Nice Question
Apr
30
comment Multivariate (polynomial) best fit curve in python?
I just noticed this question. I've updated the organization of the repo, added a permissive open source license, and published it on PyPi. You should be able to easy_install multipolyfit .
Apr
24
accepted F2Py with allocatable and assumed shape arrays
Apr
24
comment F2Py with allocatable and assumed shape arrays
I knew I was being a bit dumb with y but I wanted to make something was allocated (my actual code has non-trivial allocations). I did not know about many of the other points though. Looks like I should go look into some sort of Fortran90 best practices guide.... Thanks for the thorough answer!
Apr
24
revised F2Py with allocatable and assumed shape arrays
Prettier markdown
Apr
24
revised F2Py with allocatable and assumed shape arrays
edited title
Apr
24
asked F2Py with allocatable and assumed shape arrays
Apr
18
comment Which package should I use to wrap Modern Fortran Code with Python?
While I agree that that's discouraging I've still had decent success with it. Out of the box it's more functional than f2py on F90. It also has a very low entry barrier. I was glad to have found it.
Apr
17
answered Which package should I use to wrap Modern Fortran Code with Python?
Apr
13
revised How does the Java for each loop work?
deleted 11 characters in body
Apr
13
answered Optimized matrix multiplication in C
Mar
29
comment Python package dependency tree
I like the idea of using pip from within Python. The command line interface fails if I already have the package installed. How can I use the Python code directly to find the dependencies of a particular package?
Mar
29
revised Python package dependency tree
deleted 6 characters in body
Mar
29
asked Python package dependency tree
Mar
26
comment Method selection for numeric quadrature
Nice response. Why would QUADPACK have chosen the 21 point Gauss-Kronrod method in particular? Why the magic number?
Mar
26
comment Method selection for numeric quadrature
@Reid.Atcheson, I think you're answering the question right now. I'm not asking what is the best method, I'm asking what sorts of questions would you ask and what would those answers tell you? How does one approach these sorts of problems in general?
Mar
26
asked Method selection for numeric quadrature
1 2 3 4 5