Question: Suppose that to build a 3 3 matrix in which the first column contains the sine of the elements between 5 4 and 2 ,

Suppose that to build a 33 matrix in which the first column contains the sine of the elements between 54 and 2, the second
column contains the sine of the elements between 4 and 34, the third column contains the sine of the elements between 4 and 2.
Two spacing are required between the elements. You are requested to find the determinant and the inverse of the aforementioned
matrix (Hint: Use linspace (a,b,n) to build three rows and transpose of a matrix to find the columns of the aforementioned matrix)
a) Sketch the flow diagram
b) Write the MATLAB Code on the answer sheet to construct this matrix, to find the determinant and the inverse of this matrix.
c) Add explanation (comment) for each line of this MATLAB Code.
d) Run the m-script and show the screenshots on your answer sheet by using the "print screen" button on the keyboard.
e) Discuss what it can be said about the matrix in terms of its determinant and in terms of its inverse.
Let you consider the following linear equation system.
-2x1+5x2+4x3-3x4=9
x1-7x2+2x3+9x4=7
4x1+3x2+8x3-6x4=0
-6x1+15x2+12x3-9x4=27
You are requested to solve system if possible.
a) Sketch the flow diagram
b) Write the MATLAB Code on the answer sheet to solve this equation system by finding its determinant and its inverse.
c) Add explanation (comment) for each line of this MATLAB Code.
d) Run the m-script and show the screenshots using the "print screen" button on the keyboard.
e) Discuss what it can be said about the matrix in terms of its determinant and in terms of its inverse.
The data were taken in an isothermal batch reactor where reactant A is decomposed to product B.
Write m-script in MATLABQ to achieve the following issues by using the data given in the table.
a) Fit 2nd-order, 3rd-order and 4th-order polynomials to the given data and plot the data and these polynomials
b) Label the x-axis and y-axis in terms of the variables defined in the given as above.
c) Insert a title
d) Insert a legend indicating the data, the 2nd-order, 3 rd -order and 4 th-order polynomials.
 Suppose that to build a 33 matrix in which the first

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!