1.

What is the function used to multiply a matrix, A, with itself n times?

A. mtimes(A,n)
B. ntimes(A,n)
C. mtimes(n,A)
D. mtimes(A^n)
Answer» C. mtimes(n,A)


Discussion

No Comment Found