In: Electrical Engineering
a. Using Matlab scripts create the following matrices (???1 and
???2)
???1 = [
3 2 −3 6 7 4 3 −6 7
], ???2 = [
2 1 7 3 3 9 −6 6 1
]
b. Write code to add the second row of ???1 to the third row of
???2 and store results in the first row of ???1.
c. Write code to add the second column of ???1 with the third
column of ???2 and store results in the first column of ???2
Here is the code.I mentioned every comment that will give you better understanding.If you have any doubt ask me in the comment section below.If you like please upvote:)
a,b.
C.