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
#5
Hello Gribouillis and Micseydel,

Thanks a lot for your reply.
@Griboullis : you got the point, I don't want to calculate the 12TH root term by term (I can easily do that using excel).

I use excel MMULT function (12 times) to get matrix B as a result of matrix (A)^12.

But having matrix B, I'm not able to retrieve matrix A which would be matrix (B)^(1/12). Excel is not able to do that. Someone told me it could be possible using numpy matrices but I have no idea how to code this... I have never used Python before (@Micseydel: that's the reason why I did not attach a code attempt).

It would be wonderful if you could help me doing this!!!

Best Regards,
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