Thanks to visit codestin.com Credit goes to github.com
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 ae9430a commit a3e9b4dCopy full SHA for a3e9b4d
README.md
@@ -2,7 +2,7 @@
2
3
This is my solution to the second programming assignment in the R programming course.
4
5
-Methods here provide the ability solve for the inverse of matrices faster by caching the inverse of the matrix
+Methods here provide the ability solve for the inverse of matrices faster by caching the inverse of the same matrix computed previously.
6
7
### makeCacheMatrix
8
- Creates a modified Matrix whose inverse is easily cached
0 commit comments