From f6cc36398156b64e5186a5abab80462d36dedaf6 Mon Sep 17 00:00:00 2001 From: 24sbit117-yogasudha <24sbit117@psgrkcw.ac.in> Date: Fri, 2 Jan 2026 08:57:06 +0530 Subject: [PATCH] Update cachematrix.R --- cachematrix.R | 6 ------ 1 file changed, 6 deletions(-) diff --git a/cachematrix.R b/cachematrix.R index a50be65aa44..5578c09bac8 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()) { - } - - ## Write a short comment describing this function - cacheSolve <- function(x, ...) { ## Return a matrix that is the inverse of 'x' }