Hi, my first question is on how to make tropical calculations on Mathematica, like tropical matrix addition, multiplication, powers and so on.
for instance, if A,B are tropical matrices, compute
A⊕B, A⊗B, A^⊗B
Secondly, If A,B and U are given matrices, how can i solve the system of equations below for x and y;
ax=xa,
by=yb,
u=xy.
Thank you.