Category:NumPy: Difference between revisions

From Rosetta Code
Content added Content deleted
(moved content from NumPy)
m (SciLab)
Line 1: Line 1:
{{library}}
{{library}}


[[wp:NumPy | NumPy]] is a numerical mathematics extension to the [[Python]] programming language,
[[wp:NumPy | NumPy]] is a numerical mathematics extension to the [[Python]] programming language.
adding support for large, multi-dimensional arrays and matrices,
It adds support for large, multi-dimensional arrays and matrices,
along with a large library of high-level mathematical functions
along with a large library of high-level mathematical functions
to operate on these arrays.
to operate on these arrays.
Line 18: Line 18:
[[wp:NumPy | NumPy]] 1.9 supports Python 2.6, 2.7, 3.3, and 3.4
[[wp:NumPy | NumPy]] 1.9 supports Python 2.6, 2.7, 3.3, and 3.4


[[FreeLAB]], [[SciLab]],
[[FreeLAB]],
-->
-->
;See also: [[MATLAB]], [[LabVIEW]], [[Julia]], [[Octave|GNU Octave]], [[PARI/GP]], [[R]], [[Yorick]]
;See also: [[MATLAB]], [[LabVIEW]], [[Julia]], [[Octave|GNU Octave]], [[PARI/GP]], [[R]], [[:Category:Scilab|SciLab]], [[Yorick]]


[[Category:Python]] [[Category:SciPy]]
[[Category:Python]] [[Category:SciPy]]

Revision as of 21:34, 9 November 2014

Library
This is an example of a library. You may see a list of other libraries used on Rosetta Code at Category:Solutions by Library.

NumPy is a numerical mathematics extension to the Python programming language. It adds support for large, multi-dimensional arrays and matrices, along with a large library of high-level mathematical functions to operate on these arrays.


Websites
http://www.numpy.org - http://numpy.scipy.org - http://sourceforge.net/projects/numpy
Current version
NumPy 1.9.1 released 2014-11-02


SciPy makes use of NumPy and matplotlib.

See also
MATLAB, LabVIEW, Julia, GNU Octave, PARI/GP, R, SciLab, Yorick