Description In this program, you will be developing the class definition and behavior for Matrices. You have to implement following operations on matrices. 1. Addition (+) 2. Subtraction ( - ) 3. Multiplication ( * ) 4. Post and pre Increment (++) 5. Post and pre Decrement ( --) 6. Transpose (-) 7. Positive exponential ( ^) 8. Output ( <<) It is very easy to implement these operations using any language. To make it interesting, we want to overload operators such that above operations can be conducted on matrices. For each of the operation, operator that you will be overloading is shown in parenthesis. For example, for matrix addition, you have to overload + operator. Furthermore, you have to define Increment and Decrement operations as friend functions (remember the different ways of overloading operators). Operations 1, 2, and 3 correspond to standard matrix-matrix addition, subtraction and multiplication. Increment (++) operation on matrix increments each element of the matrix by 1. Similarly, decrement (--) operator decrements the value of each element by 1. Stream output operator (<<) prints the matrix on to standard matrices i.e., matrices in which number of rows and columns are same. Furthermore, we only deal with integer values i.e., each element of the matrix can be either positive or negative integers only (including 0). (screen). For simplicity, we restrict ourselves to square Input Format You have to read the matrices from a file (or standard input). You can choose one of the option. Reading from file is more convenient and flexible. First line of input file contains the dimension of the matrix (d). First line is followed by d lines of values. Each line corresponds to one row of the matrix and hence each row will have d integers.
Description In this program, you will be developing the class definition and behavior for Matrices. You have to implement following operations on matrices. 1. Addition (+) 2. Subtraction ( - ) 3. Multiplication ( * ) 4. Post and pre Increment (++) 5. Post and pre Decrement ( --) 6. Transpose (-) 7. Positive exponential ( ^) 8. Output ( <<) It is very easy to implement these operations using any language. To make it interesting, we want to overload operators such that above operations can be conducted on matrices. For each of the operation, operator that you will be overloading is shown in parenthesis. For example, for matrix addition, you have to overload + operator. Furthermore, you have to define Increment and Decrement operations as friend functions (remember the different ways of overloading operators). Operations 1, 2, and 3 correspond to standard matrix-matrix addition, subtraction and multiplication. Increment (++) operation on matrix increments each element of the matrix by 1. Similarly, decrement (--) operator decrements the value of each element by 1. Stream output operator (<<) prints the matrix on to standard matrices i.e., matrices in which number of rows and columns are same. Furthermore, we only deal with integer values i.e., each element of the matrix can be either positive or negative integers only (including 0). (screen). For simplicity, we restrict ourselves to square Input Format You have to read the matrices from a file (or standard input). You can choose one of the option. Reading from file is more convenient and flexible. First line of input file contains the dimension of the matrix (d). First line is followed by d lines of values. Each line corresponds to one row of the matrix and hence each row will have d integers.
Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
Related questions
Question
C++
Expert Solution
This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
This is a popular solution!
Trending now
This is a popular solution!
Step by step
Solved in 6 steps with 4 images
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY