I have a Lie Algebra with a basis:

  • A_1 = [[0 1 0], [0 0 0], [-1 0 0]]
  • A_2 = [[0 0 1], [-1 0 0], [0 0 0]]
  • A_3 = [[0 0 0], [0 1 0], [0 0 -1]]

The Lie brackets are [A_1,A_2] = A_3 ; [A_1,A_3] = A_1 and [A_3,A_2] = A_2.

I want to compute log(exp(A_1)exp(A_2)). I tried using the well-know Baker-Campbell-Hausdorff formula until order 5 (with the terms already computed as on wikipedia) and also the Tables 1 and 2 of the paper An efficient algorithm for computing... from Casas and Murua published in 2009. The three terms of order 5 that I get are different.

Could someone confirm that or explain the mistakes that I made in the computation?

Thank you in advance for your help.

Best,

FM.

More Frédéric Marazzato's questions See All
Similar questions and discussions