logo Use CA10RAM to get 10%* Discount.
Order Nowlogo

Create a C++ Console Application that will perform the basic matrix operation addition, subtraction, and multiplication.

INSTRUCTIONS TO CANDIDATES
ANSWER ALL QUESTIONS

Create a C++ Console Application that will perform the basic matrix operation (addition, subtraction, and multiplication). The minimum requirement for the program implementation: use array and user-defined function.

Sample Output:

MENU FOR MATRIX OPERATIONS

[1] Addition of a 3 X 3 Matrix

[2] Addition of a 4 X 4 Matrix

[3] Addition of a 5 X 5 Matrix

[4] Subtraction of a 3 X 3 Matrix

[5] Subtraction of a 4 X 4 Matrix

[6] Subtraction of a 5 X 5 Matrix

[7] Multiplication of a 3 X 3 Matrix

[8] Multiplication of a 4 X 4 Matrix

[9] Multiplication of a 5 X 5 Matrix

Enter your choice: 1

Enter value for the First Matrix:

[0, 0] = 1

[0, 1] = 2

[0, 2] = 3

[1, 0] = 4

[1, 1] = 5

[1, 2] = 6

[2, 0] = 7

[2, 1] = 8

[2, 2] = 9

 

Enter value for the Second Matrix:

[0, 0] = 9

[0, 1] = 8

[0, 2] = 7

[1, 0] = 6

[1, 1] = 5

[1, 2] = 4

[2, 0] = 3

[2, 1] = 2

[2, 2] = 1

 

The First and the Second Matrix looks like this:

1        2        3                  9        8        7

4        5        6                  6        5        4

7        8        9                  3        2        1

Result of adding the First and the Second Matrix:

10      10      10

10      10      10

10      10      10

Press any key to go back to MAIN MENU or X/x to exit.

Related Questions

. Introgramming & Unix Fall 2018, CRN 44882, Oakland University Homework Assignment 6 - Using Arrays and Functions in C

DescriptionIn this final assignment, the students will demonstrate their ability to apply two ma

. The standard path finding involves finding the (shortest) path from an origin to a destination, typically on a map. This is an

Path finding involves finding a path from A to B. Typically we want the path to have certain properties,such as being the shortest or to avoid going t

. Develop a program to emulate a purchase transaction at a retail store. This program will have two classes, a LineItem class and a Transaction class. The LineItem class will represent an individual

Develop a program to emulate a purchase transaction at a retail store. Thisprogram will have two classes, a LineItem class and a Transaction class. Th

. SeaPort Project series For this set of projects for the course, we wish to simulate some of the aspects of a number of Sea Ports. Here are the classes and their instance variables we wish to define:

1 Project 1 Introduction - the SeaPort Project series For this set of projects for the course, we wish to simulate some of the aspects of a number of

. Project 2 Introduction - the SeaPort Project series For this set of projects for the course, we wish to simulate some of the aspects of a number of Sea Ports. Here are the classes and their instance variables we wish to define:

1 Project 2 Introduction - the SeaPort Project series For this set of projects for the course, we wish to simulate some of the aspects of a number of

Ask This Question To Be Solved By Our ExpertsGet A+ Grade Solution Guaranteed

expert
Um e HaniScience

528 Answers

Hire Me
expert
Muhammad Ali HaiderFinance

848 Answers

Hire Me
expert
Husnain SaeedComputer science

506 Answers

Hire Me
expert
Atharva PatilComputer science

616 Answers

Hire Me