Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Given the vector x = [ 1 8 3 9 0 1 ] , create a short program that will a ) Add up the

Given the vector x =[183901], create a short program that will
a) Add up the values of the elements in x using a for-loop
b) Compute the sine of the sum of the x-values (x has units of degrees and pi is np.pi)
Adding to the same program, create a 5-by-5 matrix of random numbers (use the PYTHON command np.random.rand(5,5)). Move through the array, element by element, and set any value that is less than 0.2 to 0 and any value that is greater than (or equal to)0.2 to 1.

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

Beginning VB 2008 Databases

Authors: Vidya Vrat Agarwal, James Huddleston

1st Edition

1590599470, 978-1590599471

More Books

Students also viewed these Databases questions

Question

Explain the various methods of job evaluation

Answered: 1 week ago

Question

Differentiate Personnel Management and Human Resource Management

Answered: 1 week ago

Question

Describe the functions of Human resource management

Answered: 1 week ago

Question

How was their resistance overcome?

Answered: 1 week ago