| Author |
Comment/Response |
nitin
|
07/17/03 10:41am
Hello,
I want to develope a matrix by
Do[e[i, j, 1] = x^i (x - 1) y^j (y - 1), {i, 1, 5}, {j, 1, 5}]
I am getting the answers. But This iteration leaves holes. For instance, it generates x^5 y^5 but misses y^10, x y^9, x^2 y^8 etc... all of which are of the 10-th orders
of polynomials.
I want to modify the iteration loop so that it covers all the polynomials of the
same order.
Thanking you,
Regards,
Nitin
URL: , |
|