Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Write the following program in PYTHON; A matris that has x rows and y columns which has following properties; Sum of each column must be

Write the following program in PYTHON;

A matris that has x rows and y columns which has following properties;

Sum of each column must be same.

Every element of matris must be a random integer from 0 to 9

x and y will be choosen by keyboard after.

Example of a random output: ( x= 3 , y=3)

[[2 3 0]

[1 0 5]

[3 3 1]]

Note that 2 + 1 + 3 = 3 + 0 + 3 = 0 + 5 + 1=6

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Administration The Complete Guide To Dba Practices And Procedures

Authors: Craig S. Mullins

2nd Edition

0321822943, 978-0321822949

More Books

Students also viewed these Databases questions

Question

Discuss the techniques of job analysis.

Answered: 1 week ago

Question

How do we do subnetting in IPv6?Explain with a suitable example.

Answered: 1 week ago

Question

Explain the guideline for job description.

Answered: 1 week ago

Question

What is job description ? State the uses of job description.

Answered: 1 week ago

Question

What are the objectives of job evaluation ?

Answered: 1 week ago