Skip to content

Repository for Programming Assignment 2 for R Programming on Coursera

Notifications You must be signed in to change notification settings

patternexon/ProgrammingAssignment2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Introduction

This is my solution to the second programming assignment in the R programming course.

Methods here provide the ability solve for the inverse of matrices faster by caching the inverse of the same matrix computed previously.

makeCacheMatrix

  • Creates a modified Matrix whose inverse is easily cached

cacheSolve

  • Return a matrix that is the inverse of 'x'

About

Repository for Programming Assignment 2 for R Programming on Coursera

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 100.0%