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]]