Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Consider a matrix A with block matrices as follows: A = [A_11 A_12 0 A_22] It can be shown that the inverse of A can

image text in transcribed
Consider a matrix A with block matrices as follows: A = [A_11 A_12 0 A_22] It can be shown that the inverse of A can be calculated by inverse of submatrices if A11, and A22 are squared matrices: A^-1 = [A_11 A_12 0 A_22]^-1 = [A^-1_11 -A^-1_11 A_12 A^-1_22 0 A^-1_22] Now consider a Matrix A with following submatrices: A11 = identity matrix A22 = identity matrix A12 = [1 2 3;4 5 - 1] Write a code that check the identity shown above: steps are: a) Takes 4 sub matrices: A11, A22, A21, A12 b) Given the information about the matrix A, construct A: a. What is the size of A? (create a zero matrix with that size) c) create a variable LHS which uses matlab built-in function to take the inverse (calculate LHS) d) create a variable RHS which reconstruct the inverse given in the right hand side of the identity e) show that they are equal Consider a matrix A with block matrices as follows: A = [A_11 A_12 0 A_22] It can be shown that the inverse of A can be calculated by inverse of submatrices if A11, and A22 are squared matrices: A^-1 = [A_11 A_12 0 A_22]^-1 = [A^-1_11 -A^-1_11 A_12 A^-1_22 0 A^-1_22] Now consider a Matrix A with following submatrices: A11 = identity matrix A22 = identity matrix A12 = [1 2 3;4 5 - 1] Write a code that check the identity shown above: steps are: a) Takes 4 sub matrices: A11, A22, A21, A12 b) Given the information about the matrix A, construct A: a. What is the size of A? (create a zero matrix with that size) c) create a variable LHS which uses matlab built-in function to take the inverse (calculate LHS) d) create a variable RHS which reconstruct the inverse given in the right hand side of the identity e) show that they are equal

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

Flash XML Applications Use AS2 And AS3 To Create Photo Galleries Menus And Databases

Authors: Joachim Schnier

1st Edition

0240809173, 978-0240809175

More Books

Students also viewed these Databases questions