logo

Crowdly

Browser

Add to Chrome

ENG1014 - Engineering Numerical Analysis - MUM S1 2025

Looking for ENG1014 - Engineering Numerical Analysis - MUM S1 2025 test answers and solutions? Browse our comprehensive collection of verified answers for ENG1014 - Engineering Numerical Analysis - MUM S1 2025 at learning.monash.edu.

Get instant access to accurate answers and detailed explanations for your course questions. Our community-driven platform helps students succeed!

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%
View this question
What is the required argument to import only the column headers from a file using np.genfromtxt()?
0%
0%
0%
View this question

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%
View this question

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%
View this question
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%
View this question

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%
View this question
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%
View this question
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%
View this question

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%
View this question
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%
View this question

Want instant access to all verified answers on learning.monash.edu?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!

Browser

Add to Chrome