How to solve the pole of polynomial with matrix coefficient

In summary, the conversation discusses methods for finding the roots of a polynomial with matrix coefficients. The participant suggests using Gaussian elimination as a simple command for solving the equation.
  • #1
ohmatlab
2
0
Hi! This is my first post here. If I make any mistake, please tell me.

I have a question: if I want to find a pole of a polynomial, ex: " a*s^2+b*s+c ", a,b,and c are constant given. I just use simple command: roots([a, b,c]), I can get the answer.
However, if now I meet a situation is " A*s^2+C=0 ", A and C are all 3*3 constant matrices, I used the " sym and solve " to find the equation. It's OK. However, except this method, is there any simple command, just like " roots " to solve the polynomial with matrix coefficient?

Thanks!
 
Engineering news on Phys.org

1. How do I determine the degree of the polynomial?

The degree of a polynomial is the highest power of the variable in the polynomial expression. To determine the degree, simply look at the term with the highest power of the variable. For example, in the polynomial 2x^3 + 5x^2 + 3x + 1, the degree is 3.

2. What is the role of matrix coefficients in solving the pole of a polynomial?

Matrix coefficients are used to represent the polynomial expression in a more organized and efficient way. By converting the polynomial into a matrix form, we can easily manipulate and solve the polynomial using matrix operations.

3. Can I use any method to solve the pole of a polynomial with matrix coefficients?

Yes, there are various methods to solve the pole of a polynomial with matrix coefficients, such as Gaussian elimination, Cramer's rule, and inverse matrix method. The most suitable method depends on the complexity of the polynomial and the availability of resources.

4. How do I know if the pole of a polynomial with matrix coefficients has a solution?

A polynomial with matrix coefficients has a solution if the determinant of the matrix is non-zero. If the determinant is zero, it means that the system of equations does not have a unique solution and the polynomial does not have a pole.

5. Can I use a calculator to solve the pole of a polynomial with matrix coefficients?

Yes, you can use a calculator that has matrix operations capabilities to solve the pole of a polynomial with matrix coefficients. However, it is important to understand the steps and operations involved in the process to ensure accurate results.

Similar threads

  • Linear and Abstract Algebra
Replies
8
Views
1K
  • Linear and Abstract Algebra
Replies
8
Views
789
  • Precalculus Mathematics Homework Help
2
Replies
36
Views
4K
  • Electrical Engineering
Replies
3
Views
982
  • Calculus and Beyond Homework Help
Replies
18
Views
2K
  • Programming and Computer Science
Replies
5
Views
2K
  • Calculus and Beyond Homework Help
Replies
9
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
3
Views
835
  • Math POTW for Secondary and High School Students
Replies
5
Views
983
  • Linear and Abstract Algebra
Replies
6
Views
522
Back
Top