Category:NumPy: Difference between revisions

From Rosetta Code
Content added Content deleted
m (SciLab)
m (4 years since somebody updated this: that means it's useless)
Line 8: Line 8:


;Websites: http://www.numpy.org - http://numpy.scipy.org - http://sourceforge.net/projects/numpy
;Websites: http://www.numpy.org - http://numpy.scipy.org - http://sourceforge.net/projects/numpy

;Current version: NumPy 1.9.1 released 2014-11-02



[[:Category:SciPy|SciPy]] makes use of NumPy
[[:Category:SciPy|SciPy]] makes use of NumPy

Revision as of 17:38, 10 March 2018

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

SciPy makes use of NumPy and matplotlib.

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