subject

What is the result of z in the following code?
import numpy as np
x = np. array([[1, 2, 3], [1, 2, 3]])
y = np. array([[1, 1, 1], [1, 2, 3]])
z = x - y (points : 1) array([[1, 2, 3],
[1, 2, 3],
[1, 1, 1],
[1, 2, 3]])
array([[0, 1, 2], [0, 0, 0]])
array([[0, 0, 0], [0, 1, 2]])
a 2-by-3 numpy array with only zeros.

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 10:00
When is an original work considered public domain? a. when posted via social media b. when it is posted on the internet c. when a copyright symbol is not included with the piece of work d. when explicit permission is given by the author / owner
Answers: 1
question
Computers and Technology, 24.06.2019 13:30
What is the most important for you to choose before you build a network?
Answers: 1
question
Computers and Technology, 24.06.2019 21:30
The hybrid uses 144 to 158 volt batteries.
Answers: 1
question
Computers and Technology, 24.06.2019 23:30
Which example can be considered master data in an organization? a. holiday list b. dress code c. employee information d. recreational activities
Answers: 1
You know the right answer?
What is the result of z in the following code?
import numpy as np
x = np. array([[1, 2,...
Questions
question
Mathematics, 05.05.2020 11:26
question
Mathematics, 05.05.2020 11:26
question
Mathematics, 05.05.2020 11:26
Questions on the website: 13722362