NumericPython
Numeric Python: Some handy array tools
Introduction
Getting Started
from Numeric import *
Arrays
More Interesting
>>> z1 = sqrt(add.outer(arange(-5,10)**2,arange(-7,8)**2)) >>> z = sin(z1)/z1
How to display?
Numeric Python: Some handy array tools
from Numeric import *
>>> z1 = sqrt(add.outer(arange(-5,10)**2,arange(-7,8)**2)) >>> z = sin(z1)/z1
How to display?