From 026b261fa3835ff0ccebba206c30d5e41e1f7bf3 Mon Sep 17 00:00:00 2001 From: 24sbit101-suga <24sbit101@psgrkcw.ac.in> Date: Thu, 26 Feb 2026 20:27:18 +0530 Subject: [PATCH] Update cachematrix.R --- cachematrix.R | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/cachematrix.R b/cachematrix.R index a50be65aa44..596589856e4 100644 --- a/cachematrix.R +++ b/cachematrix.R @@ -1,15 +1,9 @@ ## Put comments here that give an overall description of what your ## functions do - ## Write a short comment describing this function - -makeCacheMatrix <- function(x = matrix()) { - +makeCacheMatrix <- function(x = matrix()) { } - - ## Write a short comment describing this function - cacheSolve <- function(x, ...) { ## Return a matrix that is the inverse of 'x' }