repeated numbers in roots

5 visualizaciones (últimos 30 días)
Ali
Ali el 8 de Jun. de 2020
Comentada: KSSV el 8 de Jun. de 2020
Hi
can anybody tell how to remove repeated number in roots of polynomial eqaution.
w =
0.2278
0.2278
1.0382
1.0382
1.5292
1.5292
0.1738
0.1738
0.3461
0.3461
0.5647
0.5647
0.8437
0.8437
0.9098
0.9098
1.0873
1.0873
1.2007
1.2007

Respuestas (1)

KSSV
KSSV el 8 de Jun. de 2020
iwant = unique(w)
  2 comentarios
Ali
Ali el 8 de Jun. de 2020
To find roots of w is
w=roots(w);
r-roots(w);
which is one better and accurate way??
KSSV
KSSV el 8 de Jun. de 2020
Use roots. See to it that the coefficients of the polynomials are arranged as required for the function.

Iniciar sesión para comentar.

Categorías

Más información sobre Polynomials en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by