How to Solv A * x + x * B = C

Hey everybody

I am a newer here and in ruby programming.
I am using eclipse for ruby programming and running and I have an urgent
problem with this:
A * x + x * B = C
That A, B , C are proper matrix and x is my desired matrix.

Can anybody please help me as soon as possible?

Best

Ruby has a Matrix class in its stdlib.

Eric MSP Veith wrote in post #1164388:

Ruby has a Matrix class in its stdlib.

Thanks :slight_smile: