can you help me to programming method of tree of knuth
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
2=1+1
3=2+1
6=3+3
x^2:1
x^2*x:1
x^3*x^3:1
0 Commenti
Risposta accettata
Walter Roberson
il 8 Nov 2013
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
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Genetic Algorithm in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!