oivind

10 Reputation

2 Badges

12 years, 295 days

MaplePrimes Activity


These are answers submitted by oivind

In your line

> sigma3(x) :=[op1+op2]*[op3+op4]*[op5+op6];

try replacing brackets with parenthesis and do expand():

> sigma3(x) :=(op1+op2)*(op3+op4)*(op5+op6);

> expand(sigma3(x));


Don't know if this was what you were looking for.. but anyway :)

Page 1 of 1