You are not logged in.
A post was deleted or I was daydreaming?
'And fun? If maths is fun, then getting a tooth extraction is fun. A viral infection is fun. Rabies shots are fun.'
'God exists because Mathematics is consistent, and the devil exists because we cannot prove it'
I'm not crazy, my mother had me tested.
Offline
Very, very good! How did you know that?
Two posts were deleted because I do not want to jump ahead with probability gf's just yet.
Now please compute the answer.
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
Looks like it is 35. How do I grep coefficients in Maxima? By the way, what does grepping mean?
'And fun? If maths is fun, then getting a tooth extraction is fun. A viral infection is fun. Rabies shots are fun.'
'God exists because Mathematics is consistent, and the devil exists because we cannot prove it'
I'm not crazy, my mother had me tested.
Offline
Grep is a command line utility for searching going back to Windows 98. Grepping must mean picking them out.
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
Is it a standard english word? How do I grep Coefficients in Maxima? Is 35 correct?
'And fun? If maths is fun, then getting a tooth extraction is fun. A viral infection is fun. Rabies shots are fun.'
'God exists because Mathematics is consistent, and the devil exists because we cannot prove it'
I'm not crazy, my mother had me tested.
Offline
Grepping is a technical term. 35 is correct and there should be a coefficient command in Maxima to do the job. But even if you can not find it we will not be doing ones that you can not just expand out.
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
But even if you can not find it we will not be doing ones that you can not just expand out.
What does it mean?
'And fun? If maths is fun, then getting a tooth extraction is fun. A viral infection is fun. Rabies shots are fun.'
'God exists because Mathematics is consistent, and the devil exists because we cannot prove it'
I'm not crazy, my mother had me tested.
Offline
What does what mean? Grepping or the quote?
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
Never mind; I've found the command
'And fun? If maths is fun, then getting a tooth extraction is fun. A viral infection is fun. Rabies shots are fun.'
'God exists because Mathematics is consistent, and the devil exists because we cannot prove it'
I'm not crazy, my mother had me tested.
Offline
Very good! I found it too.
How did you know to raise it up to the 4th power?
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
Ofcourse I cannot raise a sixterm polynomial to its 4th power by hand.
(%i12) coeff((expand((x + x^2 + x^3 + x^4 + x^5 + x^6)^4)),x,20);
(%o12) 35
'And fun? If maths is fun, then getting a tooth extraction is fun. A viral infection is fun. Rabies shots are fun.'
'God exists because Mathematics is consistent, and the devil exists because we cannot prove it'
I'm not crazy, my mother had me tested.
Offline
Are you now ready to try your hand at a real combinatorics problem? One that would start to stump even the best NCR getters.
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
Yes; ...
'And fun? If maths is fun, then getting a tooth extraction is fun. A viral infection is fun. Rabies shots are fun.'
'God exists because Mathematics is consistent, and the devil exists because we cannot prove it'
I'm not crazy, my mother had me tested.
Offline
A mother wishes to share 20 dollars between Sally ,Edna, and
son Jack, so that they each receive at least $5, and nobody receives more than $10, and Edna gets an even amount. How many ways are there of doing this?
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
(x^5 + x^6 + x^7 + x^8 + x^9 + x^10)*(y^5 + y^6 + y^7 + y^8 + y^9 + y^10)*(z^5 + z^6 + z^7 + z^8 + z^9 + z^10)
???
'And fun? If maths is fun, then getting a tooth extraction is fun. A viral infection is fun. Rabies shots are fun.'
'God exists because Mathematics is consistent, and the devil exists because we cannot prove it'
I'm not crazy, my mother had me tested.
Offline
We do not need three different variables. I only did that for illustration purposes earlier.
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
If you do not need three different variables, then how can you ensure the fact about the even amount?
(%i18) coeff((expand(((x^5 + x^6 + x^7 + x^8 + x^9 + x^10)^2) * (x^6 + x^8 + x^10))),x,20);
(%o18) 9
xu drani
Last edited by Agnishom (2013-12-30 05:48:20)
'And fun? If maths is fun, then getting a tooth extraction is fun. A viral infection is fun. Rabies shots are fun.'
'God exists because Mathematics is consistent, and the devil exists because we cannot prove it'
I'm not crazy, my mother had me tested.
Offline
Excellent work! That is correct.
Supposing you were trying to convince me that gf's were better. Supposing you believed that, sum up in your own words why generating functions are easier.
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
Supposing you were trying to convince me that gf's were better. Supposing you believed that, sum up in your own words why generating functions are easier.
They are easier if you have a computer with you.
'And fun? If maths is fun, then getting a tooth extraction is fun. A viral infection is fun. Rabies shots are fun.'
'God exists because Mathematics is consistent, and the devil exists because we cannot prove it'
I'm not crazy, my mother had me tested.
Offline
I still do not understand how you gAr got the gf for the original problem
'And fun? If maths is fun, then getting a tooth extraction is fun. A viral infection is fun. Rabies shots are fun.'
'God exists because Mathematics is consistent, and the devil exists because we cannot prove it'
I'm not crazy, my mother had me tested.
Offline
That is only the tip of the iceberg. Is
easy to do by hand?
Big problems usually generate big numbers, no matter what method you use you will need a computer. The real thing is that the gf approach reduces each problem to mere multiplication of polynomials! Once you formulate it and you see how easy that is even for a tough problem then you only have to multiply.
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
I still do not understand how you gAr got the gf for the original problem
'And fun? If maths is fun, then getting a tooth extraction is fun. A viral infection is fun. Rabies shots are fun.'
'God exists because Mathematics is consistent, and the devil exists because we cannot prove it'
I'm not crazy, my mother had me tested.
Offline
Do you understand this one?
Remember I said I only used the 3 variables for illustration. Well gAr, combined o and y into one variable.
And by the way, many of these can be expanded by the binomial theorem without a computer but not as quickly.
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
I do not understand why there is a 1 +
'And fun? If maths is fun, then getting a tooth extraction is fun. A viral infection is fun. Rabies shots are fun.'
'God exists because Mathematics is consistent, and the devil exists because we cannot prove it'
I'm not crazy, my mother had me tested.
Offline
(1 + o) means you can choose zero or one o.
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline