This is my solution to Assignment 2, caching the results of inverting a matrix, for R Programming.
For the original README, see Instructions
- README.md : this file
- Instructions.md : the original README, i.e. instructions
- cachematrix.R : my solution to the assignment
- testacachedmatrix.R : a simple test script for cachematrix.R