vote up 3 vote down star
7

Duplicates (from Can Berk Güder's answer below):


Will you recruit a programmer who is not good in mathematics (problem solving/puzzles) but has a very high passion for programming, sound technical knowledge and willingness to learn?

Rephrasing: Are all good programmers good mathematicians?

flag

73% accept rate

closed as exact duplicate by EBGreen, Rex M, unknown, ShreevatsaR, Simucal Feb 23 at 3:03

22 Answers

vote up 14 vote down check

Being good in math is a good indicator of having the logical thought process necessary to solve computing issues but is noway a infallible test.

In the same respect not all mathematicians are good programmers.

link|flag
vote up 10 vote down

I tend to think that programming and mathematics is just problem solving in a different framework and domain.

Most programmer doesn't know Math because they lack the preliminary knowledge to understand higher-level concepts. If they however, are taught those concepts, then I believe they could be as good mathematicians as they are programmers.

My company recently got hold of some GeoSpatial data (surface interpolation, geographic stats etc.)... and thankfully, I still remember a lot of calculus so those concepts are not too alien for me to learn.

Think of it like this: You are a passionate programmer who had programmed in C++ for 5 years straight, would you still be as great a programmer after you switched to Python?

Its just that the problem-solving framework and toolset the mathematicians use are not familiar to us programmers.

link|flag
I'd go further and point out that the process of doing a mathematical proof is very similar to the process of programming. – Sol Feb 22 at 20:52
vote up 3 vote down

This was covered by a recent (#39) SO podcast:

It can’t hurt, and often helps, but it is not strictly necessary in our opinions.

That referenced this question.

link|flag
vote up 3 vote down

I have a mathematics degree and I'm currently a programmer. I think you need to make the distinction between someone who is good at mathematics at a high school level and someone who is good at mathematics at a collegiate level. At the highest levels, math involves taking a problem, where you often don't even know where to start, organizing a plan of attack, and then intensely concentrating on it for hours or days. You then structure the pieces of your argument in such a way as to make it logically airtight. In many ways, this is similar to how you want someone to attack a programming problem.

I would expect those that were successful in real analysis and topology to have a high aptitude for programming. I would like to point out that this does not imply a facility with numbers. I'm not particularly better than anyone else at adding or subtracting, and I'm terrible with splitting the check, but I'm excellent at the higher order thought and logic needed for structuring a complex program. So, while all good programmer's are not good mathematicians, I would think that most good mathematicians would have the aptitude to be good programmers.

link|flag
+1 from a fellow BS in Math. – Karl Feb 22 at 22:45
vote up 2 vote down

As per this article Programming aptitude testing as a prediction of learning to program: "... Neither were there any significant correlations between the programming aptitude test and the mathematics grade.. ".

The two are not related.

link|flag
I've worked with plenty of students whose grades did not reflect their intelligence or aptitudes. The fact that "grades" didn't match scores on "the ... aptitude test" probably doesn't tell the whole story. – joel.neely Feb 22 at 20:40
vote up 2 vote down

My direct answer to your question would be that a person who demonstrated a "passion for programming, sound technical knowledge, and willingness to learn" sounds like a good candidate, regardless of the specifics of his/her formal education (in either Mathematics or programming). However, your questions touches a nerve.

I make my living in IT. I also have two degrees in Mathematics and have taught both Mathematics and Computing Science in higher education. I'm telling you those facts as background for the following strongly held beliefs.

  • Most statements that I read about the relationships (or lack thereof) between Mathematics and Computing Science show that the writer/speaker simply doesn't know much about one or the other (or, sometimes, both).

  • What real Mathematicians do bears very little resemblance to what most students do in most Math classes in high school and college, just as what real programmers do bears very little resemblance to what is taught in "computer literacy" classes.

  • Neither Mathematics nor Computing Science are about numbers and/or arithmetic. Nor are they about puzzles and memorizing tricks.

  • High skill in both programming and Mathematics depends on the ability to abstract (generalize) and manipulate symbols. However, the ways that they are commonly done are sufficiently different that familiarity with one doesn't necessarily directly lead to facility with the other.

I'd suggest that e.g. both ice skating and kung fu require agility, stamina, balance, and coordination. All else being equal, a person who is very good at one probably has the innate aptitude to become good at the other, but won't automatically be good without the appropriate training and practice.

link|flag
+1 for the last paragraph. I think it sums it up well. – Evan Feb 23 at 0:36
vote up 1 vote down

Mathematics is just one specialized form of problem solving. It's definitely not a prerequisite for being a good programmer.

link|flag
One could say it's the other way around. – TraumaPony Feb 23 at 2:35
vote up 1 vote down

High passion and willingness to learn, from my experience, are good indicators of effective workers. They also contribute a lot to general moral.

I think its impossible to come up with a binary rule for hiring though. All hiring decisions should be decided on a case by case basis - considering the current requirements and constraints of the task at hand.

It might be more appropriate to ask: what can mathematically gifted programmers do that normal ones can't?

link|flag
vote up 1 vote down

I'd say it depends on the branch of mathematics and what sort of programs you want to work with:

  • Logic -- this is applicable to all programs (except possibly Hello World -- who made that the benchmark language example anyway? It demonstrates virtually nothing about the language it's written in.).
  • Real analysis -- this is of negligible value unless you're writing scientific software, or you want to determine very tight performance bounds for an algorithm. In practice, a handful of big-O classes is adequate for almost all algorithmic design.
  • Linear algebra -- mostly of interest for 3D graphics programming (2D programming hardly ever invokes it).
  • Set theory -- the graduate ST course I am familiar with spent one week introducing ordinals and 11 weeks on proving theorems about different orders of infinity. Not of huge use for programming finite machines, though of immense relevance to the theory of computation.

Apart from that most programmers I know enjoy mathematics, though a significant number of them didn't get much education in it. (In fact a significant number didn't get much education in CS, either -- I think the job market at the time encourageed people to enter it straight out of school.)

link|flag
vote up 0 vote down

Are all good programmers’ good mathematicians?

In the realm of math, open mindedness and willingness to try are much much more important than ability.

"I'm not a math person" is not good enough.

link|flag
vote up 0 vote down

I find that I like math, but that i'm not particularly good at it. Even for simple addition, I usually reach for a calculator.

link|flag
That's not math, that's arithmetic. The true test of math as it relates to programming is higher level stuff-- proofs and so on, proper problem solving. I first discovered that I truly loved math in university, in the abstract algebra and analysis courses. Arithmetic doesn't compare. – Devin Jeanpierre Feb 22 at 20:24
vote up 0 vote down

Well, Jeff Atwood sucks at Math, and look at what he created.

Always be careful of any statement that uses the word all. But seriously, if a coder "has a very high passion for programming, sound technical knowledge and willingness to learn", then I don't need to know anything else. 99.999% of people who meet that description will be great coders if put in the proper enviernment.

link|flag
vote up 0 vote down

You can be good at problem solving without being good at mathematics.

In general, it's more important for a programmer to be good at problem solving than good at mathematics.

link|flag
vote up 0 vote down

If someone is bad at math in school, they're probably not much good at programming. But if someone is bad at math in university, it says nothing about their programming skill.

This is because school mostly teaches applied math, which mostly consists of algorithms, and you can't program without understanding algorithms.

University, on the other hand, is where you start doing pure math, which is almost exclusively about theorems and proofs (in my experience, practical applicability is something university-level math courses never even mention), which is a somewhat different kind of thinking - very static, as opposed to the dynamic nature of algorithms and data structures.

I've even had a math prof tell me that the part of his lecture that I as a CS student found the easiest (because it involved an algorithm) was exactly the part most math majors had problems with.

link|flag
vote up 0 vote down

I imagine any good programmer has an aptitude for math, but they might not have an interest in math. You've got to have some latent mathematical ability if you understand variables, functions, etc.

link|flag
vote up 0 vote down

I think it depends on the domain of the software you are building. For example, building websites or business systems generally have no requirement for math skills, and many of the best programmers I know in these domains have no significant math training.

Other domains I believe would benefit more, although the software teams I know of that have heavy mathmatical elements to the application will hire mathmaticians and not expect the developers to know the math.

link|flag
vote up 0 vote down

It can depend a bit what you mean by being good at math. For instance, I generally cannot add or subtract large numbers in my head. I'm pretty lousy in that department without a calculator handy.

I think a reasonable understanding of the various theories in maths can be helpful, if for no other reason then to know enough that when you hit a problem you can turn around and say, "Hey, matrices would really make an elegant solution for this issue, I need to go and learn more about them to get this working right" for example.

I wrote a bunch of statistical analysis modules for a project once, and knowing enough to be able to transpose the formulae that mathematicians gave me to code that lost as few significant digits as possible and minimise rounding issues was really important.

One day, I would love to write a clone of C++ Robots for the Java Virtual Machine, that basically uses the debugging interface to control the timeline of the game and get around the ugly timeslice problem C++ Robots has. Will be boning up on my kinematics from year 12 physics if I ever get to that!

link|flag
vote up 0 vote down
  • You need Good problem solvers as programmers.
  • Good mathematicians are good problems solvers.
  • The set of good problem solvers who are not good mathematicians isn't empty.
link|flag
vote up 0 vote down

You don't HAVE to be good at math, but it'll definitely help. For example, have a go at this, using limited math knowledge. Then read on, and see how they solved it. Used well, math is a powerful tool, and a huge part of programming.

http://cosmo.nyu.edu/hogg/research/2006/09/28/astrometry_google.pdf

link|flag
vote up 0 vote down

Reiterating what some have said before me, you don't necessarily have to be good at math, but it's a big plus. However, being able to understand computer logic, and logic overall, is a really big part in programming. And I do mean huge.

link|flag
vote up 0 vote down

Most programmers don't need to be good in math because for accessing database, throwing together some GUI, no math is necessary. That explains why functional programming is too difficult to grasp for most programmers.

link|flag

Not the answer you're looking for? Browse other questions tagged or ask your own question.