coursera R-Programming
This repository is a fork of [ProgrammingAssignment2] (https://github.com/rdpeng/ProgrammingAssignment2) and contain a code for Programming Assistment 2
-
cachematrix.R - contain code for creating a cached inverted matrix.
-
test-cachematrix.R - test scipt for cached inverted matrix.
-
cachemean.R - contain code for creating a cached mean of vector.* This code was originally in ReadME.md.
-
test-cachemean.R - test scipt for cached mean of vector.* This code was originally in ReadME.md.