I\'m attempting to write a function that takes a vector of matrices and calculates their product recursively. The function itself goes something like this:
using