Matrix exponentiation using fermat's theorem

我的梦境 提交于 2019-12-12 10:39:30

问题


Like we use fermat's little theorem for modular exponentiation , I was just wondering that is there any such method for fast matrix exponentiation ? Can we use fermat's theorem for matrix exponentiation ? If no then is there any faster method than divide and conquer method of exponentiation ?


回答1:


I would look for Octave's implementation of that. There it gives you some references. Here some links:

  • http://epubs.siam.org/doi/abs/10.1137/1020098
  • http://www.cs.cornell.edu/cv/researchpdf/19ways+.pdf


来源:https://stackoverflow.com/questions/12268516/matrix-exponentiation-using-fermats-theorem

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!