I've done these classes. It's typically 150 hours per class and it's not something you do after coming exhausted home from work either. After those 150 hours you'll get a basic understanding of the topic. You won't be an expert by any means. That will require more exposure, more time.
The lectures themselves are not that useful, I find. The lecturers are mostly useful in guiding you along, telling you which aspects of the theory to focus on and weeding through the study material to deliver you the best bits. The problem sets are indispensable. Exams make sure you actually know the basics in depth instead of just knowing about them.
My advice: enrol part-time, take one class at a time, catch up on the lectures and do the problem sets and the homework over the weekend.
Then find a lower-tier university. In any densely populated region there will be at least one that's happy to take your tuition money to let you enroll in a non-degree-earning course of study.
You'll only have an issue if you want a degree which, BTW, is typically intended to be broader than a narrow course of study in a particular area of expertise.
Assuming you can only invest, lets say, 5 hours on the weekend, it will be 30 weeks per class, summing up to ~1.5 classes per year year. I'd say that if someone can keep that up for 10 years, theirs understanding of math will be far above the average population...
But, I went back and studied Real Analysis, Measure Theory, Combinatorics, Topology, and Stochastic Calculus.
I have found, though, that while I have a decent grasp of the concepts my understanding and ability to solve problems isn't as strong as the math grad students who studied these topics deeply.
I have found the knowledge useful, but I would agree that it would be hard to achieve the same results.
Lots of mathematicians switch to a different subfield within their careers. And they do so by self studying, obviously.
If your compsci or physics undergrad provided you with a decent degree of mathematical maturity, it should be doable. The problem here is that compsci is still young, and there is a lot of variability. So diving into differential forms after attending a Java school sounds like a bad idea.
And I think the latter category is more important than people realize. When I was a high school student, I benefitted greatly from t'Hooft's theorist.html (like this, but for physics, and put together by one of the Greats of the field). It's part of what got me really interested in physics, it was a whole lot of fun, and it actually did a pretty good job of preparing me for graduate-level coursework. Eventually I left physics and math for CS (I'm in PL, so this is even less drastic of career change than one might think), but I still have warm memories of working along t'Hooft's guide and checking off topics as I finished the problems in each textbook.
I don't think that the author of the post you're responding to is making any sort of normative claim.
> Sometimes the issue isn't time - it's money and access to schooling
I think the author is suggesting that if you have that kind of free time, then you either a) must be independently wealthy, or else that b) trading some of that free time for cash you can use to buy credit hours is a net positive because the guidance is worth it (again, assuming your goal is to learn math as opposed to eg obtain a uni degree).
I agree that's not necessarily a good assumption globally, but it's probably a decent assumption for almost everyone in the west, both in terms of self-learning capabilities and in terms of available funds.
I learn different things at different speeds, a course makes me go at a speed I don't enjoy. This is perfect.
And trigonometry is taught in high schools? It's something most children pick up, I don't think it's a fair comparison to say, measure theory.
I think, math, unlike CS, is not a "skill" you use in your everyday work. Whoever does math/science has to dedicate much of their life to it. CS you can learn on the internet, by MOOC's, or just by reading books about it. Math on the other hand, simply doesn't work like that.
To be clear, by math, I mean "advanced" mathematics as the title indicates. Elementary (and intermediate) math is required to learn no matter what.
Going to university part time eats up more time than reading a textbook at home or wherever you are in your spare time. It also locks you in to the specific pace that the class is at which is not optimal for most people, because people learn different things at different paces. There is also the cost of university to consider.
I wonder if it's even possible. Learning maths requires much work, time and dedication. Doing so alone must be very difficult.
There are several things universities provide that are hard to replicate alone: a degree, which gives you access to a job, motivation, learning environment, and "peace of mind".
What I mean by peace of mind is that, when you're a student, your job is to study, that's what you're expected to do and normally your degree will give you access to a job (esp. if your university is reputable).
Now suppose someone learns advanced maths on their own. There's a huge opportunity cost. Not only it takes a lot of time, and the few lucrative jobs that make use of maths are in finance. I suspect financial institutions are very conservative and rarely recruit someone without a proper academic background.
An other thing when learning things alone, is that your job is twofold. You must be teacher and student at the same time. You need to find the material, impose yourself some pacing, decide when it's ok to move on etc... It may be ok when you want to learn a new technique in a field you already know, but something as broad as "learning advanced mathematics" seems impossible.
I graduated several years ago with a BS in Computer Science, with a Focus on Networking. And during that time, I held 3 part time jobs while also being a math tutor. Almost none of the math I use today as a physics developer was learned from schools. I also never had that piece of mind you mentioned, because I was constantly juggling several things at once while going to school. My knowledge of advanced mathematics at the time of my graduation was pretty non existent. I think the most advanced math I had was Algebra 2 or something like that, and the Professors just basically read verbatim from the book.
A few years after Uni, I started teaching myself Calc, Trig, Vector maths, Diff Eq and Physics strictly from what I have found on various sites, software and books. Because of that, I ended up getting a physics simulation developer position at a software company. Because in my companies view, being able to teach yourself all that math is much more impressive than being taught from a University.
I hated math during High School and College, but since then, I have found that I absolutely love math, and I will never stop trying to learn or do new things. My degree was two small lines on my CV, while about 50% of what I had on my CV was all learned on my free time, by myself.
So learning math without a College or University is totally possible, and in my situation, worked way better. Sites like Khan Academy, Wolfram, Youtube, etc. all give you the resources and leave it up to you to progress at your own pace, for free.
Here I talk from experience. I remember reading books on some of these subjects and understanding few things, without really getting a grasp of what they're talking about. A lot of times, the problem is that you don't know what is missing in your knowledge. You need a clear roadmap, you need relationships, you need to solve a lot of questions, you need to do exams and, most importantly, you need to test your knowledge. I cannot even count how many time I thought I understood some theorem only to do some exercise and see that I had absolutely no idea. Sometimes you notice yourself, sometimes you do it so bad that you don't even notice it is incorrect.
And, for these subjects, the material on the Internet starts to diminish and be less accessible (more oriented to professional mathematicians than to learners). Khan Academy does not have advanced courses, the definitions on Wolfram or Wikipedia are only useful if you have already a grasp of the subject (see for example https://en.wikipedia.org/wiki/Measure_(mathematics)#Definiti... - What is important? What are the critical aspects? Which are the subtle parts of the definition that you must read carefully?) and in Youtube you may find lectures, but usually they're like the books: you will be lucky if it's not a succession of theorems and definitions, and you still lack the possibility of checking and testing your knowledge.
So, while some parts of math can be learned independently, I don't think that advanced mathematics can be done. Myself, only after 5 years of mathematics I'm somehow comfortable to study subjects by myself, and it's still hard.
Same problem in programming and machine learning - people need a little hand holding in the form of a sequence of problems to solve that would never be either too difficult or too easy. Examples usually jump from Todo MVC to full apps, in one step, or in ML, from a simple MNIST example (or even the minuscule Iris dataset) to double LSTM with memory and attention. Where are the intermediary nice problems to learn on?
When I was learning math in school and high school there were loads gradual problems to solve, but at university suddenly there was just theory and almost no useful problems to practice on.
Most unis I know of (I'm in the US) require those courses to be taken as part of your undergrad before you can attain the CS degree. Furthermore, with the prevalence of AP courses at the high school level, many students enter college already having taken some, possibly all of those courses.
How could you get a BS in CS without taking calculus courses? Which school did you go to?
I'd point you and other HNs to Srinivasa Ramanujan. He is self taught but...he was wrong [1]. He had a brilliant mind but...due to being self taught, he made some critical mistakes.
Being self taught can easily lead the learner to some critical mistakes. Eventually, they may be corrected (and at what 'cost' does this mistake cause an organization or business or those involved) but it's more efficient of someone's time to just learn from another. I'm not saying everyone needs a University Degree. I'm saying that everyone needs a teacher. Everyone. Why? Because instead of 'the blind leading the blind' (you as a 'blind' teacher, leading you as a 'blind' learner). You have the efficiency of being led by a mentor of some kind that can steer you away from faulty concepts that may come in.
It's great that we now have more free/cheap materials than ever before at our disposal but without a mentor or some kind of peer-review, we could be misapplying concepts.
Also, to comment on something you specifically said:
> Because in my companies view, being able to teach yourself all that math is much more impressive than being taught from a University.
Yes, it's 'impressive' but...most don't learn this way. Which is way it's 'impressive'. Also, being self-taught, how do you truly verify what you understand mathematically is accurate and solid? [2] You might be and I'm not going to fault you but learning concepts is one thing but applying them is even more challenging. It's one thing to be 'impressive', it's a whole other thing to have mastery over a topic. And I'm a firm believer mastery is mostly achieved with peer/mentor feedback.
I applaud you but let's not steer others to just teach themselves, without help from others. Let's encourage self taught and peer feedback. It's not one or the other, it's both.
[1] - https://www.youtube.com/watch?v=jcKRGpMiVTw
[2] - I searched for 30 minutes to find this article, that I read, that stated the current environment of Mathematical Research [3]. Namely, it stated that a lot of research is being published that is NOT peer-reviewed because there isn't enough skilled* Mathematicians to review the work. That it's a 'dirty little secret' in the industry that "known" Mathematicians would get a pass (published w/o review) but many others trying new groundbreaking ideas couldn't get their research peer-reviewed. And with the given University culture to publish NEW research and not review, it's understandable how this environment was created. Namely, Einstein gets the fame but it took numerous people to peer-review his work before it was accepted.
[3] - I know this article exists. It's one of the reasons why I'm becoming a Mathematician. I read it in the past 2-3 years. It was a major site (NewScientist or something that focuses on emerging research). If you can find it, I'd be very grateful. I'm now* using Zotero to save all my findings, so hopefully when I quote something I'll have a source. ;)
*(edited) - original said 'not'. I meant 'now I'm using Zotero'. ;). original said 'skill', I meant 'skilled'
From a practical perspective it definitely is. I've picked up a fair amount of graph theory and with nothing but extreme persistence have grokked and used some fairly advanced stuff[1][2] (2nd-year dropout). It was, however, work-related. Just don't ask me to proof anything.
> the few lucrative jobs that make use of maths are in finance
There is also competency on the table here. Graph theory crops up day-to-day with the business software work I'm doing (three separate deliverables). Calculus is used to a point of absurdity in game development - e.g. the Fresnel term. Machine learning? Calculus, linear algebra, tensors. Profiling? A basic understanding of statistics. Compilers? Category theory, graph theory. Physics engines? ODE.
It's extremely valuable to know this stuff.
[1]: https://en.wikipedia.org/wiki/Tarjan%27s_strongly_connected_... [2]: https://eprint.iacr.org/2012/352.pdf
I don't mean to offend, but being able to prove things is generally the main focus of advanced mathematics. If you can't prove what you know, or at least have a rough outline of a proof you could construct after referring to something, you haven't learned it in the same way those at a university have.
With a few, minimal yet illustrative examples (ala katas), plenty diagrams/illustrations and other mental aids, an no rigour - not a single bit of set-theory!
The proofs and rigor can come later...
Incidentally, I'm a dev in finance, looking to move into quant dev. I have a math degree (completed 2007) and I'm doing a "CQF" to catch up with the relevant quant knowledge. I think cyptography, and stats/data analytics might also be a good area for mathy-dev.
My current idea is that Math could be taught as a language and taught as a critical thinking class. A condensed class would like like 'this is an equation...here is what we can do with it (derivatives, areas/3D/4D, etc)...but...99.99% of you won't need to know it this way. You need to use math in a way that indirectly teaches you how to creatively look at problems in life.'
I'm not sure why everyone is forced to learn math without knowing WHY they are forced to know it. Creative problem solving is one of the best takeaways, imho, for the masses.
As for Adv. Math...I think it's not effective for most people's career paths and skillset they will require in the real world.
I disagree. I think maths are intrinsically complex. Some results may have intuitive geometric interpretations but if you want to understand the whole edifice, there's no shortcut, you have to absorb tons of theories.
Take probability theory and statistics, you can always see it a set of recipes, but if you really want to make sense of it, you need to study maths for a few years.
The theorem is "there's no injective function whose codomain is smaller than its domain". It's not stated this way because mathematicians are snobs or to impress students! abstraction is the very nature of mathematics.
From https://en.wikipedia.org/wiki/Abstraction_(mathematics)
"Abstraction in mathematics is the process of extracting the underlying essence of a mathematical concept, removing any dependence on real world objects with which it might originally have been connected, and generalizing it so that it has wider applications or matching among other abstract descriptions of equivalent phenomena."
Also, yes, introducing the simplest version of a concept using examples before the most general version is a good thing. This is a recommendation commonly made in mathematics exposition. For instance Arnold, a Russian mathematician known for insistence on examples, introduces groups as a bunch of permutations closed under composition, and a manifold as smooth subset of R^n.
There are situations when the abstract definition itself has value, even for expository purposes. For instance, the abstract notion of a group or manifold or vector space helps one to understand which constructions are manifestly invariant under different coordinates. Linear algebra is all about understanding this point.
The same point appears in programming when the value of an abstract interface, which can be introduced by an concrete example, lies in the generality with which it deals with different examples. See Functor(Mappable), Monad, or Foldable in Haskell. A more common example is the Iterable interface which can be illustrated via a list, but the value lies in the fact that interface applies to many data structures.
Two more points - sometimes a concept is unsatisfactory because mathematicians haven't achieved a good understanding yet. It's just that the given concept is what was needed to solve some previous problem. Often future concepts, (which one learns later in one's education or newly discovered in research) clarify older unsatisfactory concepts.
Also, the aha insight that one gets that a seemingly abstruse concept becomes clear is often dependent on past work which has helped one to internalize some details. After the insight, just a couple of words can stand for long statements. For instance, the word 'manifold' stands for what would be a complicated notion for 19th century geometers, or a more simple example, 'local isomorphism' stands for a statement like inverse function theorem. But if one goes to a new student and repeats the insight, they may not get it as a certain amount of background work needs to be done.
Famously, for example, Bertrand Russell and Alfred Whitehead prove in Volume II of their Principia Mathematica, using theorem 54.43 from page 379, Volume I, that 1+1=2 (adding that "the above proposition is occasionally useful.")
Now, that is clearly obvious to everyone, and yet what Russell and Whitehead achieved in the intervening 400+ pages was more than just obfuscation.
One of Erdős's quirky notions was THE BOOK, in which God collected the most elegant and wonderful mathematical proofs. He said "You don't have to believe in God, but you should believe in THE BOOK."
The book above collects some wonderful proofs that could have made it into THE BOOK.
Learning math outside of high school has also helped me identify 'snake oil' statistics in my industry and challenge the validity of information I've been presented as fact.
Now not all professors are great at this, but I would say that a great many would love nothing more than to talk about the things that they know very well.
Maybe the authors of the papers that I read aren't always that pedagogical, and I get totally lost when someone tosses in a variable only to half-heartedly define what it is a page later.
I think it's mostly due to that I suck at math, and need to figure out obvious things on my own - but perhaps also due to my programmer-view of the world were you typically define things before you use them...
But learning on your own is probably hard. I got irritated once when I needed some not totally trivial transformations for a GIS application. I spent some evenings repeating from my old books, but it was unfathomably boring, so I gave up as soon as I got my transformation working :-) c
John Baez's recommendations: http://math.ucr.edu/home/baez/books.html
For theoretical physics 't Hooft's recommendations: http://www.staff.science.uu.nl/~gadda001/goodtheorist/
I don't care if I need 2 lifetimes to learn advanced mathematics. I might not even scratch it. It's the journey that counts to me - if I can learn one new tool, one new perspective of looking at problems and the world, I'm a very happy man.
The only person who loses out is my poor wife who must listen to my excitement and then has to go lie down for a bit because it's too much to digest.
[0] http://www.people.vcu.edu/~rhammack/BookOfProof/
[1] https://www.amazon.com/Discrete-Mathematics-Applications-Sus...
https://www.ocf.berkeley.edu/~abhishek/chicmath.htm
Previously discussed on HN:
On the other hand, books written for mainstream math majors and graduate students are not necessarily the ones best suited for an autodidact. Perhaps the author of this post has selected those that are more appropriate, but I can't judge. Also, Springer is a great name in math books and you generally don't go too far wrong by sticking with them, but I've never seen their undergraduate series before. Perhaps they're more common in the UK than the US?
I can't speak for all universities over here, but my undergrad had a single textbook from what I recall. The rest were all printed notes or simply lecturers writing with astonishing speed on the blackboards.
There was certainly extra reading we could do, and I'm sure someone did. But most of the learning was from attending lectures and watching someone go through things step by step.
I'd be interested to know if other courses are more textbook based - although I know which I would choose.
The Springer SUMS series (which appears on this list a couple of times) is very nice for autodidacts, so your conjecture could well be correct.
On the other hand, if you have the time (and ability) to learn some of this material on your own, for a purpose other than competing for a highly paid job as a mathematician, great.
I was astounded by this: https://acko.net/blog/how-to-fold-a-julia-fractal/
Amazing intro to complex numbers.
I don't recall ever asking a lecturer anything. Whenever I'm stuck I like to double down and stare the sheet until I do some progress.
And unlike you, I most definitely don't feel like a genius in class lol.
It’s great that he’s making the effort, but I’m not sure this is the most useful resource for a typical autodidact.
There's also programming. That's a whole can of worms in itself. There's both theory and practice, where I'd say the practice is far more important than it seems. You really have to have bashed your head against a wall (of your own making) to appreciate how to code in a sensible, maintainable way.
I'm already a dev, but trying to catch up wrt the math at the moment :-O
I'm finding there are a whole bunch of skills unrealted to most dev concerns. looking at this: http://quantjob.blogspot.com/2011/12/how-to-avoid-quantdevel... I think a lot of dev skills are "housekeeping" - VC, commenting, testing, agile, automation, standards etc.
The quant dev stuff seems to be a lot more concerned with performance, correctness and accuracy, and the last two in particular are somewhat specialist dev skills I think - I've found code derived from mathematical equations be be a little different to other code.
If anything it's knowing the plumbing that makes you productive as a dev, of any kind. You just can't get around understanding how branching works, or having some unit tests.
Very little of the work ends up being the bit you think you're there for. I suspect it's the same in many industries. My parents ran a restaurant, and there's a lot of cooking, but there's also a lot of driving to the wholesaler, picking out vegetables, cleaning surfaces before and after a day, doing the plates, accounts, and so forth.
But once this stuff clicks it becomes very easy to teach yourself. I've been learning stuff like quantum algorithm, network analysis, etc.
Do you think this would work well? Obviously it costs money but I'm guessing the rate wouldn't need to be too high to make it worth their time. They wouldn't need to do any preparation, just have a good grounding in the language of maths.
In 2010, I was very interested in foundations of mathematics, an extremely abstract math branches:
https://en.wikipedia.org/wiki/Foundations_of_mathematics
In particular I spent huge amount of time on:
https://en.wikipedia.org/wiki/Nicolas_Bourbaki (Set theory)
https://en.wikipedia.org/wiki/Principia_Mathematica
https://en.wikipedia.org/wiki/The_Foundations_of_Arithmetic
http://www.jhtm.nl/tudelft/tw3520/Introduction_to_Mathematic...
What attracted me is that these books doesn't require any specific knowledge of classical math. I.e. they are self-contained.
It was fun and ... the experience to delve into highly abstract view on entire math.
The big problem is that while I read that for more than a year, I had no experience in problem solving and just ignored exercises (thinking that concept is everything). As a result of that, my entire knowledge is completely evaporated and I literally can't solve any of exercises.
After that year, I dropped math till recently.
Now, I have completely different approach. I learning elementary olympiad style math and most importantly solving problems all the time. Currently, I'm into series of books:
https://www.artofproblemsolving.com/store
These books made for math olympiad preparation. While I solving exercises, I feel how solid my knowledge is.
So if you want to learn advanced mathematics, learn elementary olympiad-style math first. It will give you solid background to start learning advanced math (not just knowledge background but most importantly problem solving skills).
I recommend (surprise surprise) programming. Implement fast fourier transform in C and then Common Lisp. Write a finite difference PDE solver. Try solving actual problems to motivate you. Signals analysis can be a fun way to exercise your knowledge. Try analyzing your favorite songs and figuring out what makes them sound the way they do. Maybe implement some audio filters. If that's not your cup of tea, write physics or chemistry simulations instead. Then use OpenGL to visualize them. Then make them interactive.
I can go on and on, but I'll just leave two book recommendations for those who might enjoy programming advanced mathematics.
Structure and Interpretation of Classical Mechanics : https://mitpress.mit.edu/classical_mech
Functional Differential Geometry : https://mitpress.mit.edu/books/functional-differential-geome...
I'd pay handsomely for a personal tutor / teacher.
You might still get some exposure to discrete mathematics once in a while. Statistics is always there to help you, some people avoid it, some others embrace it.
how do you survive as a software engineer without data science?
http://minireference.com/static/tutorials/sympy_tutorial.pdf
I love this sentence. I'm not sure it is true, but it is nonetheless a great sentence.
Net: What I found was not "hot" but ice cold.
In contrast, early in my career around DC, for applied math for US national security and NASA, in one two week period I went on seven interviews and got five offers. In four years, my annual salary increased by a factor of 4 to six times what a new, high end Camaro cost. That was "hot".
When I went for my Ph.D. in applied math, I'd read E. O. Thorpe who had, basically an early but basically correct version of the Black-Scholes option pricing model. In the back of his book, he mentioned measure theory. So, I dug into Royden's Real Analysis, and in grad school I got a really good background in measure theory, probability, and stochastic processes from a star student of E. Cinlar, long in just those topics and the mathematics of operations research and mathematical finance at Princeton.
In more detail, about 1992 to 2000, after my Ph.D., I tried to get into finance in NYC as a quant. My Ph.D. dissertation research was in stochastic optimal control, with careful attention to measure theory and the relatively obscure topic of measurable selection and with a lot of attention to real world modeling, algorithms, and software. I had a good background in multivariate statistics and time series techniques, an especially good background in advanced linear algebra and numerical linear algebra (e.g., numerically exact matrix inversion using only double precision machine arithmetic and based on number theory and the Chinese remainder theorem), double precision inner product accumulation and iterative improvement, etc.
So, I sent nicely formatted resume copies, in total 1000+.
I have held US Federal Government security clearances at least as high as Secret; never arrested; never sued; never charged with worse than minor traffic violations; never bankrupt; good credit; physically normal; healthy; never used illegal drugs or used legal drugs illegally; married only once and never divorced; etc.
Results:
(1) I got an interview at Morgan Stanley, but all they wanted was software development on IBM mainframes (where I had a good background at the time) with no interest in anything mathematical.
(2) I got a lunch with some guy who claimed to be recruiting for Goldman Sachs, but, except for the free lunch and what I had to pay for parking in Manhattan, that went nowhere.
(3) I had a good background in optimization, published a nice paper in JOTA that solved a problem stated but not solved in the famous paper in mathematical economics by Arrow, Hurwicz, and Uzawa.
So, for mathematical finance, I got a reference to
Darrell Duffie, Dynamic Asset Pricing Theory, ISBN 0-691-04302-7, Princeton University Press, Princeton, New Jersey, 1992.
and dug in: The first chapters were heavily about the Kuhn-Tucker conditions, that is, the topic of my JOTA paper. By the end of the chapter, I'd found counterexamples for every significant statement in the first one or two (IIRC) chapters. I had to conclude that Duffie was not a good reference for anything good!
(4) Headhunters: I tried them, especially the ones claiming to be interested in technical work, computing, etc. They were from unresponsive down to insulting. It wasn't clear they had any recruiting requests.
(5) In those days, getting names and mailing addresses of hedge funds was not so easy. But I did get some lists and mailed to them. Got next to nothing back. I didn't hear about James Simons until well after year 2000.
(6) Right, there was Black-Scholes. Well, of course, that was Fisher Black at Goldman Sachs. So I wrote him and enclosed a copy of my resume. I got a nice letter back from him saying that he saw no roles for applied mathematics or optimization on Wall Street.
So, I gave up on trying to be a quant on Wall Street!
So that was 1992-2000, 8 years, 1000+ resume copies, and zip, zilch, and zero results.
Curious that the OP thinks that 1997 was a "hot" year for applied math on Wall Street.
Now I'm an entrepreneur, doing a startup based on some applied math I derived, computing, and the Internet! To heck with Wall Street: If my startup is at all successful, I will make much more money than I could have on Wall Street. And I don't have to live in or near the southern tip of Manhattan and, instead, live 70 miles north of there in the much nicer suburbs!
Lesson: Take the OP with several pounds of salt!
I also just left without reading it, due to the ads.
I'm actually in the process of overhauling the design of the site, particularly with regards to mobile, as the current Bootstrap-derived design pushes all sidebar content to the top on mobile/table.
That said, I'm not sure of the value of linking to part 3, unless the idea is it is the latest and already links back to parts 1 & 2.
Each part of the series is designed to cover the "typical" modules on a UK four-year undergraduate Masters of Mathematics degree.
However, it can be challenging in the latter two years to include a broad enough set of modules to cover all interests, so I have had to stick to those "core" modules likely to be found in many degrees, as well as those more specifically related to quant finance and machine learning.
However, it is my hope that individuals will be motivated to look at other areas as well, even if they're not directly related to career paths!
It seems as of late ,especially since 2013, there is huge demand for learning complicated mathematics, coding, and trading algorithms. It's like the AP-math class of high school, but as of 2013 expanded to include almost everyone, not just a dozen students lol. This recent obsession with math and finance is described in more detail in . People observe, read headlines about high-IQ founders, venture capitalists, and coders making tons of money in Web 2.0 (Uber, Pinterest, Snaphat, Dropbox, etc.); STEM people getting tons of prestige, status, and global notoriety for their finding (Arxiv physics and math papers frequently go viral); and how the economy, especially as of 2008, rewards intellectualism and STEM in terms of higher wages and surging asset prices (like stocks (the S&P 500 has nearly tripled since the 2009 bottom), web 2.0 valuations (Snapchat is worth $15 billion, on its way to $50 billion), and real estate (Palo Also home prices have doubled since 2011)), and, understandably, many people want a piece of the wealth pie. They see that intellect - which includes STEM, finance, and also quantitative finance - is the path to both riches and social status (as embodied by wealthy geniuses like Musk, Thiel, Zuckerberg, Shkreli), which is why there is so much interest in these technical, difficult subjects, unlike decades ago when only a handful of people were interested.
But another question is: Does algorithmic trading work? I don't know for sure, but I think a lot money is made in market making (Citadel Capital comes to mind), which tends to full under the umbrella of algorithmic trading - the two are closely related. And the math in involved has much less to do with differential geometry and number theory and more to to do with statistics and linear algebra (such as analyzing correlations between data). This involves a lot of trading and paying constant attention to order books - it's a full time job. I don't think it's as glamorous as many think it is, and I'm not sure if the returns are worth the effort. There are simpler methods, based on mathematics such as the ETF decay, that an also generate very good returns and don't require full-time trading. Here is one http://greyenlightenment.com/post-2008-wealth-creation-guide...
Obsession with Math? Where do you live where people have math obsessions? Where I live STEM graduates are a massive minority (We had an HN article on the front page about this very topic just yesterday) Mathematics is some sort of taboo magic in the eyes of 99.99% of humans, not something anybody studies to gain prestige, status or global notoriety. Your average citizen can't even name one mathematician.
People observe, read headlines about high-IQ founders, venture capitalists, and coders making tons of money in Web 2.0 (Uber, Pinterest, Snaphat, Dropbox, etc.); STEM people getting tons of prestige, status, and global notoriety for their finding (Arxiv physics and math papers frequently go viral); and how the economy, especially as of 2008, rewards intellectualism and STEM in terms of higher wages and surging asset prices (like stocks (the S&P 500 has nearly tripled since the 2009 bottom), web 2.0 valuations (Snapchat is worth $15 billion, on its way to $50 billion), and real estate (Palo Also home prices have doubled since 2011)), and, understandably, many people want a piece of the wealth pie. They see that intellect - which includes STEM, finance, and also quantitative finance - is the path to both riches and social status (as embodied by wealthy geniuses like Musk, Thiel, Zuckerberg, Shkreli)....
There is NOTHING genius about narcissistic photo-sharing websites or SnapChat. These are just illusive innovations, a fools-paradise for the masses. Not only that, but the "social status" of these founders you mention has rarely left the confines of the tech-world anyway, if you want social status in our society go to acting school and move to Hollywood. I mean..... this world you mention where STEM students gain so much prestige and math papers go.... viral? Where is this world? What planet are you posting from? Which galaxy is it located in? Is this post of yours real-life or am I dreaming?
The author is called Michael Halls-Moore. Why would a person called Michael Halls-Moore write a sentence like this? I'm genuinely curious, coz I'd assume this is a native English speaker.