35 %Check if AIold1 is an identity matrix, if it is, AInew1 is the inverse 36 if 37 AInew1*A1 38 A1*AInew1

icon
Related questions
Question
Error in solution: Line: 36 Column: 3
Invalid expression. Check for missing or extra characters.
Transcribed Image Text:Error in solution: Line: 36 Column: 3 Invalid expression. Check for missing or extra characters.
35 %Check if AIold1 is an identity matrix, if it is, AInew1 is the inverse
36 if
37
AInew1*A1
38
A1*AInew1
39 end
Transcribed Image Text:35 %Check if AIold1 is an identity matrix, if it is, AInew1 is the inverse 36 if 37 AInew1*A1 38 A1*AInew1 39 end
Expert Solution
steps

Step by step

Solved in 2 steps

Blurred answer