(4) Let (2 4 -5 1 4 -8 0 A= 3 -5 B= 4 6 81 C= 2 -3 7 0 10 5 0 -1 4 Use python to evaluate the following expressions wher
Posted: Mon May 02, 2022 11:49 am
(4) Let (2 4 -5 1 4 -8 0 A= 3 -5 B= 4 6 81 C= 2 -3 7 0 10 5 0 -1 4 Use python to evaluate the following expressions where possible. (a) Z1 = A+C (b) Z3 = BA (c) Z5 = CB (d) Z7 = 3A-C (e) Zg = A +3BC So that when I type in for example Z5 in your code, I get the exact value for Z5.