what I want to find is( arr[0][0] + arr[0][1] ) ( arr[1][0] + arr[1][1] )
It doesn't matter if the coefficients come out in this order, of course.C[0] = arr[0][0] arr[1][0] C[1] = arr[0][0] arr[1][1] C[2] = arr[0][1] arr[1][0] C[3] = arr[0][1] arr[1][1]
In reply to Re^2: Obtaining terms in an expansion
by randyk
in thread Obtaining terms in an expansion
by randyk
For: | Use: | ||
& | & | ||
< | < | ||
> | > | ||
[ | [ | ||
] | ] |