factortable

版本 1.1.0 (1.1 KB) 作者: Charles Kluepfel
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.0 次下载
更新时间 2022/9/9

查看许可证

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.

引用格式

Charles Kluepfel (2024). factortable (https://www.mathworks.com/matlabcentral/fileexchange/115910-factortable), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2022a
与 R2019a 及更高版本兼容
平台兼容性
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.1.0

Changed to use groupcounts to speed process.

1.0.0