Let $A,B \in \mathbb{L}(\mathbb{R}^n,\mathbb{R}^n)$ be congruent, in the sense that there is an invertible matrix $S \in \mathbb{L}(\mathbb{R}^n,\mathbb{R}^n)$ such that $AS=SB$. Show that $e^AS = Se^B$, which implies that $e^A=e^B$ are congruent.
i) Show this by proving that for every $z_0 \in \mathbb{R}^n$ the solution $y(x)$ of $$\frac{dy}{dx} = Ay$$ with $y(0) = S z_0$equals $S z(x)$, where $z(x)$ is the solution to the differential equation $$\frac{dz}{dx} = Bz$$ with $z(0)=z_0$.
ii) Also show this in terms of the definition of a matrix exponential.
My work In terms of the definition of a matrix exponential, I've managed to prove ii) by saying $$e^A = \sum_{k=0}^\infty \frac{A^k}{k!}$$ and rewriting $A = SAS^{-1}$. Then it follows quite clearly that $e^AS = Se^B$.
However, I'm not quite sure how to proceed on the first proof i). Any thoughts?