1 5 6 7 -4 2 3 5 4 -3 12 14 -3 15 11 4 A= B= -7.2 3 1 0 12 -4 11 8 8 3 1 5 9 4 -1 10 The following matlab code is run fo
Posted: Tue Apr 26, 2022 6:02 pm
1 5 6 7 -4 2 3 5 4 -3 12 14 -3 15 11 4 A= B= -7.2 3 1 0 12 -4 11 8 8 3 1 5 9 4 -1 10 The following matlab code is run for the above matrices A and B. C = A.*B = ans = C(3,2) + C(3,3) What is the final value of "ans"? • Input your solution in decimal point notation (for example 0.5314)! • Do not input results as ratios (for example don't use 7/25)! • Do not input results with Turkish "," separator (for example don't use 0,5314)! • Your results must be accurate to 4 decimal digits.