User Portlet User Portlet

Discussions
Hello, The following is an example of what I need: given four numbers: a,b,c,d, and four matrices A,B,C,D, I would like the following input: (a*A+b*B).(c*C+d*D) to produce the following output: a*c A.C + a*d A.D + b*c B.C + b*d B.D ...