Skip to content

Instantly share code, notes, and snippets.

View wuthmone's full-sized avatar

Wut Hmone Hnin Hlaing wuthmone

View GitHub Profile
#!/bin/bash
DELAY=0 # increase this if printing of matrices should be slower
echo "This script takes two matrices, henceforth called A and B,
and returns their product, AB."
read -p "Number of rows of matrix A: " arows
read -p "Number of columns of matrix A: " acols