Skip to content

Commit c0bd9f9

Browse files
committed
Update cachematrix.R
Removed Test Code.
1 parent 857202e commit c0bd9f9

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

cachematrix.R

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,3 @@ makeCacheMatrix <- function(x = matrix()) {
2626

2727
}
2828

29-
30-
m1 <- matrix(c(1,0,0,0,
31-
0,1,0,0,
32-
0,0,1,0,
33-
1,0,0,1), nrow = 4, ncol = 4)
34-
r1$get()
35-
r1$getInverse()
36-

0 commit comments

Comments
 (0)