Skip to content

Mubarek-Amalitech/Matrix-Multiplication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Matrix-Multiplication

Project Objectives

The main objectives of this project are to gain an understanding of several core programming concepts, including:

  • Variables, Loops, and Conditional Statements: Developing proficiency in essential programming constructs.
  • 2D Arrays: Gaining experience in creating and manipulating two-dimensional arrays.
  • User Input Handling and Data Casting: Learning how to control user input and cast data between different types.
  • String Formatting: Mastering string formatting techniques to display output in a readable and organized format.
  • Problem Analysis and Algorithm Development: Improving the ability to analyze problem requirements and develop efficient algorithms to solve mathematical problems.

Task Description

The program will perform the multiplication of two matrices, A and B, that are provided by the user. The result of the matrix multiplication will be stored in a third matrix, C, which will then be displayed to the user.

Sample Input

Screenshot 2024-11-08 122127

Sample Output

Screenshot 2024-11-08 122156

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages