Learn Before
Concept

Linear Algebra - Identity and Inverse Matrices

An n-dimensional identity matrix InI_{n} is a matrix that has ones on the diagonal and zeros as the rest of the elements. The inverse of a matrix A can be defined as A1A^{-1} such that A1A^{-1}A=InI_{n} We can use matrix inverse to solve a Ax=BAx=B: x=BA1x=BA^{-1}

0

1

Updated 2021-05-17

References


Tags

Data Science