Given matrix A where b does not equal 0, find the inverse of matrix A.
harpazo Full Member Joined Jan 31, 2013 Messages 891 Sep 29, 2019 #1 Given matrix A where b does not equal 0, find the inverse of matrix A.
D Deleted member 4993 Guest Sep 29, 2019 #2 harpazo said: Given matrix A where b does not equal 0, find the inverse of matrix A. View attachment 13932 Click to expand... You can check yourself using: [A] * [A-1] = [I]
harpazo said: Given matrix A where b does not equal 0, find the inverse of matrix A. View attachment 13932 Click to expand... You can check yourself using: [A] * [A-1] = [I]
harpazo Full Member Joined Jan 31, 2013 Messages 891 Sep 30, 2019 #3 Subhotosh Khan said: You can check yourself using: [A] * [A-1] = [I] Click to expand... Ok.