Question

) Consider the following code: A = [111; 10 9 8;7 6 5]; B = [100; 00 1; 0 0 1]; What will be the result of the following operations?

length (B(2:3)) A(2:3, 3) A(A>B) таx(таx(A)) ) A' + B'

Fig: 1

Fig: 2

Fig: 3

Fig: 4

Fig: 5

Fig: 6

Fig: 7

Fig: 8

Fig: 9