Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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.
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Design For Mere Mortals

Authors: Michael J Hernandez

4th Edition

978-0136788041

More Books

Students also viewed these Databases questions

Question

Explain the role of research design in HRD evaluation

Answered: 1 week ago