MatrixLog
Available
Computes the matrix logarithm (inverse of MatrixExp)
MatrixLog[m]
MatrixLog[{{2, 1}, {1, 2}} t]//Simplify
→ {{(t^2*Log[(4*t - 2*Sqrt[t^2])/2] + t^2*Log[(4*t + 2*Sqrt[t^2])/2])/(2*t^2), (-(t*Log[(4*t - 2*Sqrt[t^2])/2]) + t*Log[(4*t + 2*Sqrt[t^2])/2])/(2*Sqrt[t^2])}, {(-(t*Log[(4*t - 2*Sqrt[t^2])/2]) + t*Log[(4*t + 2*Sqrt[t^2])/2])/(2*Sqrt[t^2]), (t^2*Log[(4*t - 2*Sqrt[t^2])/2] + t^2*Log[(4*t + 2*Sqrt[t^2])/2])/(2*t^2)}}MatrixLog[{{6.557, 1.734}, {4.523, 7.425}}]
→ {{1.7890051290362035, 0.2631391864457721}, {0.6863774742181241, 1.9207264749617687}}- Method — default Automatic
All 6300 functions ·
Use this from an MCP client