Clear Filters
Clear Filters

how to get specific elements of polynomials?

8 views (last 30 days)
Suma
Suma on 21 Oct 2014
Hi,
how do i retrieve specific elements of the the polynomial cofficients in mupad and matlab
Like i have
if true
mypoly := linalg::charpoly(A,x)
coff = coeff(mypoly)
end
how to retrieve specific elements of the coefficients like when,
coff = (12,3,4)
i want 2nd cofficients,
coff(2) does not work
thanks

Answers (0)

Categories

Find more on Polynomials in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!