Erlang Matrix multiplication server
You should have Erlang and OTP installed on your machine.
Visit https://www.erlang.org/downloads to download and install.
$ c(matrix). $ c(matrix_server). $ c(matrix_server_supervisor).
To start the server: $ matrix_server:start_server().
A tuple of rows. e.g. Mat1 = { {1,2,3}, {4,5,6} } %% 2x3 Matrix