0% found this document useful (0 votes)
1 views8 pages

Numpy

The document provides an overview of NumPy, including its introduction, array creation, and various operations. It covers single and multidimensional arrays, as well as functions such as max, min, sum, and mathematical operations. Additionally, it introduces special functions like sine, cosine, and logarithmic operations.

Uploaded by

alexaussie2000
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
1 views8 pages

Numpy

The document provides an overview of NumPy, including its introduction, array creation, and various operations. It covers single and multidimensional arrays, as well as functions such as max, min, sum, and mathematical operations. Additionally, it introduces special functions like sine, cosine, and logarithmic operations.

Uploaded by

alexaussie2000
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Select Topics in Python

Using NumPy
Objectives

Objectives
• Introduction to NumPy.
• Arrays.
• NumPy operations.
Introduction of NumPy

| Importing NumPy
- https://numpy.org/install/
Create Array using NumPy

| Arrays
- Single-dimensional array.
- Multidimensional array.
NumPy Operations

| Operations
- ndim
- itemsize
- dtype
- reshape
- slicing
- linspace
- max
- min
- sum
NumPy Operations (continued)

| Operations
- Square root.
- Standard deviation.
- Math operators.
- Ravel.
NumPy Operations (continued)

| Special functions
- sin(), cos(), tan()
- Exponential
- Log

You might also like