All Questions
Tagged with numerical-methods numpy
3
questions with no upvoted or accepted answers
7
votes
0answers
203 views
Numerical integration in cython
I have a set of nested functions that I need to call multiple times. I know scipy.quad is pretty fast, but I will need to call the integrator recursively and want ...
3
votes
0answers
157 views
Simple finite difference employing Maccormack technique
I am relatively new to programming and while I am fairly comfortable with the math, I cannot say with confidence that I feel the same way with programming. Anyway here is a simple finite difference ...
2
votes
0answers
232 views
Numerical differentiation on sphere with Python
I have ported from Fortran to Python an algorithm that calculates the numerical derivative along the x direction (longitudinal) of a scalar function s on a ...