August 2019
Beginner to intermediate
798 pages
17h 2m
English
A matrix is an array with two dimensions. The easiest way to represent a matrix in Go is using a slice. However, if you know the dimensions of your array in advance, an array will also do the job just fine. If both dimensions of a matrix are the same, then the matrix is called a square matrix.
There are some rules that can tell you whether you can perform a calculation between two matrices or not. The rules are the following:
Read now
Unlock full access