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

Skip to content

Please review my assignment #2208

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 0 commits into from
Closed

Please review my assignment #2208

wants to merge 0 commits into from

Conversation

denstadnyk
Copy link

No description provided.

@denstadnyk denstadnyk closed this Jul 30, 2016
@jb2849
Copy link

jb2849 commented Nov 24, 2016

good

1 similar comment
@yingchen95
Copy link

good

@danielfrangel
Copy link

nice job

@ANILREDDY36
Copy link

well done

@avulashukla
Copy link

good work

1 similar comment
@bibhuti1234
Copy link

good work

@jiahongdu
Copy link

good!

@klmnavneet
Copy link

good

3 similar comments
@renuka1611
Copy link

good

@Buzz-afk
Copy link

Buzz-afk commented Nov 9, 2017

good

@sagarika12123
Copy link

good

@swirlsupriya
Copy link

well done!!

@alicetinna311
Copy link

good job

@Sixu922
Copy link

Sixu922 commented Jul 8, 2019

great

@varsha-max
Copy link

coursera assignment 3. review it.

1 similar comment
@Ludmila1965
Copy link

coursera assignment 3. review it.

@weiyizz
Copy link

weiyizz commented Jan 21, 2020

good

@priyankathumma2
Copy link

Coursera assignment 3 review it

@StefaniaBran
Copy link

Please review my 3rd assignment.

@Lakshay2308
Copy link

hey

@Amanfly
Copy link

Amanfly commented Apr 21, 2020

Good

@Nagaraj-gcet
Copy link

good.

@marufa18
Copy link

First commit

@kspavithra1982
Copy link

Good

@subhashini2409
Copy link

good work

@subhashini2409
Copy link

good

@minimanimoh
Copy link

goood

@wang-yunzhi
Copy link

good

@Aishwarya-1-4
Copy link

@mayank284
Copy link

good

1 similar comment
@RAQIB-1
Copy link

RAQIB-1 commented Jun 24, 2020

good

@genesis-san
Copy link

funciones.R

@rb715
Copy link

rb715 commented Jul 6, 2020

please review my assignment
makeCacheMatrix.docx

@jcdvz
Copy link

jcdvz commented Jul 27, 2020

good

1 similar comment
@raghush86
Copy link

good

@Bipanchi-crypto
Copy link

please review my assignment
MakeCacheMatrix.docx

@Julianbarba
Copy link

Well done!

@tanishq-ctrl
Copy link

good job

@tripti-hub20
Copy link

good

@Nidhisv21
Copy link

nice work

@pranithacse
Copy link

good

1 similar comment
@pranithacse
Copy link

good

@praghyatrivedi
Copy link

Good work!!

@Bablukumar7351
Copy link

Week 3 programming assignment_b.r
setwd('C:/Users/rubind1/Documents/Coursera-R')

I simply set the input x as a matrix

and then set the solved value "s" as a null

then I changed every reference to "mean" to "solve"

makeCacheMatrix <- function(x = matrix(sample(1:100,9),3,3)) {
s <- NULL
set <- function(y) {
x <<- y
s <<- NULL
}
get <- function() x
setsolve <- function(solve) s <<- solve
getsolve <- function() s
list(set = set, get = get,
setsolve = setsolve,
getsolve = getsolve)
}

Same here, changed "mean" to "solve" and "m" to "s"

cacheSolve <- function(x, ...) {
s <- x$getsolve()
if(!is.null(s)) {
message("getting inversed matrix")
return(s)
}
data <- x$get()
s <- solve(data, ...)
x$setsolve(s)
s
}

@touffor
Copy link

touffor commented Nov 4, 2022

Good

@sl9512
Copy link

sl9512 commented Dec 23, 2022

Good Job!

@AriaXwG
Copy link

AriaXwG commented Aug 3, 2023

nice

@Sonya0122
Copy link

good

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.