<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>numpy Archives - onlinetutorialspoint</title>
	<atom:link href="https://onlinetutorialspoint.com/category/numpy/feed/" rel="self" type="application/rss+xml" />
	<link>https://onlinetutorialspoint.com/category/numpy/</link>
	<description>OnlineTutorialsPoint</description>
	<lastBuildDate>Tue, 15 Dec 2020 08:06:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>

<image>
	<url>https://onlinetutorialspoint.com/wp-content/uploads/2016/01/cropped-apple-icon-152x152-32x32.png</url>
	<title>numpy Archives - onlinetutorialspoint</title>
	<link>https://onlinetutorialspoint.com/category/numpy/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How to split Numpy Arrays ?</title>
		<link>https://onlinetutorialspoint.com/numpy/how-to-split-numpy-arrays/</link>
					<comments>https://onlinetutorialspoint.com/numpy/how-to-split-numpy-arrays/#respond</comments>
		
		<dc:creator><![CDATA[Aditya]]></dc:creator>
		<pubDate>Wed, 16 Dec 2020 08:06:07 +0000</pubDate>
				<category><![CDATA[numpy]]></category>
		<category><![CDATA[Numpy Arrays]]></category>
		<guid isPermaLink="false">https://www.onlinetutorialspoint.com/?p=10296</guid>

					<description><![CDATA[<p>In this tutorial, we will see how to divide an array into multiple parts. We will use the splitting operation of NumPy arrays to split arrays into rows or columns. How to split NumPy arrays horizontally into equal parts? We can use the hsplit() method of NumPy module to split a given NumPy array into</p>
<p>The post <a href="https://onlinetutorialspoint.com/numpy/how-to-split-numpy-arrays/">How to split Numpy Arrays ?</a> appeared first on <a href="https://onlinetutorialspoint.com">onlinetutorialspoint</a>.</p>
]]></description>
		
					<wfw:commentRss>https://onlinetutorialspoint.com/numpy/how-to-split-numpy-arrays/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to Join NumPy Arrays ?</title>
		<link>https://onlinetutorialspoint.com/numpy/how-to-join-numpy-arrays/</link>
					<comments>https://onlinetutorialspoint.com/numpy/how-to-join-numpy-arrays/#respond</comments>
		
		<dc:creator><![CDATA[Aditya]]></dc:creator>
		<pubDate>Sun, 13 Dec 2020 07:41:04 +0000</pubDate>
				<category><![CDATA[numpy]]></category>
		<category><![CDATA[join arrays]]></category>
		<category><![CDATA[Numpy Arrays]]></category>
		<guid isPermaLink="false">https://www.onlinetutorialspoint.com/?p=10281</guid>

					<description><![CDATA[<p>In this tutorial we will see how to join different numpy arrays horizontally and vertically using different methods.We can merge multiple numpy arrays to form a new numpy array which will contain all the arrays given as input. Numpy provides the stacking concept which contains a number of functions that will help in merging the</p>
<p>The post <a href="https://onlinetutorialspoint.com/numpy/how-to-join-numpy-arrays/">How to Join NumPy Arrays ?</a> appeared first on <a href="https://onlinetutorialspoint.com">onlinetutorialspoint</a>.</p>
]]></description>
		
					<wfw:commentRss>https://onlinetutorialspoint.com/numpy/how-to-join-numpy-arrays/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Shape Manipulation of  Numpy Arrays</title>
		<link>https://onlinetutorialspoint.com/numpy/shape-manipulation-of-numpy-arrays/</link>
					<comments>https://onlinetutorialspoint.com/numpy/shape-manipulation-of-numpy-arrays/#respond</comments>
		
		<dc:creator><![CDATA[Aditya]]></dc:creator>
		<pubDate>Sat, 05 Dec 2020 04:53:02 +0000</pubDate>
				<category><![CDATA[numpy]]></category>
		<category><![CDATA[Numpy Arrays]]></category>
		<category><![CDATA[reshaping numpy arrays]]></category>
		<guid isPermaLink="false">https://www.onlinetutorialspoint.com/?p=10075</guid>

					<description><![CDATA[<p>In this tutorial, we are going to discuss the shape manipulation of NumPy arrays. We will see how to convert a one-dimensional array into a matrix and vice-versa. We will also see how to find the transpose of a matrix. What is shape Manipulation of arrays in Python? Shape manipulation is a technique by which</p>
<p>The post <a href="https://onlinetutorialspoint.com/numpy/shape-manipulation-of-numpy-arrays/">Shape Manipulation of  Numpy Arrays</a> appeared first on <a href="https://onlinetutorialspoint.com">onlinetutorialspoint</a>.</p>
]]></description>
		
					<wfw:commentRss>https://onlinetutorialspoint.com/numpy/shape-manipulation-of-numpy-arrays/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Slicing NumPy Arrays</title>
		<link>https://onlinetutorialspoint.com/numpy/slicing-numpy-arrays/</link>
					<comments>https://onlinetutorialspoint.com/numpy/slicing-numpy-arrays/#respond</comments>
		
		<dc:creator><![CDATA[Aditya]]></dc:creator>
		<pubDate>Thu, 03 Dec 2020 05:12:55 +0000</pubDate>
				<category><![CDATA[numpy]]></category>
		<category><![CDATA[Numpy Arrays]]></category>
		<category><![CDATA[Slicing Numpy Arrays]]></category>
		<guid isPermaLink="false">https://www.onlinetutorialspoint.com/?p=10036</guid>

					<description><![CDATA[<p>Slicing is the way by which we can extract the portion of an array to generate a new array. In this tutorial, we will see how to use slicing on numpy arrays. For slicing we use a sequence of numbers separated by “:” within square brackets.If we want to slice an array A from index</p>
<p>The post <a href="https://onlinetutorialspoint.com/numpy/slicing-numpy-arrays/">Slicing NumPy Arrays</a> appeared first on <a href="https://onlinetutorialspoint.com">onlinetutorialspoint</a>.</p>
]]></description>
		
					<wfw:commentRss>https://onlinetutorialspoint.com/numpy/slicing-numpy-arrays/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Indexing in NumPy Arrays</title>
		<link>https://onlinetutorialspoint.com/numpy/indexing-in-numpy-arrays/</link>
					<comments>https://onlinetutorialspoint.com/numpy/indexing-in-numpy-arrays/#respond</comments>
		
		<dc:creator><![CDATA[Aditya]]></dc:creator>
		<pubDate>Wed, 02 Dec 2020 06:11:07 +0000</pubDate>
				<category><![CDATA[numpy]]></category>
		<category><![CDATA[Numpy Arrays]]></category>
		<guid isPermaLink="false">https://www.onlinetutorialspoint.com/?p=10027</guid>

					<description><![CDATA[<p>In this tutorial, we will see how to access elements from a numpy array with the help of indexing  to obtain the values in the arrays or assigning new values to the elements. Indexing in 1-D numpy arrays Python uses square brackets [] to index the elements of an array. When we are using 1-D</p>
<p>The post <a href="https://onlinetutorialspoint.com/numpy/indexing-in-numpy-arrays/">Indexing in NumPy Arrays</a> appeared first on <a href="https://onlinetutorialspoint.com">onlinetutorialspoint</a>.</p>
]]></description>
		
					<wfw:commentRss>https://onlinetutorialspoint.com/numpy/indexing-in-numpy-arrays/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>NumPy Matrix Multiplication Example</title>
		<link>https://onlinetutorialspoint.com/numpy/numpy-matrix-multiplication-example/</link>
					<comments>https://onlinetutorialspoint.com/numpy/numpy-matrix-multiplication-example/#respond</comments>
		
		<dc:creator><![CDATA[Aditya]]></dc:creator>
		<pubDate>Mon, 30 Nov 2020 05:40:17 +0000</pubDate>
				<category><![CDATA[numpy]]></category>
		<category><![CDATA[Numpy Matrix Multiplication]]></category>
		<guid isPermaLink="false">https://www.onlinetutorialspoint.com/?p=9893</guid>

					<description><![CDATA[<p>In this tutorial, we will see how to do Numpy Matrix Multiplication using NumPy library. NumPy Multiplication: Let's say we have two 2-d arrays say arr1 and arr2, then if we do arr1*arr2 then it does element-wise multiplication, just like below. import numpy as np arr1 = np.array([[1,2,3],[1,2,3]]) arr2 = np.array([[4,5,6],[4,5,6]]) print(arr1*arr2) Output: [[ 4</p>
<p>The post <a href="https://onlinetutorialspoint.com/numpy/numpy-matrix-multiplication-example/">NumPy Matrix Multiplication Example</a> appeared first on <a href="https://onlinetutorialspoint.com">onlinetutorialspoint</a>.</p>
]]></description>
		
					<wfw:commentRss>https://onlinetutorialspoint.com/numpy/numpy-matrix-multiplication-example/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Arithmetic Operations on NumPy Arrays</title>
		<link>https://onlinetutorialspoint.com/numpy/arithmetic-operations-on-numpy-arrays/</link>
					<comments>https://onlinetutorialspoint.com/numpy/arithmetic-operations-on-numpy-arrays/#respond</comments>
		
		<dc:creator><![CDATA[Aditya]]></dc:creator>
		<pubDate>Sat, 28 Nov 2020 12:42:27 +0000</pubDate>
				<category><![CDATA[numpy]]></category>
		<category><![CDATA[Arithmetic Operations]]></category>
		<guid isPermaLink="false">https://www.onlinetutorialspoint.com/?p=9887</guid>

					<description><![CDATA[<p>In this tutorial, we will see how to perform basic arithmetic operations, apply trigonometric and logarithmic functions on the array elements of a NumPy array. We will also see how to find sum, mean, maximum and minimum of elements of a NumPy array and then we will also see how to perform matrix multiplication using</p>
<p>The post <a href="https://onlinetutorialspoint.com/numpy/arithmetic-operations-on-numpy-arrays/">Arithmetic Operations on NumPy Arrays</a> appeared first on <a href="https://onlinetutorialspoint.com">onlinetutorialspoint</a>.</p>
]]></description>
		
					<wfw:commentRss>https://onlinetutorialspoint.com/numpy/arithmetic-operations-on-numpy-arrays/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>What is Python NumPy Library</title>
		<link>https://onlinetutorialspoint.com/numpy/what-is-python-numpy-library/</link>
					<comments>https://onlinetutorialspoint.com/numpy/what-is-python-numpy-library/#respond</comments>
		
		<dc:creator><![CDATA[Pranay]]></dc:creator>
		<pubDate>Fri, 30 Oct 2020 12:56:24 +0000</pubDate>
				<category><![CDATA[numpy]]></category>
		<category><![CDATA[ndarray]]></category>
		<category><![CDATA[Python]]></category>
		<guid isPermaLink="false">https://www.onlinetutorialspoint.com/?p=9123</guid>

					<description><![CDATA[<p>In this article, we are going to learn basics about, what is Python NumPy Library and how to create arrays in NumPy. Introduction to Python NumPy Library NumPy stands for Numerical Python. It has many inbuilt Mathematical functions for fast calculations without writing loops. NumPy functions are usually 10 to 100 times efficient than native</p>
<p>The post <a href="https://onlinetutorialspoint.com/numpy/what-is-python-numpy-library/">What is Python NumPy Library</a> appeared first on <a href="https://onlinetutorialspoint.com">onlinetutorialspoint</a>.</p>
]]></description>
		
					<wfw:commentRss>https://onlinetutorialspoint.com/numpy/what-is-python-numpy-library/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
