User Portlet
Discussions |
---|
I am sorry because probably is a stupid question but how can I multiply a symbol letter for a vector list c = a.{1, 1} + b.{3, 4} I would like expand this as {a,a}+{3b,4b} and finally in {a+3b,a+4b} Thanks in advance. |