How to record entries from a matrix (or vector)?
For example, I have A*B = (a,b,c,d,e) But I have to manually write down a = blah blah, b = blah blah, c = blah blah.... I tried the same method with list, but apparently it didn't work on a vector. Thanks!
It is not entirely clear what your are asking. Could you please be more specific? What does the product
A*B
have to do with the question?