diff --git a/Calculators/Matrix-Rank-Calculator/README.md b/Calculators/Matrix-Rank-Calculator/README.md
new file mode 100644
index 000000000..68fdae31b
--- /dev/null
+++ b/Calculators/Matrix-Rank-Calculator/README.md
@@ -0,0 +1,29 @@
+# Matrix Rank Calculator
+
+## Description
+The **Matrix Rank Calculator** is a web-based tool that allows users to calculate the rank of a matrix. Users can specify the dimensions of the matrix, input the values, and instantly get the rank. This tool is useful for students, mathematicians, and engineers who need to perform matrix operations quickly and efficiently.
+
+## Tech Stack
+- **HTML**: Structure of the web page.
+- **CSS**: Styling and layout of the application, ensuring a responsive and modern design.
+- **JavaScript**: Logic for generating matrix inputs, calculating the rank, and handling user interactions.
+
+## Features
+- User-friendly interface with a clean and modern design.
+- Dynamic generation of matrix input fields based on user-specified dimensions.
+- Modal popup for entering matrix values.
+- Real-time calculation of matrix rank using Gaussian elimination.
+- Responsive design, making it accessible on various devices.
+
+## Screenshots
+*Example of the Matrix Rank Calculator in action.*
+![Matrix Rank Calculator](image.png)
+
+![Generate Rank Of A Matrix](image-1.png)
+
+
+## Usage
+1. Enter the number of rows and columns for the matrix.
+2. Click "Generate Matrix Inputs" to open the matrix input form in a modal.
+3. Enter the values of the matrix.
+4. Click "Calculate Rank" to view the rank of the matrix.
diff --git a/Calculators/Matrix-Rank-Calculator/image-1.png b/Calculators/Matrix-Rank-Calculator/image-1.png
new file mode 100644
index 000000000..111e12b69
Binary files /dev/null and b/Calculators/Matrix-Rank-Calculator/image-1.png differ
diff --git a/Calculators/Matrix-Rank-Calculator/image.png b/Calculators/Matrix-Rank-Calculator/image.png
new file mode 100644
index 000000000..63958bd4b
Binary files /dev/null and b/Calculators/Matrix-Rank-Calculator/image.png differ
diff --git a/Calculators/Matrix-Rank-Calculator/index.html b/Calculators/Matrix-Rank-Calculator/index.html
new file mode 100644
index 000000000..35dcd316d
--- /dev/null
+++ b/Calculators/Matrix-Rank-Calculator/index.html
@@ -0,0 +1,28 @@
+
+
+