krindik
- 63
- 1
Hi,
While trying to simplify a solution I came up with the following sparse matrix but don't know how to solve it. [A(t)][X] = 0
<br /> $\left(<br /> \begin{array}{ccccc}<br /> A_0(t) & 1 & 1 & ... & 1 \\<br /> A_1(t) & 1 & 0 & ... & 0 \\<br /> ... & ... & ... & ... & ... \\<br /> A_{n-1}(t) & 0 & ... & 1 & 0 \\<br /> A_n(t) & 0 & ... & 0 & 1 \\<br /> \end{array}<br /> \right)<br /> \left(<br /> \begin{array}{c}<br /> x_0 \\<br /> x_1 \\<br /> ... \\<br /> x_{n-1} \\<br /> x_n<br /> \end{array}<br /> \right)<br /> = 0<br /> $<br />
I need to find solutions for t satisfying |A(t)| = 0
I would really appreciate if you would point me in finding out
1. Whether there is actually an analytic solution for this
2. If not a suitable numerical technique to find solutions
Thanks
Krindik
While trying to simplify a solution I came up with the following sparse matrix but don't know how to solve it. [A(t)][X] = 0
<br /> $\left(<br /> \begin{array}{ccccc}<br /> A_0(t) & 1 & 1 & ... & 1 \\<br /> A_1(t) & 1 & 0 & ... & 0 \\<br /> ... & ... & ... & ... & ... \\<br /> A_{n-1}(t) & 0 & ... & 1 & 0 \\<br /> A_n(t) & 0 & ... & 0 & 1 \\<br /> \end{array}<br /> \right)<br /> \left(<br /> \begin{array}{c}<br /> x_0 \\<br /> x_1 \\<br /> ... \\<br /> x_{n-1} \\<br /> x_n<br /> \end{array}<br /> \right)<br /> = 0<br /> $<br />
I need to find solutions for t satisfying |A(t)| = 0
I would really appreciate if you would point me in finding out
1. Whether there is actually an analytic solution for this
2. If not a suitable numerical technique to find solutions
Thanks
Krindik