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 2df5442Copy full SHA for 2df5442
cachematrix.R
@@ -1,7 +1,7 @@
1
-## Put comments here that give an overall description of what your
2
-## functions do
+## Matrix inversion is usually a costly computation and there may be
+## some benefit to caching the inverse of a matrix rather than compute
3
+## it repeatedly
4
-## Write a short comment describing this function
5
6
makeCacheMatrix <- function(x = matrix()) {
7
0 commit comments