Question: Python Code. Do not use numpy or other python modules but math and copy. Give a well detailed code for a program as indicated in
Python Code.
Do not use numpy or other python modules but math and copy.
Give a well detailed code for a program as indicated in the picture below:

The program has a function named - SumOfAllNegativeTerms(Amatrix). This function has only one argument named Amatrix. Amatrix is required to be a 2-D, square matrix (list of lists having the same number of rows and columns). This function must calculate and return the SUM of ONLY the NEGATIVE terms (values) in the Amatrix. This function does NOT print anything. Your main program will create the two square matrices (Al and A2) shown below. It will pass Al to SumOfAllNegativeTermis, and print the answer. Then it will pass A2 to SumofAlNegative Terms and print the answer 0 0-80 Al=| 5-5 A2= 0 -2 0 0 -910-11 -1 0 0 0
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
