Create the following matrices using the given constraints. 2 Points each.
exp(0.5)
to 2 significant figures. Do the computation inside the {}
in the f-string.Use the two matrices given to answer the following problems. Answer in Python.
$$A = \left[\begin{array}{lcr} 4 & -3 & 8\\ -3 & 4 & -4\\ 8 & -4 & 10\\ \end{array}\right]$$$$B = \left[\begin{array}{lcr} 1 & 5 & -1\\ 23 & -1 & -2\\ 1 & 2 & 3\\ \end{array}\right]$$