We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfbe74a commit 4af5e4dCopy full SHA for 4af5e4d
cachematrix.R
@@ -1,4 +1,7 @@
1
-## Put comments here that give an overall description of what your functions do
+## This file contains 2 functions makeCacheMatrix that create a list containing a
2
+## getters and setters to a matrix and its inverse and cacheSolve that checks if a
3
+## given matrix has already a calculated inverse, if yes it takes it from the
4
+## cache otherwise it calculate it and return it back
5
6
7
## defines setters and getters for Matrix and its inverse, it takes as a parameter
0 commit comments