Questions tagged [matrix-exponential]

"The matrix exponential is a matrix function on square matrices analogous to the ordinary exponential function."

Where $X$ is a real or complex square matrix, $e^X \equiv \sum\limits_{k=0}^\infty \cfrac{X^k}{k!}$. $X^0$ is defined to be the identity matrix with the same dimensions as $X$. This is analogous to $e^x = \sum\limits_{k=0}^\infty \cfrac{x^k}{k!}$, where $x$ is a real or complex number.

735 questions
0
votes
1 answer

Differential of a matrix exponential

I need your help with the differential of a matrix exponential. A function $f$ is a mapping from a matrix to a matrix, that is, $f: \mathbb{R}^{n \times n}\rightarrow \mathbb{R}^{n \times n}$. Here $\mathbf{H} \in\mathbb{R}^{n \times n} $ is a…
0
votes
2 answers

Exponential of $2\times 2$ matrix with first row equal to zero

I would like to cumpute $\exp(tA)$ with $$A:=\begin{pmatrix}0&0\\\lambda&-\lambda\end{pmatrix}$$ and $0
Filippo
  • 3,536
0
votes
0 answers

One-Parameter Subgroups in Hall B. (Theorem 2.14)

Theorem 2.14 (One-Parameter Subgroups) If $A(\cdot)$ is a one-parameter subgroup of $\text{GL}(n;\mathbb{C})$, there exists a unique $n\times n$ complex matrix $X$ such that $A(t)=\mathrm{e}^{tX}$ In the proof concerning existence, it is mentioned…
eraldcoil
  • 3,508
0
votes
1 answer

when does ${e^{\left( {A + B} \right)t}} = {e^{At}}{e^{Bt}}$?

is it sufficient that $AB=BA$ to conclude that ${e^{\left( {A + B} \right)t}} = {e^{At}}{e^{Bt}}$ ?
Alex Mathy
  • 85
  • 5
0
votes
1 answer

Matrix exponential converges to a matrix

Let $A$ be a square matrix. To show: Matrix exponential converges to some matrix $X$. $$ \lim_{N \rightarrow \infty} \sum_{k=0}^{N}\frac{A^k}{k!} =X $$ In some proofs that I have seen it is stated that because (for a sub-multiplicative norm) $$ 0…
mathslover
  • 1,482
0
votes
2 answers

derive a general formula for the elements of $e^{\zeta S}$ as an infinite sum of powers of $\zeta$

Let $S$ be a $2 ×2$ symmetric matrix $S =\begin{bmatrix} 0& -1\\ -1& 0 \end{bmatrix} $ compute the first four terms in the Taylor expansion of the exponential $e^{\zeta S}$ around $\zeta = 0$ and derive a general formula for the elements of …
0
votes
1 answer

Exponential matrix and its characteristics.

If A and B are similiar then are their exponentials equal or are they similiar? I would say the same since exponential is just $$\sum_{q=0}^\infty \frac{(1)}{q!}A^q$$ and q is just a constant. But I'm not sure so I'm asking you dear people of the…
-1
votes
1 answer

Solution to recurrence

Can anyone tell me how to solve this recurrence efficiently $F(n) = F(n-1) + F(n-2) + F(n-1)*F(n-2)$. I will be provided value of $F(0)$ and $F(1)$ and have to calculate $F(n)$. $0 \le N \le 10^9$
kaku
  • 11
1
2