Warwick Maths/MORSE/Stats applicants and questions 2012
Welcome to the University of Warwick forum: where prospective and current students can discuss anything about Warwick.
-
Thank youu(Original post by placenta medicae talpae)
MORSE is good because in general you get to choose how many coursework modules you do.
Some core or semi-core modules (like 'statistical computing' in first year) are entirely coursework, others have a small coursework component, assessed by weekly or fortnightly assignments.
But in general, you get to choose how many options such as ones which are computer-based you do (usually 100% coursework), and how many straight exam options.
Most people on MORSE start off doing quite a bit of maths, but do less and less as time goes on, to the point that they end up doing mostly business school or statistics or econ stuff.
So if you're definitely interested in doing maths, then maybe consider being one of the rare people who follow the stats and maths stream, or just transfer to straight maths.
But bear in mind that the kind of maths you do at A Level underpins all of these 'streams' (econ, stats, OR, et c.), so of course you'll still be dealing with mathematical techniques in these streams, and that uni maths is quite different to A Level maths.
A lot to take in there, but what about the operational research side of it..?
Will I find it hard if I haven't done any decision modules at A level?
This was posted from The Student Room's iPhone/iPad AppLast edited by M2k13; 04-07-2012 at 19:07. -
- Reputation:
- Vengeful, Imperial Overlord of The Student Room
- Location: Neither here nor there
- Posts: 3,722
Re: Warwick Maths/MORSE/Stats applicants and questions 2012I think you'll be okay, probably(Original post by M2k13)
Thank youu
A lot to take in there, but what about the operational research side of it..?
Will I find it hard if I haven't done any decision modules at A level?
This was posted from The Student Room's iPhone/iPad App
Lots of people who come to Warwick won't have done any before.
The only thing is that you have to start the coursework for the module right at its beginning.
That coursework is about linear programming, an example of which is:
http://www.youtube.com/watch?v=2ACJ9...feature=relmfu -
I see,(Original post by placenta medicae talpae)
I think you'll be okay, probably
Lots of people who come to Warwick won't have done any before.
The only thing is that you have to start the coursework for the module right at its beginning.
That coursework is about linear programming, an example of which is:
http://www.youtube.com/watch?v=2ACJ9...feature=relmfu
Thanks for the video, was interesting
, I would probably find it nice then :P
This was posted from The Student Room's iPhone/iPad App -
Economist for economics.(Original post by buttermints)
Can anyone recommend any Maths/Stats/Economic books for me to read in preparation for MORSE?
This was posted from The Student Room's iPhone/iPad App -
- Reputation:
- Vengeful, Imperial Overlord of The Student Room
- Location: Neither here nor there
- Posts: 3,722
Re: Warwick Maths/MORSE/Stats applicants and questions 2012For anyone who hasn't done stats, here are some nice videos for you.
If you're not sure about any of the things on there, just click and watch
http://www.examsolutions.co.uk/maths...php#Statistics -
- Reputation:
- Thread Starter
- Community Assistant
- TSR Demigod
- Location: Earlsdon, Coventry
- Posts: 7,368
Re: Warwick Maths/MORSE/Stats applicants and questions 2012If you've managed to get in (yeah, A Level results aren't out for a few more weeks, I know) but a Facebook group has been set up for Maths (and Maths related degrees) for all 2012 joiners - https://www.facebook.com/groups/warwickmaths12/
Groups have been set up for the last two years as well (2011 and 2011 entry) and people have used it in for help/guidance on modules, assignments, exam prep and more - so it might be worth joining just to be able to chat to people about the course/life in general. -
Re: Warwick Maths/MORSE/Stats applicants and questions 2012I'd love to join but I think it might come off as a bit confident to do that before I get results. Hope to be joining in about a months time.(Original post by TheTallOne)
If you've managed to get in (yeah, A Level results aren't out for a few more weeks, I know) but a Facebook group has been set up for Maths (and Maths related degrees) for all 2012 joiners - https://www.facebook.com/groups/warwickmaths12/
Groups have been set up for the last two years as well (2011 and 2011 entry) and people have used it in for help/guidance on modules, assignments, exam prep and more - so it might be worth joining just to be able to chat to people about the course/life in general. -
Re: Warwick Maths/MORSE/Stats applicants and questions 2012I really want to get into Warwick(Original post by TheTallOne)
If you've managed to get in (yeah, A Level results aren't out for a few more weeks, I know) but a Facebook group has been set up for Maths (and Maths related degrees) for all 2012 joiners - https://www.facebook.com/groups/warwickmaths12/
Groups have been set up for the last two years as well (2011 and 2011 entry) and people have used it in for help/guidance on modules, assignments, exam prep and more - so it might be worth joining just to be able to chat to people about the course/life in general.
Hoping to study mathematics so, as you're fully aware, I can't really join yet because my results can be really unpredictable. -
Re: Warwick Maths/MORSE/Stats applicants and questions 2012
I would suppose the "programming" part comes in to determine the most useful form of constructing an algorithm (optimization technique) in terms of its complexity.
In very simplified terms - Given algorithms which essentially produce the same outcome, one naturally would want to choose the "best" algorithm - this case being the algorithm which takes the least time to run.
(Or at least choose an algorithm which provides a good approximation to whatever you require, in the shortest time, or ...)
While in Year 1 / Year 2 MORSE you probably will cover how to use these algorithms, in future modules (and probably real life), you'd start to determine the complexity of these algorithms, and try to write efficient algorithms. That's probably where the programming comes in.
*Edit. The above is my take on "programming", not what "operations research" really is. Below is my take on operations research.
I suppose a simplified form would be: "Given a problem, are there any techniques which can be used to solve it? Can these techniques be generalized to other similar problems?"
Yes, you say. Suppose I have a Eulerian graph, I can draw an Eulerian cycle by the Hierholzer's algorithm. That's easy.
My question: Is this necessarily the most efficient algorithm? Previously, the algorithm to draw an Eulerian cycle was Fleury's algorithm, until Hierholzer's was created.
Hence my take on operations research would be:
"Given a problem, can I write an algorithm which comes up with the best solution, or at least a near optimal solution, weighing in mind the trade-off between best (or near best) solution and computing time. In some sense, if a best solution takes 100 days to be found, and a near best solution 1 day to be found, sometimes you might want the algorithm which gives the near best solution.
If an algorithm already exists for my problem, can I modify it to make it better?"Last edited by Narev; 26-07-2012 at 06:45. -
Re: Warwick Maths/MORSE/Stats applicants and questions 2012(Original post by jj193)
Probably not the best person to comment, but I think it's just optimisation techniques - Integer and dynamic programming. This might suggest it's programming, it isn't. I think it's a maze of inappropriate and misleading names.Thank you both!(Original post by Narev)
I would suppose the "programming" part comes in to determine the most useful form of constructing an algorithm (optimization technique) in terms of its complexity.
In very simplified terms - Given algorithms which essentially produce the same outcome, one naturally would want to choose the "best" algorithm - this case being the algorithm which takes the least time to run.
(Or at least choose an algorithm which provides a good approximation to whatever you require, in the shortest time, or ...)
While in Year 1 / Year 2 MORSE you probably will cover how to use these algorithms, in future modules (and probably real life), you'd start to determine the complexity of these algorithms, and try to write efficient algorithms. That's probably where the programming comes in.
*Edit. The above is my take on "programming", not what "operations research" really is. Below is my take on operations research.
I suppose a simplified form would be: "Given a problem, are there any techniques which can be used to solve it? Can these techniques be generalized to other similar problems?"
Yes, you say. Suppose I have a Eulerian graph, I can draw an Eulerian cycle by the Hierholzer's algorithm. That's easy.
My question: Is this necessarily the most efficient algorithm? Previously, the algorithm to draw an Eulerian cycle was Fleury's algorithm, until Hierholzer's was created.
Hence my take on operations research would be:
"Given a problem, can I write an algorithm which comes up with the best solution, or at least a near optimal solution, weighing in mind the trade-off between best (or near best) solution and computing time. In some sense, if a best solution takes 100 days to be found, and a near best solution 1 day to be found, sometimes you might want the algorithm which gives the near best solution.
If an algorithm already exists for my problem, can I modify it to make it better?"
Narev, that was pretty good. I get it better now, thanks.
-
Re: Warwick Maths/MORSE/Stats applicants and questions 2012
Hi guys, I'm hoping to be starting on MORSE in October, and I was reading through this thread and people mentioned specific bits of computer software for certain modules. Do you just use these in computer labs or do you have them on your laptop? And if so, are they compatible with a Mac? I haven't bought my laptop yet, but ideally want a Mac, if it wont cause me problems. Cheers
-
Re: Warwick Maths/MORSE/Stats applicants and questions 2012Ok, thanks very much for the reply, that's great, are these the only pieces of software people use? Or is there any more that is/isn't compatible?(Original post by Narev)
Mathematica and R work on a Mac. While people may use S-Plus in the second year, it is the Windows version of R, so R will suffice.
-
Re: Warwick Maths/MORSE/Stats applicants and questions 2012
Hrm. I can't think of any more pieces of software at the moment...
*Edit. Oh, wait yes. You may need to typeset mathematical documents using LaTeX - you'll find lots of programs that work on both Mac / Windows. Almost slipped my mind since I use it almost every other day during term time...Last edited by Narev; 30-07-2012 at 11:49. -
Re: Warwick Maths/MORSE/Stats applicants and questions 2012Haha(Original post by Narev)
Hrm. I can't think of any more pieces of software at the moment...
*Edit. Oh, wait yes. You may need to typeset mathematical documents using LaTeX - you'll find lots of programs that work on both Mac / Windows. Almost slipped my mind since I use it almost every other day during term time...
and that's really helpful, thanks a lot
A lot to take in there, but what about the operational research side of it..?


and that's really helpful, thanks a lot