Borrar filtros
Borrar filtros

Computational Complexity of minpoly()

3 visualizaciones (últimos 30 días)
Panagiotis Misiakos
Panagiotis Misiakos el 2 de Oct. de 2019
Respondida: Kajal Bansala el 10 de Mzo. de 2021
What is the computational complexity of matlab's minpoly() function that finds the minimal polynomial of a matrix? Is it slower than charpoly()?

Respuestas (1)

Kajal Bansala
Kajal Bansala el 10 de Mzo. de 2021
Hello Panagiotis,
There is no direct way to calculate the computational complexity in MATLAB. However, you can check the time takn by two functions by using:
>>tic
//code (or function name)
>>toc

Categorías

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

Productos


Versión

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by