Skip to content

daher928/Matrix-Multiplication-Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Matrix-Multiplication-Server

Erlang Matrix multiplication server

Prerequisites

You should have Erlang and OTP installed on your machine.

Visit https://www.erlang.org/downloads to download and install.

Module Compilation

$ c(matrix). $ c(matrix_server). $ c(matrix_server_supervisor).

Running

To start the server: $ matrix_server:start_server().

Matrix structure

A tuple of rows. e.g. Mat1 = { {1,2,3}, {4,5,6} } %% 2x3 Matrix

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages