factortable

버전 1.1.0 (1.08 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
업데이트 날짜: 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