We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac4f353 commit 5a10f30Copy full SHA for 5a10f30
cachematrix.R
@@ -11,7 +11,7 @@ makeCacheMatrix <- function(x = matrix()) {
11
minv <- NULL
12
set <- function(y){
13
x <<- y
14
- m <<- NULL
+ minv <<- NULL
15
}
16
get <- function() x
17
setinv <- function(solve) minv <<-solve
0 commit comments