Python Forum
The twelfth root of a matrix
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
The twelfth root of a matrix
#3
Typically, we expect people to post their Python code attempt (in code tags, not as an image) and we help them from there. (You might want to read the full rules: https://python-forum.io/misc.php?action=help)

Without code it's hard to say much. I would say that you can use the regular exponentiation operator (**) with 1/12.0 on numpy matrixes, I believe, and it would Just Work.
Reply


Messages In This Thread
The twelfth root of a matrix - by Arduinol - Nov-25-2018, 03:43 PM
RE: The twelfth root of a matrix - by Arduinol - Nov-27-2018, 06:17 PM
RE: The twelfth root of a matrix - by micseydel - Nov-27-2018, 06:34 PM
RE: The twelfth root of a matrix - by Gribouillis - Nov-27-2018, 06:49 PM
RE: The twelfth root of a matrix - by Arduinol - Nov-27-2018, 07:18 PM
RE: The twelfth root of a matrix - by Gribouillis - Nov-28-2018, 07:03 AM
RE: The twelfth root of a matrix - by Arduinol - Nov-28-2018, 08:50 AM
RE: The twelfth root of a matrix - by Gribouillis - Nov-28-2018, 09:33 AM
RE: The twelfth root of a matrix - by Arduinol - Nov-28-2018, 11:09 AM
RE: The twelfth root of a matrix - by Gribouillis - Nov-28-2018, 11:36 AM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020