Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Question 5 : Analyzing a Vector of Weights Create a list called weight containing the weight ( in k g ) of 1 0 children:

Question 5: Analyzing a Vector of Weights
Create a list called weight containing the weight (in kg) of 10 children: 69,62,57,59,59,64,56,66,67,66.
Try and convert these weights to pounds using )=(2.20462lbs. If you try weight **2.20462, what are the results?
Import the numpy library and use the alias np.
Now convert weight to an array with np.array().
Now try and convert the array of weights to pounds using weight **2.20462 what results?
Use numpy functions to compute the mean and standard deviation of the weights in pounds.
How many children weigh more than the average?
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Knowledge Discovery In Databases

Authors: Gregory Piatetsky-Shapiro, William Frawley

1st Edition

0262660709, 978-0262660709

More Books

Students also viewed these Databases questions

Question

Recognize the four core purposes service environments fulfill.

Answered: 1 week ago