Skip to content

matrix exponential: M^0

1 message · Trenkler, Dietrich

#
[Dietrich Trenkler]  M^0 means appying ^0 to each element of M.
	Matrix multiplication can be achieved by A%*%B. In this way A%*%A
	is not the same as A^2.

	Dietrich