Group Abstract Group Abstract

Message Boards Message Boards

0
|
4K Views
|
2 Replies
|
2 Total Likes
View groups...
Share
Share this post:

What is a quadratic matrix to the 0th power?

POSTED BY: Raspi Rascal
2 Replies
POSTED BY: Raspi Rascal
Posted 5 years ago

Hi Raspi,

m^0 raises each element of the matrix to the power 0, which causes the Indeterminate. Use MatrixPower.

MatrixPower[m, 0]
(* {{1, 0, 0}, {0, 1, 0}, {0, 0, 1}} *)
POSTED BY: Rohit Namjoshi
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard