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
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. the sine of the sum of the x-values (x has units of degrees and pi is np.pi)

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

Databases A Beginners Guide

Authors: Andy Oppel

1st Edition

007160846X, 978-0071608466

More Books

Students also viewed these Databases questions

Question

LO1 Identify why performance management is necessary.

Answered: 1 week ago