We want to write a program that multiplies matrices r = a * w + b where a is the input, w is called the weights matrix, and b is the bias. It prints out the resulting matrix r.
a. True
b. False