mpower
Matrix power, ^ operator
📝 Syntax
C = mpower(A, B)
C = A ^ B
📥 Input argument
A - a variable
B - a variable
📤 Output argument
C - result of A^B
📄 Description
C = mpower(A, B) performs matrix power operation: A^B
💡 Example
mpower(3, 4)
3^4🔗 See also
🕔 History
Version
📄 Description
1.0.0
initial version
Last updated
Was this helpful?