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 df0f48d commit 3d5c2beCopy full SHA for 3d5c2be
cachematrix.R
@@ -14,6 +14,8 @@
14
##[1,] 0.4356307 0.13003901
15
##[2,] 0.1950585 -0.09102731
16
##
17
+## the same caching would work for large matrices as well. i.e. try setting foo to
18
+##> foo <- matrix(data = rnorm(100), nrow = 10, ncol = 10)
19
20
## makeCacheMatrix creates a special “matrix” object that can cache its inverse.
21
makeCacheMatrix <- function(x = matrix()) {
0 commit comments