Create a new table with the same dimensions as the two table

Assignment Help Python Programming
Reference no: EM132357238

Question

Create a function called threeboxes that expects two 2-dimensional tables of integers as parameters. Both will be implemented as a list of lists. Both tables have the same rows and columns, so your threeboxes function does not have to worry about the tables being different sizes.

The function should create a new table with the same dimensions as the two tables passed as parameters. For explanation on the rest of the directions, we'll call the two tables passed as parameters tablea and tableb, and the new table will be tablec.

Once tablec has been created, your function should add the value of each element in tablea to the value of the corresponding element of tableb and store the sum at the same location in tablec. For example, the value stored at indexes 1,2 in tablec would be the sum of the values stored at indexes 1,2 in tablea and tableb.

In other words, if you think of the first twotables as matrices, this function performs matrix addition. When the individual values from tablea and tableb have been added and stored in tablec, your function should return the new table, tablec. Your function does not ask for keyboard input, it does not print anything, and it must not modify any of the values in tablea and tableb. Please use Python 3 and

Here are some examples of this function's behavior:

>>> threeboxes([[4,1,2],[6,20,31]],[[15,12,1],[12,5,31]])

[[19, 13, 3], [18, 25, 62]]

>>>threeboxes([[10,12],[5,6],[41,3],[1,8]],[[7,11],[5,21],[3,16],[1,4]])

[[17, 23], [10, 27], [43, 19], [2, 12]]

Reference no: EM132357238

Questions Cloud

Provide a formal definition of a limited role hierarchy : For the NIST RBAC standard, we can define the general role hierarchy as follows: RH is a subset of Roles X Roles is a partial order on Roles called
Compare and contrast the three phases of database design : Compare and contrast the three phases of database design.
Explain the advantages and disadvantages of erp and crm : Explain the advantages and disadvantages of ERP and CRM Explain the responsibility consider necessary to the success of the procurement plan.
Experience with the menu system : How do the colors, text, graphics, etc., affect the user's experience with the menu system? How could a "busy" interface become distractive to users?
Create a new table with the same dimensions as the two table : Create a function called threeboxes that expects two 2-dimensional tables of integers as parameters. Both will be implemented as a list of lists.
What type of address is used by an ethernet frame : 1. What type of address is used by an Ethernet frame to deliver a packet? 2. What protocol is used to automatically configure network cards of client PCs?
Write a function that expects a two-d table of integers : Write a function called printAverages that expects a two-dimensional table of integers as its only parameter, where each row of the table contains the quiz.
Compute the euclidean distance between the two data points : Typically, K-means algorithm need multiple iterations to generate desirable results. Under what condition, the K-means algorithm will coverage or end?
What are current computer vulnerabilities : It is very important to be aware of the latest vulnerabilities so that you can react quickly if one hits a system under your guard.

Reviews

Write a Review

Python Programming Questions & Answers

  Write a python program to implement the diff command

Without using the system() function to call any bash commands, write a python program that will implement a simple version of the diff command.

  Write a program for checking a circle

Write a program for checking a circle program must either print "is a circle: YES" or "is a circle: NO", appropriately.

  Prepare a python program

Prepare a Python program which evaluates how many stuck numbers there are in a range of integers. The range will be input as two command-line arguments.

  Python atm program to enter account number

Write a simple Python ATM program. Ask user to enter their account number, and print their initail balance. (Just make one up). Ask them if they wish to make deposit or withdrawal.

  Python function to calculate two roots

Write a Python function main() to calculate two roots. You must input a,b and c from keyboard, and then print two roots. Suppose the discriminant D= b2-4ac is positive.

  Design program that asks user to enter amount in python

IN Python Design a program that asks the user to enter the amount that he or she has budget in a month. A loop should then prompt the user to enter his or her expenses for the month.

  Write python program which imports three dictionaries

Write a Python program called hours.py which imports three dictionaries, and uses the data in them to calculate how many hours each person has spent in the lab.

  Write python program to create factors of numbers

Write down a python program which takes two numbers and creates the factors of both numbers and displays the greatest common factor.

  Email spam filter

Analyze the emails and predict whether the mail is a spam or not a spam - Create a training file and copy the text of several mails and spams in to it And create a test set identical to the training set but with different examples.

  Improve the readability and structural design of the code

Improve the readability and structural design of the code by improving the function names, variables, and loops, as well as whitespace. Move functions close to related functions or blocks of code related to your organised code.

  Create a simple and responsive gui

Please use primarily PHP or Python to solve the exercise and create a simple and responsive GUI, using HTML, CSS and JavaScript.Do not use a database.

  The program is to print the time

The program is to print the time in seconds that the iterative version takes, the time in seconds that the recursive version takes, and the difference between the times.

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd