can you help me to programming method of tree of knuth
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
ime sem
el 8 de Nov. de 2013
Comentada: ime sem
el 8 de Nov. de 2013
2=1+1
3=2+1
6=3+3
x^2:1
x^2*x:1
x^3*x^3:1
0 comentarios
Respuesta aceptada
Walter Roberson
el 8 de Nov. de 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
2 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Genetic Algorithm en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!