Please, I need help with this as soon as possible. Thanks....
Question 2: Problem Statement [25 marks]
1. Create and save a new script file with the name 19_CE_. [5 marks]
2. Create the required variables in order to accomplish the following tasks:
a. Write a command that will return the corner elements of a 10-by-10 matrix A? [2 marks]
b. Write a command that will create a plot of acceleration vs. time, i.e., a vector time on the x-axis and a vector acceleration on the y-axis? [2 marks]
c. Write syntax to get the roots of the following equations: [5 marks]
x + 8x - 12x - 25 = 0
x + 5x - 20 = 0
d. Write the syntax to find the solution of the following equations and save it in a variable named "Unknown_Variable": [4 marks]
12x + 10y - 25z = 55
10x + 6y - 7z = 20
32x - 12y + 13z = 12
e. Create a matrix A = [2, 5, 8; -5, 2, 10; 3, 1, -3], and write a command that will return a row vector containing the largest elements in each column of the A matrix. [3 marks]
f. Using the built-in command of MATLAB, create an identity 5-by-5 matrix and store it in a variable D. [4 marks]
Assessment Rubric:
Critical Thinking - Use modern techniques and skills in MS Excel and MATLAB tools for computing and solving technical problems. The assessment rubric will be measured through marks allocated for each segment of the question, which indirectly assesses the student's performance in three aspects: "realization of task," "problem-solving," and "ability to present.