Is there a way to multiply a matrix
times a vector of symbols? For instance, could I do this: 1 0 0 a 0 1 0 times b -1 2 1 c which should result in : a b c �a -2*b where a, b, and c are as yet not assigned numeric values? ........................... judson blake [[alternative HTML version deleted]]
______________________________________________ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.