carlriz:

For me, the most useful math has been algebra and trigonometry. Generally for rearranging problems into a form that I can express as a program. I use it often enough that I don't normally have to look up algebra and simple trigonometry equations. In previous jobs, I've found calculus and linear algebra handy, but those were in jobs requiring modelling (milk production) and robotics. I seem to have an obsession with graphs, and frequently read articles on them, and many of my hobby projects use graph structures a good deal.

However, that's just the practical day-to-day stuff. I wish I was better at math. I think that learning math is a lot like learning LISP--you won't necessarily use it in your programming, but it helps you think about better ways to do things. I frequently wonder how often I could solve programming problems more quickly if I were familiar with more math.

While I don't use probability and statistics much, I think it's valuable to be conversant with it. It's not uncommon to get questions or tasks based on incorrect assumptions of how probabilities and statistics work--leading to wasted time and money. (Unfortunately, I can't think of any specific examples at the moment.)

...roboticus

When your only tool is a hammer, all problems look like your thumb.


In reply to Re: Most Used/Useful Math skills by roboticus
in thread Most Used/Useful Math skills by carlriz

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.