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 7f657dd commit f6756bfCopy full SHA for f6756bf
cachematrix.R
@@ -11,5 +11,5 @@ makeCacheMatrix <- function(x = matrix()) {
11
## Write a short comment describing this function
12
13
cacheSolve <- function(x, ...) {
14
- ## Return a matrix that is the inverse of 'x'
+ return (solve(x))
15
}
0 commit comments