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 342973b commit da5fe26Copy full SHA for da5fe26
cachematrix.R
@@ -29,7 +29,7 @@ makeCacheMatrix <- function(x = matrix()) {
29
## if the inverse of the matrix has previously calculated, returns that
30
## cached result. Otherwise, the inverse of the matrix is calcuated, stored
31
## in the object passed in to cacheSolve, and then the inverse matrix is
32
-## returned.
+## returned. It is assumed that the matrix supplied is always invertable.
33
34
cacheSolve <- function(x, ...) {
35
m <- x$getinverse()
0 commit comments