Ndarray Median

Description

We can find the median value in an ndarray object with the median command.

Sage Cell

Code

import numpy as np
primes = np.array([11, 5, 7, 3, 2, 17, 19, 13])
print(np.median(primes))

Options

none

Tags

Primary Tags:

Secondary Tags:

A list of possible tags can be found at The WeBWorK Open Problem Library. For linear algebra tags see the Curated Courses Project.

Related Cells

Any related cells go here. Provide a link to the page containing the information about the cell.

Attribute

Permalink:

Author:

Date: 13 Apr 2019 21:14

Submitted by: Zane Corbiere

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License