logo

Crowdly

Browser

Додати до Chrome

ENG1014 - Engineering Numerical Analysis - MUM S1 2025

Шукаєте відповіді та рішення тестів для ENG1014 - Engineering Numerical Analysis - MUM S1 2025? Перегляньте нашу велику колекцію перевірених відповідей для ENG1014 - Engineering Numerical Analysis - MUM S1 2025 в learning.monash.edu.

Отримайте миттєвий доступ до точних відповідей та детальних пояснень для питань вашого курсу. Наша платформа, створена спільнотою, допомагає студентам досягати успіху!

Which of the following is the correct syntax to save an array of numerical data, arr to a .txt file, output.txt, separated by commas, with no column headers, the first column as integers and the second rounded to 2 decimal places? Select all correct answers.
0%
0%
0%
100%
0%
Переглянути це питання
What is the required argument to import only the column headers from a file using np.genfromtxt()?
0%
0%
0%
Переглянути це питання

A file which contains only one row of data is imported using np.genfromtxt() and is assigned to X. Which of the following is true?

0%
0%
0%
Переглянути це питання

Consider a CSV file, data.csv, that contains data about a grocery store's inventory. The dataset contains 3 attributes and many observations. A sample of this dataset is shown below:

ProductStockUnit Price
Sushi Rice224.50
Arabica Coffee4520.00

What is the correct syntax in ENG1014 for importing this file using np.genfromtxt()?
0%
0%
Переглянути це питання
Select all the required keyword arguments to import a file with the following characteristics:

  • file is separated by commas
  • all columns contain integers
  • file has column headers
  • import only columns 1 and 2

0%
0%
0%
0%
Переглянути це питання

Which of the following will filter an array (arr), creating a new array (arr_clean) that only contains positive numbers divisible by both 14 and 17? Select all correct answers.

0%
0%
0%
0%
0%
Переглянути це питання
Which of the following will filter an array (arr), creating a new array (arr_clean) that does not have any negative numbers, except for negative numbers that are divisible by 3 but not by 7.

0%
0%
0%
0%
0%
Переглянути це питання
Which of the following will adjust the array, arr, as follows:

  • round any positive values below 5 to 0
  • subtract 21 from any odd numbers but not those divisible by 19
  • double all numbers less than -1014 

0%
0%
0%
Переглянути це питання

Consider the following arrays:

X = np.array([[8,0,9],[3,4,8],[8,3,7]])

Y = np.array([[3,7,4],[2,5,8],[2,4,8]])

What is the output of np.logical_or((X < 5), (Y > 5))?

0%
0%
0%
0%
0%
Переглянути це питання
Consider an x-by-y array of booleans containing m False values and n True

values.

Additionally, consider a second

x-by-y

array. Which of the

following is true if the second array is indexed with the boolean array?

100%
0%
0%
0%
0%
Переглянути це питання

Хочете миттєвий доступ до всіх перевірених відповідей на learning.monash.edu?

Отримайте необмежений доступ до відповідей на екзаменаційні питання - встановіть розширення Crowdly зараз!

Browser

Додати до Chrome