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 ae86c37 commit 04b9acdCopy full SHA for 04b9acd
cachematrix.R
@@ -10,7 +10,7 @@ makeCacheMatrix <- function(our_matrix = matrix()) {
10
11
set <- function(new_matrix) {
12
our_matrix <<- new_matrix #Update our matrix to the new one
13
- computer_inverse <<- NULL #Clear the cached value as the matrix has changed (so we recompute it)
+ computed_inverse <<- NULL #Clear the cached value as the matrix has changed (so we recompute it)
14
}
15
16
get <- function() our_matrix
0 commit comments