[Python (py3) code] Using import sys, import stdarray, and import random, create a code that accepts input from a text file, add matrices, and prints output to a text file. Use matrix.py and main.py modules. FUNCTIONS SHOULD BE REUSABLE Note: When Matrix A and Matrix B are ordered to be added but they have unequal dimensions, print "Matrix addition cannot be performed; dimensions are unequal." Please annotate significant parts. Format of the input from text file: First Line: type of operation (add) Second Line: matrix A dimension (example: if 3 rows and 2 columns, type 3 2) Third Line: matrix A elements Fourth Line: matrix B dimension  Fifth Line: matrix B elements  Sample input 1: add 2 2  53 -4 7 31 2 2 67 2 -34 6 Sample output 1: 120 -2 -27 37

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter8: Arrays And Strings
Section: Chapter Questions
Problem 44SA
icon
Related questions
Question

[Python (py3) code]

Using import sys, import stdarray, and import random, create a code that accepts input from a text file, add matrices, and prints output to a text file. Use matrix.py and main.py modules.
FUNCTIONS SHOULD BE REUSABLE

Note: When Matrix A and Matrix B are ordered to be added but they have unequal dimensions, print "Matrix addition cannot be performed; dimensions are unequal."

Please annotate significant parts.

Format of the input from text file:
First Line: type of operation (add)
Second Line: matrix A dimension (example: if 3 rows and 2 columns, type 3 2)
Third Line: matrix A elements
Fourth Line: matrix B dimension 
Fifth Line: matrix B elements 

Sample input 1:
add
2 2 
53 -4
7 31
2 2
67 2
-34 6

Sample output 1:
120 -2
-27 37

Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps with 3 images

Blurred answer
Knowledge Booster
Functions
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr