/ProgrammingAssignment2

Caching for Matrix inversion

Primary LanguageR

Matrix inversion is usually a costly computation and there may be some benefit to caching the inverse of a matrix rather than computing it repeatedly (there are also alternatives to matrix inversion that we will not discuss here). The assignment is to write a pair of functions that cache the inverse of a matrix.