Skip to content

Commit 0e12cf6

Browse files
committed
Final functions definition and comments
1 parent 455db45 commit 0e12cf6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cachematrix.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
## Creates a matric-inverse object which can be cached to reduce the overhead of calculation every time its required
44

5-
## Usage Example : M <- matrix(c(1, 2, 3, 4), nrow=2, ncol=2)
6-
## cacheMatrix <- makeCacheMatrix(M)
5+
## Usage Example : MyMatrix <- matrix(c(1, 2, 3, 4), nrow=2, ncol=2)
6+
## cacheMatrix <- makeCacheMatrix(MyMatrix)
77
## cacheSolve(cacheMatrix)
88

99
## Create a cacheMatrix object

0 commit comments

Comments
 (0)