Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

LAB REVISION 1. Write a MATLAB script to build a matrix nxn where the elements of the matrix are defined by: A(i,j)=2ij for i j

image text in transcribed
LAB REVISION 1. Write a MATLAB script to build a matrix nxn where the elements of the matrix are defined by: A(i,j)=2ij for ij For n=5 : a-Calculate the determinant of the matrix A b- Find the LU factorisation c- Find the characteristic polynome of A d- Find the eigenvalues and the eigenvectors of A 2. Write a MATLAB script to solve the system: x1+2x2+3x3+5x4=4x13x2+4x3x4=92x13x25x33x4=86x18x2+x3+x4=11 a- Using the command linesolve b-Using the inv function. 3. Plot on the same figure the graphs of the functions f(x)= 3cos(2x2) and g(x)=2sin(3x+3) in the interval [2pi,2pi] with different colors, markers, line style and a line width 2. - label the axis - place legends - write a title of the graph 4. solve the differential equation: {y=ky+5y(0)=a,y(0)2

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

Advanced Database Systems

Authors: Carlo Zaniolo, Stefano Ceri, Christos Faloutsos, Richard T. Snodgrass, V.S. Subrahmanian, Roberto Zicari

1st Edition

155860443X, 978-1558604438

More Books

Students also viewed these Databases questions

Question

5. Have you stressed the topics relevance to your audience?

Answered: 1 week ago