factortable

Creates a table of factors, with a column showing unique factors of an integer, and a second column showing the power of each factor.
3 téléchargements
Mise à jour 9 sept. 2022

Afficher la licence

Given an integer, creates an nx2 matrix where n is the number of unique factors of the integer. The second column shows the number of occurrences of each factor in the integer's prime factorization.

Citation pour cette source

Charles Kluepfel (2024). factortable (https://www.mathworks.com/matlabcentral/fileexchange/115910-factortable), MATLAB Central File Exchange. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R2022a
Compatible avec les versions R2019a et ultérieures
Plateformes compatibles
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Version Publié le Notes de version
1.1.0

Changed to use groupcounts to speed process.

1.0.0