NANADec 28, 2016

A cost-efficient variant of the incremental Newton iteration for the matrix $p$th root

arXiv:1611.028481 citationsh-index: 20
Originality Incremental advance
AI Analysis

This work provides a more efficient algorithm for computing matrix pth roots, benefiting numerical linear algebra applications where large p values are used.

The paper presents a cost-efficient variant of the incremental Newton iteration for computing the matrix pth root, reducing computational cost from O(n^3 p) to O(n^3 log p) flops per iteration for p up to at least 100.

Incremental Newton (IN) iteration, proposed by Iannazzo, is stable for computing the matrix $p$th root, and its computational cost is $\mathcal{O}(n^3p)$ flops per iteration. In this paper, a cost-efficient variant of IN iteration is presented. The computational cost of the variant well agrees with $\mathcal{O} (n^3 \log p)$ flops per iteration, if $p$ is up to at least 100.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes