Skip to content

Commit

Permalink
commit rdpeng#4
Browse files Browse the repository at this point in the history
  • Loading branch information
harshtripathi6 authored Apr 26, 2020
1 parent 9eaddaa commit da315fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cachematrix.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
## functions do

## Write a short comment describing this function
## the inverse function returns the inverse of the matrix
## the inverse function returns the inverse of the matrix and the cache function creates a special "matrix" object that can cache its inverse

makeCacheMatrix <- function(a = matrix()) {
inv <- NULL
Expand Down

0 comments on commit da315fc

Please sign in to comment.