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
#10
Yes I should have used np.allclose(A, la.matrix_power(B, 12)) to check the difference. That said it remains the issue that the matrix B is not unique and it would also be a good idea to use the fact that the third row is 0 0 1. If you have code that tries to do this, you can post it here for further discussion.
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