Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #3665
| References | <201104201747.13527.akabaila@pcug.org.au> |
|---|---|
| Date | 2011-04-20 00:56 -0700 |
| Subject | Re: Vectors |
| From | Chris Rebert <clp2@rebertia.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.627.1303286216.9059.python-list@python.org> (permalink) |
On Wed, Apr 20, 2011 at 12:47 AM, Algis Kabaila <akabaila@pcug.org.au> wrote: > Hi, > > Are there any modules for vector algebra (three dimensional > vectors, vector addition, subtraction, multiplication [scalar > and vector]. Could you give me a reference to such module? Dunno if it has 3D-specific features, but NumPy is the gold standard for matrix-y stuff in Python: http://numpy.scipy.org/ And apparently it's even Python 3.1-compatible now; that's quite a feat. Cheers, Chris
Back to comp.lang.python | Previous | Next | Find similar
Re: Vectors Chris Rebert <clp2@rebertia.com> - 2011-04-20 00:56 -0700
csiph-web