The weeks of catch up to make up my three week schedule deficit; the stresses of getting through the M381 TMA mentioned previously; the bashing my head against the wall to understand what the hell primitive recursion was; the all-nighter on Monday night to finish the M337 TMA*; not to mention the difficulty in fitting this around work (sure everyone does this, but it doesn't make it any easier)... it was worth it!
Distinction, in both cases! Woohoo.
This is a big deal to me. Bigger than in the previous courses, when to be honest, the first TMAs were usually a walk in the park. This time around, that certainly was not the case. I don't have a problem with hard assignments of course, but I like getting easy marks as much as the next guy!
As you may recall, I didn't think I had done so well in M381, but as it turned out, my result pipped the ninety mark. Unsurprisingly, my URM-related answers were awash with comments, but the bits around them on what the functions actually represent were okay. Overall, a great confidence boost for starters on Level 3.
My result in M337 was a bit lower, and only just got past the requisite 85 for distinction, but pass it did. There was no section where I did especially worse than others; my lost marks were spread almost uniformly throughout. It was the final question, on differentiation, partial derivatives and conformal functions which helped keep my mark up. Unexpected, considering I'd not got to conformality yet. I had already resigned myself to a very late night, so I didn't quite search just for the info needed. What I did was 'read' the final half of the unit rather than work through it. A big chunk, fortunately, was just the complex equivalent of the differentiation rules, composition et cetera.
I've been doing daily short translations recently. They are a section of the transcription of these daily press conferences the Chief Cabinet Secretary, Yukio Edano has been holding after the earthquake disaster and the trouble at the Fukushima Nuclear Power Plant. It's a nice regular job, but it is hard for me because of the 'talky' style.
Anyway, the press conferences have been cancelled this weekend. So for once, I am actually completely free! The good maths mood the TMA results have put me in should hopefully inspire me to get a lot of that done today and tomorrow. I'm still in the procrastination phase, but I'll get started soon. With some luck, I'll complete the catch-up process, as I'm still not quite there on either course. It should be do-able, but even if it's not, I'm nowhere near how far behind I was a month ago. I just need to keep it that way.
* It's been a bad week all in all for getting enough sleep. So I started with an all-nighter for work on Sunday night, getting to bed at 6am. This was followed by the TMA-related one, finishing at 7am. And then on Thursday night, I spent until 5am reading through Kim's dissertation, which I'd promised I would do on Thursday, but put off and put off because of work (which I didn't particularly want to do).
Saturday, 9 April 2011
Sunday, 3 April 2011
Always read the not-necessariy-small print
Okay, so I didn't catch up quite as easily as I had hoped I would.
Hence no posting for such a long time.
I spent most of the last week's run up to the deadline for the M381 TMA bemoaning the fact that it's deadline, 31st March, was a week before the fourth book, ML2 was due to be completed.
That's not fair, that's not fair! I was like a broken record. But soldier on I did, and excluding the Wednesday prior, when I spent the day in a narcoleptic haze of uncontrollable sleeping, I spent days solid on ML2 with the hopes of finishing it on Saturday and then starting on the TMA, giving me Sunday, Monday and Tuesday to get through it, and as I do it by hand, write it up.
I didn't finish by Saturday. In fact, I didn't finish Sunday either. That book is hard work! Specifically, the first twenty pages are hard work, which were on primitive recursiveness. So I opted to work until midday on Monday, then do as much of the TMA as I could, and finish the last few questions using the good ole, "find the relevant bit in the unstudied textbook at the same time as doing the TMA question" technique. This is something I swore I'd not do this year.
Glancing at the cover of the assessment booklet Monday lunchtime though, what did I spy?
Contents Cut-off date
TMA M381 01 31 March 2011
(Units 1 and 2 of NT, and Unit 1 of ML)
Bugger! I could have been working on the TMA since the previous Wednesday, as that bloody textbook wasn't even assessed yet!
Fortunately, with the exceptions of Question 4 (where you have three statements which you must prove if true, or find a counterexample otherwise), and the final question (on concatenating two URM* programs for functions f and g to make one that performs function h, by primitive recursion from the other two), it wasn't too hard. But those two took a lot of work. I did the rest and left them to finish on Tuesday.
Unfortunately, I had things to do that day, including sitting around doing nothing for the first half of the day, and then, when I started, a lot of time was wasted fiddling with the concatenation 'recipe' from the textbook to make sure I got it right... I don't think I did.
Then for some crazy reason I waited until 8pm before starting on Question 4.
I wont go into details, but I wasted the first 2-3 hours trying to prove something that was false. A bit more trial and error when all hope seemed lost and I found a relatively simple counterexample! What's wrong with me!? The other two weren't quite so bad, at least. I knew I'd have trouble with that question, as almost all the proving stuff examples and problems in the textbook had me checking the back of the book. Very annoying.
I'm dreading getting it back, as I doubt those two questions were right, and I should probably account for dropped points here and there, elsewhere too. On the plus side, my tutor told us at the tutorial that he would mark questions on URM programs based on whether they work rather than how efficient they are. Hopefully that stretches to completely unnecessary instructions that can never be executed. I found a random copy instruction in the middle of a program for another question when writing it all up on Wednesday morning before the mad dash to the post office. I know how it got there, but I couldn't get it to work by removing it. Very weird. Well, I won't miss URM programs when they're done and dusted, though I appreciate that they taught me something about computability. And I really liked the proof of the fact that the set of URM programs is countably infinite...as was given in the textbook I didn't need to have studied!
It was a nice surprise to suddenly get onto Cantor and infinite sets though. That is very cool stuff!
I'm now mere days from the deadline for M337. I haven't wasted time studying a textbook that's not assessed for another two months this time, but the delay caused by doing that last week has still left me trying to churn out a TMA in just two days. So why am I wasting my time posting? Actually, because I can't get any work done on it today anyway, as I have a job due in, which at this rate will keep me busy until 4am. I did about half of the TMA last night and this morning at least, but I'm also only half the way through the last unit assessed and will have to hunt for the relevant bits that I've not yet studied for the last question. I hate doing that...
The moral of the story therefore is to always read the not-necessarily-small print!
Right, back to work!
*For those that don't know, Unlimited Register Machines are theoretical 'computers' that use just four simple instructions to manipulate numbers stored in their registers, and thereby perform functions on the natural numbers: 'Successor' S(x) adds 1 to the number in register x; 'Zero' Z(x) replaces the number in register x with a 0; 'Jump' J(x,y,q) jumps to instruction q if the numbers in registers x and y are the same; and 'Copy' C(x,y) copies the number in register x to register y.
Hence no posting for such a long time.
I spent most of the last week's run up to the deadline for the M381 TMA bemoaning the fact that it's deadline, 31st March, was a week before the fourth book, ML2 was due to be completed.
That's not fair, that's not fair! I was like a broken record. But soldier on I did, and excluding the Wednesday prior, when I spent the day in a narcoleptic haze of uncontrollable sleeping, I spent days solid on ML2 with the hopes of finishing it on Saturday and then starting on the TMA, giving me Sunday, Monday and Tuesday to get through it, and as I do it by hand, write it up.
I didn't finish by Saturday. In fact, I didn't finish Sunday either. That book is hard work! Specifically, the first twenty pages are hard work, which were on primitive recursiveness. So I opted to work until midday on Monday, then do as much of the TMA as I could, and finish the last few questions using the good ole, "find the relevant bit in the unstudied textbook at the same time as doing the TMA question" technique. This is something I swore I'd not do this year.
Glancing at the cover of the assessment booklet Monday lunchtime though, what did I spy?
Contents Cut-off date
TMA M381 01 31 March 2011
(Units 1 and 2 of NT, and Unit 1 of ML)
Bugger! I could have been working on the TMA since the previous Wednesday, as that bloody textbook wasn't even assessed yet!
Fortunately, with the exceptions of Question 4 (where you have three statements which you must prove if true, or find a counterexample otherwise), and the final question (on concatenating two URM* programs for functions f and g to make one that performs function h, by primitive recursion from the other two), it wasn't too hard. But those two took a lot of work. I did the rest and left them to finish on Tuesday.
Unfortunately, I had things to do that day, including sitting around doing nothing for the first half of the day, and then, when I started, a lot of time was wasted fiddling with the concatenation 'recipe' from the textbook to make sure I got it right... I don't think I did.
Then for some crazy reason I waited until 8pm before starting on Question 4.
I wont go into details, but I wasted the first 2-3 hours trying to prove something that was false. A bit more trial and error when all hope seemed lost and I found a relatively simple counterexample! What's wrong with me!? The other two weren't quite so bad, at least. I knew I'd have trouble with that question, as almost all the proving stuff examples and problems in the textbook had me checking the back of the book. Very annoying.
I'm dreading getting it back, as I doubt those two questions were right, and I should probably account for dropped points here and there, elsewhere too. On the plus side, my tutor told us at the tutorial that he would mark questions on URM programs based on whether they work rather than how efficient they are. Hopefully that stretches to completely unnecessary instructions that can never be executed. I found a random copy instruction in the middle of a program for another question when writing it all up on Wednesday morning before the mad dash to the post office. I know how it got there, but I couldn't get it to work by removing it. Very weird. Well, I won't miss URM programs when they're done and dusted, though I appreciate that they taught me something about computability. And I really liked the proof of the fact that the set of URM programs is countably infinite...as was given in the textbook I didn't need to have studied!
It was a nice surprise to suddenly get onto Cantor and infinite sets though. That is very cool stuff!
I'm now mere days from the deadline for M337. I haven't wasted time studying a textbook that's not assessed for another two months this time, but the delay caused by doing that last week has still left me trying to churn out a TMA in just two days. So why am I wasting my time posting? Actually, because I can't get any work done on it today anyway, as I have a job due in, which at this rate will keep me busy until 4am. I did about half of the TMA last night and this morning at least, but I'm also only half the way through the last unit assessed and will have to hunt for the relevant bits that I've not yet studied for the last question. I hate doing that...
The moral of the story therefore is to always read the not-necessarily-small print!
Right, back to work!
*For those that don't know, Unlimited Register Machines are theoretical 'computers' that use just four simple instructions to manipulate numbers stored in their registers, and thereby perform functions on the natural numbers: 'Successor' S(x) adds 1 to the number in register x; 'Zero' Z(x) replaces the number in register x with a 0; 'Jump' J(x,y,q) jumps to instruction q if the numbers in registers x and y are the same; and 'Copy' C(x,y) copies the number in register x to register y.
Thursday, 24 February 2011
Overwhelming failure to make progress...
That's right, three weeks in and I'm already behind!!
I finished Unit A1 of M337 only a day or two after the schedule said I should have done, at least. As for M381 though, well, I'm still ten pages from the end of the first book! It's fairly sad to be behind so soon in. Especially considering I printed out the first two units way back in the autumn with the good intentions of getting ahead.
The timetable has me starting the third unit of each course next Friday so there's still time. However, I think I need a reassessment of how I'm going to approach the Open University this year, bearing in mind both the fact that it's level 3 now, and that I can probably assume work will continue to be busy throughout the year. After all, it has hardly let up since the start of November.
As a side note, can you believe I'm still waiting to be paid for some work I did way back then? Translation agencies have various payment schedules. One that I do the odd job for pays roughly 45 days after the end of the month following the month in which the work was completed. This is kind of harsh at the best of times, but the job in question was a long one that started in November and ended just after January started. That means I have to wait until 45 days after the end of this month (so mid-April) to get paid for all of it, including the work I completed right at the beginning! Madness.
Anyway, back on topic. It's looking like I've got nothing on over the weekend, so I have planned a hardcore catch-up session. Beginning tomorrow with the rest of Unit 1 of Number Theory, and maybe as a bit of revision, by redoing the Exercises at the end of Unit 1 of Complex Analysis. Then Saturday and Sunday's plan is to get past the half way mark in the second unit of each (which in M381's case is onto mathematical logic), which should put me roughly where I'm supposed to be. Ideally, I'd like to be slightly ahead, but as much as I love maths, I'd be surprised if I manage to do quite that much!
I'm quietly confident that I can get my head down and do the studying necessary at least. If nothing else, the amount of work I've had on recently has helped me learn to just get on and do something, and face the fact that it might mean long days and late nights. Last week for example, I had a friend coming to visit from Thursday to Saturday; we went to see the Sisters of Mercy at Leeds Metropolitan last Thursday, which coincidentally, is where my tutorials are (didn't stop me having a bitch of a time getting there in the car!). Anyway, to clear all the work due in over the period before and during his visit meant, a very busy week, culminating on the Wednesday with 9am right through to 3am (excluding dinner, dog walks etc.), then back up at 8am to start again on Thursday, and working right until his train arrived at 3pm.
Now, if I can just tap into some of that! Unfortunately, I don't have the fear of missing a deadline, never being given work by that agency again, and not being able to afford to eat or pay the bills!
I finished Unit A1 of M337 only a day or two after the schedule said I should have done, at least. As for M381 though, well, I'm still ten pages from the end of the first book! It's fairly sad to be behind so soon in. Especially considering I printed out the first two units way back in the autumn with the good intentions of getting ahead.
The timetable has me starting the third unit of each course next Friday so there's still time. However, I think I need a reassessment of how I'm going to approach the Open University this year, bearing in mind both the fact that it's level 3 now, and that I can probably assume work will continue to be busy throughout the year. After all, it has hardly let up since the start of November.
As a side note, can you believe I'm still waiting to be paid for some work I did way back then? Translation agencies have various payment schedules. One that I do the odd job for pays roughly 45 days after the end of the month following the month in which the work was completed. This is kind of harsh at the best of times, but the job in question was a long one that started in November and ended just after January started. That means I have to wait until 45 days after the end of this month (so mid-April) to get paid for all of it, including the work I completed right at the beginning! Madness.
Anyway, back on topic. It's looking like I've got nothing on over the weekend, so I have planned a hardcore catch-up session. Beginning tomorrow with the rest of Unit 1 of Number Theory, and maybe as a bit of revision, by redoing the Exercises at the end of Unit 1 of Complex Analysis. Then Saturday and Sunday's plan is to get past the half way mark in the second unit of each (which in M381's case is onto mathematical logic), which should put me roughly where I'm supposed to be. Ideally, I'd like to be slightly ahead, but as much as I love maths, I'd be surprised if I manage to do quite that much!
I'm quietly confident that I can get my head down and do the studying necessary at least. If nothing else, the amount of work I've had on recently has helped me learn to just get on and do something, and face the fact that it might mean long days and late nights. Last week for example, I had a friend coming to visit from Thursday to Saturday; we went to see the Sisters of Mercy at Leeds Metropolitan last Thursday, which coincidentally, is where my tutorials are (didn't stop me having a bitch of a time getting there in the car!). Anyway, to clear all the work due in over the period before and during his visit meant, a very busy week, culminating on the Wednesday with 9am right through to 3am (excluding dinner, dog walks etc.), then back up at 8am to start again on Thursday, and working right until his train arrived at 3pm.
Now, if I can just tap into some of that! Unfortunately, I don't have the fear of missing a deadline, never being given work by that agency again, and not being able to afford to eat or pay the bills!
Thursday, 3 February 2011
Mandelbrot set on the Casio
Back when I was still at secondary school and my brother was at sixth form college, he showed me his graphing calculator which had been programmed to show the Mandelbrot set. My memory's a little hazy about the details, so it might not have been my brother, or his calculator, but anyway, a few years later when me and my friends were at college, and I was doing A-level Maths, this became something of a legend. Not that we knew what the Mandelbrot set was, just some pretty picture that you could zoom into over and over again. I doubt you could zoom on the Casio one, but still, we really wanted it on our calculators!
No-one thought I was lying (well I wasn't), but we never managed to find anyone that had the program, or could work out how to do it. Of course, that was the dark ages as far as the Internet was concerned. A quick search just now, and I immediately found a program someone had written for some Casio calculator or other. However, my poor old calculator never made it past the day of the final exam, well, it barely made it through the exam. Who's stupid idea was it to have a battery cover that you couldn't get through without a screwdriver.... or a knife, anyway?
I got my new phone last Friday. After literally months of not making calls following a mishap with the washing machine, I was finally due my upgrade from Orange. So I got an Android this time, and quickly got hold of a couple of free fractal viewing apps. I say quickly, but it took me over a day of messing around with the settings to get any of the downloads to actually get started (a common problem apparently, luckily I finally found a solution that worked). If I remember correctly, it took about an hour for the calculator to grind through the computations to draw the Mandelbrot set... now my phone does it in a flash, and lets me zoom too (one even lets me choose coordinates to draw Julia sets)! Not bad for free. I also downloaded a graphing calculator by the way, as the phone's built in calculator made the one in Windows look sophisticated (unlike my cheapy old Nokia which at least did the trigonometric functions, as well as e, log and so on).
So I've been having a bit of a fractal renaissance recently, probably inspired by starting M337. It's just so amazing how simple the rule behind the Mandelbrot and Julia sets is. I hope one day to do the OU's masters level course on fractal geometry. For the meantime, I've been playing around with the evaluation copy of the rather cool looking Ultra Fractal, reading bits and bobs, and of course, watching various YouTube videos of some the deep zooms and other cool animations people are making these days (try "Mandelbrot Fractal Adventure 1010011010" wow!).
Such a shame Benoit Mandelbrot passed away last year. I can't imagine how it feels to be a pioneer in a field like that. One day maybe... one day.
No-one thought I was lying (well I wasn't), but we never managed to find anyone that had the program, or could work out how to do it. Of course, that was the dark ages as far as the Internet was concerned. A quick search just now, and I immediately found a program someone had written for some Casio calculator or other. However, my poor old calculator never made it past the day of the final exam, well, it barely made it through the exam. Who's stupid idea was it to have a battery cover that you couldn't get through without a screwdriver.... or a knife, anyway?
I got my new phone last Friday. After literally months of not making calls following a mishap with the washing machine, I was finally due my upgrade from Orange. So I got an Android this time, and quickly got hold of a couple of free fractal viewing apps. I say quickly, but it took me over a day of messing around with the settings to get any of the downloads to actually get started (a common problem apparently, luckily I finally found a solution that worked). If I remember correctly, it took about an hour for the calculator to grind through the computations to draw the Mandelbrot set... now my phone does it in a flash, and lets me zoom too (one even lets me choose coordinates to draw Julia sets)! Not bad for free. I also downloaded a graphing calculator by the way, as the phone's built in calculator made the one in Windows look sophisticated (unlike my cheapy old Nokia which at least did the trigonometric functions, as well as e, log and so on).
So I've been having a bit of a fractal renaissance recently, probably inspired by starting M337. It's just so amazing how simple the rule behind the Mandelbrot and Julia sets is. I hope one day to do the OU's masters level course on fractal geometry. For the meantime, I've been playing around with the evaluation copy of the rather cool looking Ultra Fractal, reading bits and bobs, and of course, watching various YouTube videos of some the deep zooms and other cool animations people are making these days (try "Mandelbrot Fractal Adventure 1010011010" wow!).
Such a shame Benoit Mandelbrot passed away last year. I can't imagine how it feels to be a pioneer in a field like that. One day maybe... one day.
Thursday, 20 January 2011
Awards, and the problem with maths in my school
I had a pleasant surprise on Monday, when I opened our mail box to find an A4-sized letter from the OU.
Tearing it open on my way over the road to buy a drink, I caught sight of a cheque. Curiouser and curiouser. Well, I assumed at first that I'd overpaid something; maybe the financing for my course last year had been miscalculated. Actually, after reading the accompanying letter, I found out I'd been presented the 'Leslie Walshaw Award' for M208...for getting the best results in the course for my region! The fifty pound cheque was my prize! Wow!
So now I have an excuse for putting up my scores, as I've generally refrained from doing so, worried that it was a bit big-headed. I got OCAS: 96 (after substitution and rounding) and OES: 96. This means I actually did better in my exam than the coursework, which is quite unexpected! I was pleased enough with my marks already, but the award was such a great bonus, and it's definitely going on my C.V. As it turns out from reading the forum CC-Maths and Computing, if I'd lived in Region 8 instead (of 7), I'd not have won it, as the man who got it there's marks were more like 98 and 100. But I'm in Region 7, and well, my result was apparently the best here!
Changing the subject completely, I remembered something about my school maths education that looking back, was completely stupid. Maybe things have changed now, as I left secondary in 1994, but I wouldn't be surprised if it's the same. The thing is, they never told me what pi was! They'd tell us to use pi r squared to find out the area of a circle, or 2 pi r for the circumference, they'd tell us how ancient civilisations already knew about pi, that various approximations had been used like 22/7, and that recently computers had worked it out to thousands or millions of places, but they never told me what it was! I think I even asked... well Neil, it's a number, approximately 3.14, that you can use to calculate the area of a circle. Yes, so you said, but what is it!? What were people trying work it out to greater and greater accuracy? And also, how'd they know they were getting closer? What were they trying to get closer to? Well of course the answer is simply that pi is the ratio between the diameter of a circle and its circumference. Straighten out the circumference of a circle and you get 3.14... diameters. Why'd they never say that? Instantly, the relation 2 pi r makes perfect sense (2r being equal to the diameter). And while the other relations are not as instantly obvious, it is blatantly clear why pi is involved in all these equations relating to circle-related things.
I've just finished reading Surely You're Joking, Mr. Feynman, and I'm convinced Richard Feynman would have had issues with this too; it's simply not the right way to teach (in fact it resembles his story about his cousin learning algebra, in the Horizon interview). They should be teaching maths, not teaching processes. Unless you have an understanding of what you're doing, unless you can anchor it to some relevant fact, you're going to find it harder to learn.
I give you the example of pi (again). A few summers ago, I learnt pi up to fifty decimal places (and e but I've since forgotten that back to 32 places), my plan was to get them to 100, but I eventually fizzled out. Anyway, while it only took a few days, it was hard. This is because it was just a meaningless string of unrelated numbers. For comparison, think of how easy is it to learn a song with fifty words? Well that's what, ten lines!? Easy. Because the words are related. They form full sentences, and make a narrative. And don't forget, while each of the numbers to memorise in pi is just a 0-9, each of the words in the song can be drawn from thousands of choices (okay okay, so certain words have to go together, verbs might follow nouns and so on. But, I think this hardly counteracts the fact that there are so many words compared to just 10 numbers). The first time they introduce pi, they should tell you what it is. Learning what you can do with it would follow logically.
Tearing it open on my way over the road to buy a drink, I caught sight of a cheque. Curiouser and curiouser. Well, I assumed at first that I'd overpaid something; maybe the financing for my course last year had been miscalculated. Actually, after reading the accompanying letter, I found out I'd been presented the 'Leslie Walshaw Award' for M208...for getting the best results in the course for my region! The fifty pound cheque was my prize! Wow!
So now I have an excuse for putting up my scores, as I've generally refrained from doing so, worried that it was a bit big-headed. I got OCAS: 96 (after substitution and rounding) and OES: 96. This means I actually did better in my exam than the coursework, which is quite unexpected! I was pleased enough with my marks already, but the award was such a great bonus, and it's definitely going on my C.V. As it turns out from reading the forum CC-Maths and Computing, if I'd lived in Region 8 instead (of 7), I'd not have won it, as the man who got it there's marks were more like 98 and 100. But I'm in Region 7, and well, my result was apparently the best here!
Changing the subject completely, I remembered something about my school maths education that looking back, was completely stupid. Maybe things have changed now, as I left secondary in 1994, but I wouldn't be surprised if it's the same. The thing is, they never told me what pi was! They'd tell us to use pi r squared to find out the area of a circle, or 2 pi r for the circumference, they'd tell us how ancient civilisations already knew about pi, that various approximations had been used like 22/7, and that recently computers had worked it out to thousands or millions of places, but they never told me what it was! I think I even asked... well Neil, it's a number, approximately 3.14, that you can use to calculate the area of a circle. Yes, so you said, but what is it!? What were people trying work it out to greater and greater accuracy? And also, how'd they know they were getting closer? What were they trying to get closer to? Well of course the answer is simply that pi is the ratio between the diameter of a circle and its circumference. Straighten out the circumference of a circle and you get 3.14... diameters. Why'd they never say that? Instantly, the relation 2 pi r makes perfect sense (2r being equal to the diameter). And while the other relations are not as instantly obvious, it is blatantly clear why pi is involved in all these equations relating to circle-related things.
I've just finished reading Surely You're Joking, Mr. Feynman, and I'm convinced Richard Feynman would have had issues with this too; it's simply not the right way to teach (in fact it resembles his story about his cousin learning algebra, in the Horizon interview). They should be teaching maths, not teaching processes. Unless you have an understanding of what you're doing, unless you can anchor it to some relevant fact, you're going to find it harder to learn.
I give you the example of pi (again). A few summers ago, I learnt pi up to fifty decimal places (and e but I've since forgotten that back to 32 places), my plan was to get them to 100, but I eventually fizzled out. Anyway, while it only took a few days, it was hard. This is because it was just a meaningless string of unrelated numbers. For comparison, think of how easy is it to learn a song with fifty words? Well that's what, ten lines!? Easy. Because the words are related. They form full sentences, and make a narrative. And don't forget, while each of the numbers to memorise in pi is just a 0-9, each of the words in the song can be drawn from thousands of choices (okay okay, so certain words have to go together, verbs might follow nouns and so on. But, I think this hardly counteracts the fact that there are so many words compared to just 10 numbers). The first time they introduce pi, they should tell you what it is. Learning what you can do with it would follow logically.
Saturday, 15 January 2011
Books arrived at last. Huzzah!
On Thursday, my M381 materials arrived. I went through the checklist and it was all there. But, apparently, I'm not allowed a study timetable; I have to get that from the course website when it opens on Monday. So it left me wondering what topic am I supposed to start with, Number Theory or Logic. I get the impression that you're supposed to begin on Number Theory, but I'll be interested to see what it has to say on Monday. Do I alternate one unit of each, or do I study right through one topic, then start on the other. Crucial questions, I'm sure you'll agree.
Then on Friday, M337 arrived. In fact, the whole course turned up rather than just the first half, which is quite unusual. I pointed out to the delivery man, that I'd only just met him the day before and made some joke about how it was strange that the Open University, full of presumably pretty clever people, didn't have the common sense to send the courses materials for a particular person, all together. He didn't seem to find it that amusing, and nor did Kim in the other room (unlike my long chat with the Mormons about prayer, setting my arm on fire, and alien death rays last year), but I thought it was funny anyway.
So, I tore into the M337 box, checked the contents off against the checklist, and again there was no timetable. Not that it matters so much with this course (if you cant work out the order from unit A1 to D3, the subject of complex analysis might be a little beyond you), but I still want to put it up on the wall, and start thinking about a program of study.
I flicked through the M337 books, almost immediately drawn (as most people that know me, wouldn't be surprised to find) to the chapter on the Mandelbrot set. Damn, I have to wait until the end of the course basically to get to that. Oh well. As for the rest of it, well first impressions are that it looks bloody hard! Looking back though, I probably thought the same with M208, and I even recall an acute sense of fear, when I first glanced at the MS221 handbook at the listed of all the symbols and notation I was expected to be familiar with by the end of the course. I expect it's always pretty scary at first. So I'm not that worried, just do the work and it should be fine.
Unfortunately, it's looking like I'll actually have to make the effort and 'learn' the epsilon-delta definition of continuity after all. I totally fudged my way through that last year, and hoped that any question on it would be relegated to an optional one in Part 2 of the exam (which it was)!
Which reminds me, when I looked at the statistics for the M208 exam, I thought it was rather strange to see that 185 people opted to take that question, Q17, making it the second most popular choice for Part 2 (if you ignore the total piece of cake that was Q13 on Groups, that understandably, roughly 4/5 of all students took). Yet it has easily the highest rate of people getting just 0-14%, as many as 19% of them, the next worst was way down at 11%.
An unscientific overview of all the scores here suggested that only Q14 resulted in overall worse results. Why'd they all choose it then? Maybe they thought they couldn't go wrong with graph sketching, who knows. As for me, well, I saw that epsilon delta question and instantly kept my distance. (For the record I took Q13 (it was effectively free points afterall), and Q15 on convergence and least upper bounds, which was pretty straightforward).
Then on Friday, M337 arrived. In fact, the whole course turned up rather than just the first half, which is quite unusual. I pointed out to the delivery man, that I'd only just met him the day before and made some joke about how it was strange that the Open University, full of presumably pretty clever people, didn't have the common sense to send the courses materials for a particular person, all together. He didn't seem to find it that amusing, and nor did Kim in the other room (unlike my long chat with the Mormons about prayer, setting my arm on fire, and alien death rays last year), but I thought it was funny anyway.
So, I tore into the M337 box, checked the contents off against the checklist, and again there was no timetable. Not that it matters so much with this course (if you cant work out the order from unit A1 to D3, the subject of complex analysis might be a little beyond you), but I still want to put it up on the wall, and start thinking about a program of study.
I flicked through the M337 books, almost immediately drawn (as most people that know me, wouldn't be surprised to find) to the chapter on the Mandelbrot set. Damn, I have to wait until the end of the course basically to get to that. Oh well. As for the rest of it, well first impressions are that it looks bloody hard! Looking back though, I probably thought the same with M208, and I even recall an acute sense of fear, when I first glanced at the MS221 handbook at the listed of all the symbols and notation I was expected to be familiar with by the end of the course. I expect it's always pretty scary at first. So I'm not that worried, just do the work and it should be fine.
Unfortunately, it's looking like I'll actually have to make the effort and 'learn' the epsilon-delta definition of continuity after all. I totally fudged my way through that last year, and hoped that any question on it would be relegated to an optional one in Part 2 of the exam (which it was)!
Which reminds me, when I looked at the statistics for the M208 exam, I thought it was rather strange to see that 185 people opted to take that question, Q17, making it the second most popular choice for Part 2 (if you ignore the total piece of cake that was Q13 on Groups, that understandably, roughly 4/5 of all students took). Yet it has easily the highest rate of people getting just 0-14%, as many as 19% of them, the next worst was way down at 11%.
An unscientific overview of all the scores here suggested that only Q14 resulted in overall worse results. Why'd they all choose it then? Maybe they thought they couldn't go wrong with graph sketching, who knows. As for me, well, I saw that epsilon delta question and instantly kept my distance. (For the record I took Q13 (it was effectively free points afterall), and Q15 on convergence and least upper bounds, which was pretty straightforward).
Wednesday, 12 January 2011
How things can change in four years
This time four years ago, I would have been right in the middle of my group project at Bath. It consisted of two very long translations (by the standards of a student), one Japanese to English, a business news article, and one English to Japanese, a catalogue of electronic components. My group (consisting, I think, of Chiharu, Yumi, Rina, Chiho and me) were spending all day, every day, at the (very empty) library, sat around with our laptops, carefully going over every single one of the 20,000 words in each document. As with the rest of the time doing my Masters, I was working really hard. I was focused, studious, and although ultimately not very good, absolutely determined to do my best.
Excluding a few years off while I worked at the Inland Revenue and dabbled with the idea of accounting (which if nothing else at least put me in good shape to do my Tax Return), this is how it had been for a decade. I wanted one thing, to be better at Japanese, and I really applied myself at getting there. Then, within a year of finally landing my dream job of freelance translator, I was no longer studying it, and have not done since my last exam at Bath.
Two things happened really. Firstly, within a couple of months of working with Japanese, I realised that I'd probably learnt more, and become more fluent with it than in all of the previous decade put together (maybe an exaggeration, but it certainly felt that way). There was no longer any need to study! As it turned out, working was more effective a form of study, than studying ever was. I guess it continues to be, as I'm infinitely better now than I was a few years ago.... which makes me wonder how I ever got paid to do this back then, but anyway.
The other was receiving £25 in Amazon vouchers for my birthday in 2008. I bought Revelation Space by Alastair Reynolds, The New Space Opera (a space opera short story anthology), and The Fabric of the Cosmos, by American physics populariser, Brian Greene. The last of these, I read in about three days. It was fascinating! I didn’t really get along with the Simpsons and Mulder and Scully stories framing the various effects of modern physics, but nevertheless it was un-put-downable. I was hooked, and just had to learn more! Well, within a few weeks I was signed up for the BSc in Physical Science at the Open University, and studying the short courses S194: Introducing astronomy, S196: Planets: an introduction and S197: How the Universe works. Introductory stuff all round, and pretty easy, but a nice way into things. These short courses however, all firmly in the realms of physics and astronomy, served a useful purpose in showing me that I really wanted to study maths. It was while performing a rather straightforward bit of algebraic manipulation for the end of course assessment of S194 that I thought to myself, I’m actually enjoying this more than the physical laws and other stuff. A few days of umming and ahhing, followed by a quick phone call to a helpful lady at the OU, and I was registered to the BA/BSc in Mathematics. Which is where I’ve been since, and where I guess I will be for four years more!
My Mum often tells people that I’m never happy unless I’m learning something. I think the evidence is pretty hard to reject.
Excluding a few years off while I worked at the Inland Revenue and dabbled with the idea of accounting (which if nothing else at least put me in good shape to do my Tax Return), this is how it had been for a decade. I wanted one thing, to be better at Japanese, and I really applied myself at getting there. Then, within a year of finally landing my dream job of freelance translator, I was no longer studying it, and have not done since my last exam at Bath.
Two things happened really. Firstly, within a couple of months of working with Japanese, I realised that I'd probably learnt more, and become more fluent with it than in all of the previous decade put together (maybe an exaggeration, but it certainly felt that way). There was no longer any need to study! As it turned out, working was more effective a form of study, than studying ever was. I guess it continues to be, as I'm infinitely better now than I was a few years ago.... which makes me wonder how I ever got paid to do this back then, but anyway.
The other was receiving £25 in Amazon vouchers for my birthday in 2008. I bought Revelation Space by Alastair Reynolds, The New Space Opera (a space opera short story anthology), and The Fabric of the Cosmos, by American physics populariser, Brian Greene. The last of these, I read in about three days. It was fascinating! I didn’t really get along with the Simpsons and Mulder and Scully stories framing the various effects of modern physics, but nevertheless it was un-put-downable. I was hooked, and just had to learn more! Well, within a few weeks I was signed up for the BSc in Physical Science at the Open University, and studying the short courses S194: Introducing astronomy, S196: Planets: an introduction and S197: How the Universe works. Introductory stuff all round, and pretty easy, but a nice way into things. These short courses however, all firmly in the realms of physics and astronomy, served a useful purpose in showing me that I really wanted to study maths. It was while performing a rather straightforward bit of algebraic manipulation for the end of course assessment of S194 that I thought to myself, I’m actually enjoying this more than the physical laws and other stuff. A few days of umming and ahhing, followed by a quick phone call to a helpful lady at the OU, and I was registered to the BA/BSc in Mathematics. Which is where I’ve been since, and where I guess I will be for four years more!
My Mum often tells people that I’m never happy unless I’m learning something. I think the evidence is pretty hard to reject.
Subscribe to:
Posts (Atom)