can you help me to programming method of tree of knuth
조회 수: 3 (최근 30일)
이전 댓글 표시
2=1+1
3=2+1
6=3+3
x^2:1
x^2*x:1
x^3*x^3:1
댓글 수: 0
채택된 답변
Walter Roberson
2013년 11월 8일
It is done in the code at the end of http://www.mathworks.com/matlabcentral/fileexchange/25782-mpower2-a-faster-matrix-power-function/content/mpower2.m
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Genetic Algorithm에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!