Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Repository for Programming Assignment 2 for R Programming on Coursera

Notifications You must be signed in to change notification settings

Mephistosoftware/ProgrammingAssignment2

Open more actions menu
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

Introduction

This repository holds the R code for two functions:

  • 1. makeCacheMatrix
  • 2. cacheSolve

The first function will create an inverse of a matrix and cache the results.

The second function will compute the inverse of the special matrix created by the first function. It first checks to see if the inverse of the matrix has already been calculated. If so, it get`s the inverted matrix from the cache and skips the computation. Otherwise, it calculates the inverse of the matrix and sets this matrix.

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%
Morty Proxy This is a proxified and sanitized view of the page, visit original site.