Taylor expansion of matrix

151 Views Asked by At

I would like to approximate the following matrix using the Taylor expansion.

$$\begin{bmatrix} \cos(x) & e^x \\ e^x & \sin(x) \end{bmatrix}$$

Do I approximate each entry of the matrix separately and then put them back in matrix form?

I cannot find any resources online on how to do this.