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 40285b7 commit 6ff8e80Copy full SHA for 6ff8e80
cachematrix.R
@@ -2,7 +2,6 @@
2
## so that the inverse of a matrix can be cache to speed up its retreival
3
4
## This function stores a matrix and its inverse
5
-
6
makeCacheMatrix <- function(x = matrix())
7
{
8
data <- x
@@ -35,7 +34,6 @@ makeCacheMatrix <- function(x = matrix())
35
34
36
37
## This function retreives the inverse of a matrix either from its cache or it calculates it and stores it in the object
38
39
cacheSolve <- function(x, ...)
40
41
inverse <- x$get_inverse()
0 commit comments