Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c30657a

Browse files
committed
commit rdpeng#2
1 parent 97450d4 commit c30657a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

cachematrix.R

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
##setwd("C:/Users/eduardo/Documents/GitHub/ProgrammingAssignment2")
1+
22
## Put comments here that give an overall description of what your
33
## functions do
44

@@ -27,8 +27,7 @@ makeCacheMatrix <- function(x = matrix()) {
2727

2828
## get matrix of inverse
2929
getmi <- function() i
30-
31-
30+
3231
list(set = set, get = get,
3332
setmi = setmi,
3433
getmi = getmi)

0 commit comments

Comments
 (0)