Category:NumPy: Difference between revisions

From Rosetta Code
Content added Content deleted
(moved content from NumPy)
m (Eoraptor moved page Category:Numpy to Category:NumPy: correct syntax)
 
(5 intermediate revisions by 2 users not shown)
Line 1:
{{library}}
 
[[wp:NumPy | NumPy]] is a numerical mathematics extension to the [[Python]] programming language, .
addingIt adds support for large, multi-dimensional arrays and matrices, along with a large library of high-level mathematical functions to operate on these arrays.
along with a large library of high-level mathematical functions
to operate on these arrays.
 
 
;Websites: http://www.numpy.org - httphttps://numpypypi.scipypython.org - http://sourceforge.net/projectspypi/numpy
 
;Current version: NumPy 1.9.1 released 2014-11-02
 
 
[[:Category:SciPy|SciPy]] makes use of NumPy
and [[:Category:matplotlib|matplotlib]].
 
;See also: [[Fortran|Fortran 90]], [[MATLAB]], [[Julia]], [[Octave]], [[R]], [[Scilab]], [[Yorick]], [[Stata]]/Mata, [[SAS]]/IML, which all support numerical computations on matrices.
<!--
[[wp:NumPy | NumPy]] 1.9 supports Python 2.6, 2.7, 3.3, and 3.4
 
[[FreeLAB]], [[SciLab]],
-->
;See also: [[MATLAB]], [[LabVIEW]], [[Julia]], [[Octave|GNU Octave]], [[PARI/GP]], [[R]], [[Yorick]]
 
[[Category:Python]] [[Category:SciPy]]

Latest revision as of 21:16, 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 - https://pypi.python.org/pypi/numpy

SciPy makes use of NumPy and matplotlib.

See also
Fortran 90, MATLAB, Julia, Octave, R, Scilab, Yorick, Stata/Mata, SAS/IML, which all support numerical computations on matrices.