How to Multiplying matrices
조회 수: 3 (최근 30일)
이전 댓글 표시
Hi, i need help.
how can I multplying matrices 1x3 with 3x1 with variable only for it element.
as example, I want to multiply [1 2 3 4 5] with [x^0 x^n-4 x^n-3 x^n-2 x^n-1]
I have done it with fliplr and poly2sym, but, is there any way without using poly2sym at all?
댓글 수: 0
채택된 답변
추가 답변 (1개)
Yanuar Rizki Pahlevi
2020년 9월 5일
댓글 수: 2
David Hill
2020년 9월 5일
You must mean 5+4*x+3*x^2+2*x^3+x^4. Why not just use charateristic polynomial functions?
참고 항목
카테고리
Help Center 및 File Exchange에서 Polynomials에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!