Skip to content

Repository for Programming Assignment 2 for R Programming on Coursera

Notifications You must be signed in to change notification settings

vnluc/ProgrammingAssignment2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Introduction

This is the 2nd programming exercise of the R-programming course.

Cache the inverse of a matrix

Normally the inverse calculatation of a matrix is expensive. That is why we want to cache the result, if the matrix is not changed then we will not re-compute.

functions

function: makeCacheMatrix description: This function creates a special "matrix" object that can cache its inverse.

function: cacheSolve description: This function computes the inverse of the special "matrix" returned by makeCacheMatrix

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%