Is there a way to compute a general power of a matrix? For example:
((2,-1),(1,0))^k = ((k+1,-k),(k,1-k))
WolframAlpha: https://is.gd/8cseex
Is Sage able to compute that?
1 | initial version |
Is there a way to compute a general power of a matrix? For example:
((2,-1),(1,0))^k = ((k+1,-k),(k,1-k))
WolframAlpha: https://is.gd/8cseex
Is Sage able to compute that?
2 | retagged |
Is there a way to compute a general power of a matrix? For example:
((2,-1),(1,0))^k = ((k+1,-k),(k,1-k))
WolframAlpha: https://is.gd/8cseex
Is Sage able to compute that?
3 | retagged |
Is there a way to compute a general power of a matrix? For example:
((2,-1),(1,0))^k = ((k+1,-k),(k,1-k))
WolframAlpha: https://is.gd/8cseex
Is Sage able to compute that?