Find complex roots of homogeneous matrix equation
1 次查看(过去 30 天)
显示 更早的评论
Good afternoon,
I am trying to find the complex zeros of the matrix equation , in which Z is a complex 49x49 impedance matrix and is a complex frequency. The complex frequency is given at equidistant points, so it is no continuous variable.
Is there any MATLAB function or a suitable algorithm for finding the zeros?
0 个评论
回答(1 个)
Matt J
2022-2-4
Just loop over the discrete s until you find where det(Z) is sufficiently close to zero.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Systems Of Linear Equations 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!