Skip to content

Commit a8ba56a

Browse files
author
Brandon Kindred
committed
removed test code
1 parent b025b37 commit a8ba56a

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

cachematrix.R

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,3 @@ cacheSolve <- function(x, ...) {
3232
x$setsolve(m)
3333
m
3434
}
35-
36-
mat <- matrix(1:9, ncol=3)
37-
mat = replicate(10, rnorm(10))
38-
vect <- makeCacheMatrix(mat)
39-
vect
40-
cacheSolve(vect)
41-
cacheSolve(vect)

0 commit comments

Comments
 (0)