Re: How to solve (2x + 3y)^3?
- From: Robert Low <mtx014@xxxxxxxxxxxxxx>
- Date: Thu, 29 Sep 2005 08:25:58 +0100
dwwdkddb wrote:
I don't agree on that, because multiplying out involvesYou're joking, right? It is most easily done just by multiplying (2x+3y) by (2x+3y) and then multiplying the result by (2x+3y).
a greater number of operations. My idea of "easy" is to avoid using brute force whenever it can be done faster by some more general method.
I think you're neglecting the number of operations involved in computing the binomial coefficients to make this argument. You have 3C0, 3C1, 3C2 and 3C3 to compute,(quite a few multiplications and divisions there) as well as the various powers of 2 and 3 to multiply together. .
- Prev by Date: Re: 4 spheres inside a tetrahedron
- Next by Date: Re: Is there a name for these equations?
- Previous by thread: Re: How to solve (2x + 3y)^3?
- Next by thread: Re: How to solve (2x + 3y)^3?
- Index(es):
Relevant Pages
|