subject

Matrix-matrix multiplication: generate two 3 × 3 random matrices with integer entries with the commands: r =round(10*rand( s=round(10*rand(3)) the command rand(3) generates a random 3 × 3 matrix with entries in between 0 and 1. we multiply that matrix by 10 so that it has entries between 0 and 10 and then we use the command round to round to the nearest integer. compute the following: (i) [r*s(: ,1), r*s(: ,2), r*s(: ,3)] (ii) [r(1,: )*s; r(2,: )*s; r(3,: )*s ] (iii) compare the results of parts (i) and (ii) to the product r*s (iv) explain how the matrices in (i) and (ii) are generated.

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 23.06.2019 10:00
Whats three fourths of 15(this is supposed to be in math but i clicked too fast)
Answers: 1
question
Computers and Technology, 23.06.2019 12:20
When guido van rossum created python, he wanted to make a language that was more than other programming languages. a. code-based b. human-readable c. complex d. functional
Answers: 1
question
Computers and Technology, 23.06.2019 12:50
Which syntax error in programming is unlikely to be highlighted by a compiler or an interpreter? a variable name misspelling a missing space a comma in place of a period a missing closing quotation mark
Answers: 1
question
Computers and Technology, 23.06.2019 14:30
Select the correct answer. a company wants to use online methods to target more customers. it decides to conduct a market research by collecting the data of a few customers with their consent. they want to track data of the sites that their customers frequently visit. which software can the company? a. spyware b. bots c. adware d. trojan horse e. rootkits
Answers: 1
You know the right answer?
Matrix-matrix multiplication: generate two 3 × 3 random matrices with integer entries with the comm...
Questions
question
Mathematics, 02.10.2021 05:50
question
Mathematics, 02.10.2021 05:50
Questions on the website: 13722367