You are not logged in.
Yes, me too!
"Believe nothing, no matter where you read it, or who said it, no matter if I have said it, unless it agrees with your own reason and your own common sense" - Buddha?
"Data! Data! Data!" he cried impatiently. "I can't make bricks without clay."
Offline
I was just working on a nice solution, I was amazed when it did not work! I mean it has to work, but it does not!
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
Oh, that's kind of depressing news.
Is that a recurrence formula?
For (3,4), I got 440 ways, don't know whether I made a mistake.
Ok, there was a mistake. After checking again, I get 323 ways?
Last edited by gAr (2011-07-26 00:32:33)
"Believe nothing, no matter where you read it, or who said it, no matter if I have said it, unless it agrees with your own reason and your own common sense" - Buddha?
"Data! Data! Data!" he cried impatiently. "I can't make bricks without clay."
Offline
Hi;
If it would have worked then there was an easier GF, a recurrence and an asymptotic form.
I am very sure the answer is 289. There is a generating function, that is what I am using to calculate the numbers.
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
Hi bobbym,
Okay, may be I did something wrong there.
I took those numbers and I hope this is the recurrence:
"Believe nothing, no matter where you read it, or who said it, no matter if I have said it, unless it agrees with your own reason and your own common sense" - Buddha?
"Data! Data! Data!" he cried impatiently. "I can't make bricks without clay."
Offline
Hi gAr;
I am sorry, but I never did figure out how to get Mathematica to run a two variable recurrence. Do you have some output?
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
Oh, not yet.
I thought you may already have some modules for such recurrences and posted before writing the code.
Everything done by hand till now, correct for the small values we have now.
I'll post back after calculating.
"Believe nothing, no matter where you read it, or who said it, no matter if I have said it, unless it agrees with your own reason and your own common sense" - Buddha?
"Data! Data! Data!" he cried impatiently. "I can't make bricks without clay."
Offline
Hi;
For some reason I can not get the command to work. I do not know how to fill in the initial conditions.
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
Hi bobbym,
Okay.
Anyway, it's solved.
Last edited by gAr (2011-07-26 01:43:09)
"Believe nothing, no matter where you read it, or who said it, no matter if I have said it, unless it agrees with your own reason and your own common sense" - Buddha?
"Data! Data! Data!" he cried impatiently. "I can't make bricks without clay."
Offline
Hi gAr;
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
Thanks!
Were you able to get the recurrence to work?
What's the g.f you have?
"Believe nothing, no matter where you read it, or who said it, no matter if I have said it, unless it agrees with your own reason and your own common sense" - Buddha?
"Data! Data! Data!" he cried impatiently. "I can't make bricks without clay."
Offline
Hi;
Nah, I am still unable to get it to work! There are plenty of examples but I am doing something wrong!
The GF is:
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
The g.f. looks cool. Thanks.
Can't you use a 2-D array in that, instead of trying the command?
"Believe nothing, no matter where you read it, or who said it, no matter if I have said it, unless it agrees with your own reason and your own common sense" - Buddha?
"Data! Data! Data!" he cried impatiently. "I can't make bricks without clay."
Offline
Hi gAr;
Yes, I could but I have to learn how to use that command sooner or later.
There is a nice asymptotic form for it also:
For when m = n.
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
Nice form indeed!
How to derive that?
"Believe nothing, no matter where you read it, or who said it, no matter if I have said it, unless it agrees with your own reason and your own common sense" - Buddha?
"Data! Data! Data!" he cried impatiently. "I can't make bricks without clay."
Offline
We have never had a problem on asymptotic analysis. I can only do a few of them that are the simplest. Complex analysis is used, much of it is like that integral we were working on.
Hopefully in the near future a question will pop up in "What do you think," that will require an asymptotic form.
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
Hmmm, I have never derived an asymptotic form, or seen the steps to derive one!
"Believe nothing, no matter where you read it, or who said it, no matter if I have said it, unless it agrees with your own reason and your own common sense" - Buddha?
"Data! Data! Data!" he cried impatiently. "I can't make bricks without clay."
Offline
The most well known of course is the Stirling approximation to n!. It is an asymptotic form.
Sometimes nothing but commonsense is involved.
Question: Quickly derive an approximation to this sum.
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
That was simple alright!
My immediate thought was n*n!, but I knew it was far larger to call it an approximation.
But aside, what were you trying in #879 ?
"Believe nothing, no matter where you read it, or who said it, no matter if I have said it, unless it agrees with your own reason and your own common sense" - Buddha?
"Data! Data! Data!" he cried impatiently. "I can't make bricks without clay."
Offline
Hi;
Are you up for a little background on this problem?
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'm going to take a break now, maybe 30 mins.
If you are available later, we can see.
Back soon!
Last edited by gAr (2011-07-26 03:07:38)
"Believe nothing, no matter where you read it, or who said it, no matter if I have said it, unless it agrees with your own reason and your own common sense" - Buddha?
"Data! Data! Data!" he cried impatiently. "I can't make bricks without clay."
Offline
Okay, see you then.
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'm back!
"Believe nothing, no matter where you read it, or who said it, no matter if I have said it, unless it agrees with your own reason and your own common sense" - Buddha?
"Data! Data! Data!" he cried impatiently. "I can't make bricks without clay."
Offline
The problem really is a self avoiding rook walk with some extra conditions. The rook in getting to (20,30) from (0,0) can move any number of vertices but can only move right and up. It amazingly is a bijection to the owed money problem!
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!
But you were saying it wasn't working?
"Believe nothing, no matter where you read it, or who said it, no matter if I have said it, unless it agrees with your own reason and your own common sense" - Buddha?
"Data! Data! Data!" he cried impatiently. "I can't make bricks without clay."
Offline