Skip to content

Commit

Permalink
correct display of math symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
Hauke Gravenkamp committed Feb 2, 2023
1 parent 92671e6 commit 9159af9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
**Compute dispersion curves of elastic waveguides utilizing uniform block-diagonalization**

These Matlab codes compute the generalized eigenvalues of a matrix function (aka matrix flow) $E(k)$, which corresponds to solving
$E(k)\,\phi = \lambda\,M\,\phi$
with eigenvector \phi, eigenvalue \lambda, constant matrix $M$, and $E(k)$ is a matrix function depending on one parameter $k$.
$E(k) \phi = \lambda M \phi$
with eigenvector $\phi$, eigenvalue $\lambda$, constant matrix $M$, and $E(k)$ is a matrix function depending on one parameter $k$.
Specifically, we focus on matrix flows of the polynomial form
$E(k)=k^2 E_0 - k\,E_1 + E_2$
$E(k) = k^2 E_0 - k E_1 + E_2$
and assume the matrix flow to be Hermitian and $M$ nonsingular.

Other matrix flows can be incorporated by changing the function `matrixFlow.m` as long as these conditions are met.
Expand Down

0 comments on commit 9159af9

Please sign in to comment.