Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. Mathematically-troubled Computer Scientist?

Mathematically-troubled Computer Scientist?

Scheduled Pinned Locked Moved The Lounge
algorithmsquestion
70 Posts 28 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Simon P Stevens

    Maths skill is irrelevant. If you enjoy programming, then do it. I've been a software developer for 3 years and I never use any of the maths I was taught at highschool/uni. Some areas of maths are helpful for different things. (Like don't go expecting to be a 3d graphics programming without a good grasp of geometry & matrix maths). But if you can write good programs, and have a good talent for design, lack of maths isn't important.

    Simon

    K Offline
    K Offline
    keyboard warrior
    wrote on last edited by
    #12

    Simon Stevens wrote:

    Maths skill is irrelevant.

    so are english skills apparently.

    Simon Stevens wrote:

    Maths skill is irrelevant.

    not really. if you do any kind of business programming you at least have to know the order of operations in and out. at the bare bones minimum. and probably understanding percentage will be very helpful. ;P

    ----------------------------------------------------------- "When I first saw it, I just thought that you really, really enjoyed programming in java." - Leslie Sanford

    S 1 Reply Last reply
    0
    • M Matthew Faithfull

      Ian Uy wrote:

      Am I doomed?

      Certainly not by not being ace at maths. I got an N at A Level, hate calculus with a passion, fundamentally disagree with Cantor about the nature of infinity, don't think statistics is even worth studying and it's never once even slowed me down in my software development and had no discernable effect on my career whatsoever. Creating real software is much more of an art than a science anyway and unless you're reimplementing mathCad the chances are you'll never need any advanced math.

      "The secret of happiness is freedom, and the secret of freedom, courage." Thucydides (B.C. 460-400)

      I Offline
      I Offline
      Ian Uy
      wrote on last edited by
      #13

      Thank you for that reassurance! You have certainly regained my faith. :)

      It is said that the most complex structures built by mankind are software systems. This is not generally appreciated because most people cannot see them. Maybe that's a good thing because if we saw them as buildings, we'd deem many of them unsafe.

      M 1 Reply Last reply
      0
      • S Shog9 0

        jgasm wrote:

        marinated briskets...

        Rubbed, damnit - rubbed! I spent a good chunk of Wednesday evening rubbing my huge piece of meat, and... uh... yeah, let's go with marinated. :-\

        Citizen 20.1.01

        'The question is,' said Humpty Dumpty, 'which is to be master - that's all.'

        K Offline
        K Offline
        keyboard warrior
        wrote on last edited by
        #14

        how am i supposed to focus on my work with i am thinking about marinated meat. because of my obsession with food...someone's mind is in the gutter.

        ----------------------------------------------------------- "When I first saw it, I just thought that you really, really enjoyed programming in java." - Leslie Sanford

        S 1 Reply Last reply
        0
        • S Simon P Stevens

          Maths skill is irrelevant. If you enjoy programming, then do it. I've been a software developer for 3 years and I never use any of the maths I was taught at highschool/uni. Some areas of maths are helpful for different things. (Like don't go expecting to be a 3d graphics programming without a good grasp of geometry & matrix maths). But if you can write good programs, and have a good talent for design, lack of maths isn't important.

          Simon

          D Offline
          D Offline
          Dalek Dave
          wrote on last edited by
          #15

          Simon Stevens wrote:

          Maths skill is irrelevant

          Yeah, come and work for me, I will pay you £1000 per week, thats nearly £5000 a year! You only have to work 26 hours a day, and a -25% pay rise each year will see you through your 40 e/ Pi^2 holidays

          ------------------------------------ "Password Protected? You're dealing with Geeks, just turn it on, type Gandalf and you're in!" - Frankie Boyle

          1 Reply Last reply
          0
          • S Simon P Stevens

            Maths skill is irrelevant. If you enjoy programming, then do it. I've been a software developer for 3 years and I never use any of the maths I was taught at highschool/uni. Some areas of maths are helpful for different things. (Like don't go expecting to be a 3d graphics programming without a good grasp of geometry & matrix maths). But if you can write good programs, and have a good talent for design, lack of maths isn't important.

            Simon

            I Offline
            I Offline
            Ian Uy
            wrote on last edited by
            #16

            I believe that math skills are still relevant in some way. I was tasked to represent my university in the ACM-ICPC Asia regional and after flipping thru the problem sets, I realized the real meaning of "computer science".

            It is said that the most complex structures built by mankind are software systems. This is not generally appreciated because most people cannot see them. Maybe that's a good thing because if we saw them as buildings, we'd deem many of them unsafe.

            1 Reply Last reply
            0
            • I Ian Uy

              Sadly, I am one of those mathematically-troubled student whose taking-up Computer Science. I've barely passed all my math subjects (never failed one though) and I had a hard time in my Automata and Algorithms Complexity (Big o stuff) subjects. However, I aced all my programming subjects including Data Structures and Artificial Intelligence. I also aced all software development subjects. How important are those (Automota, Algorithms...., Mathematics) subjects in a Software Developers life? Am I doomed? Am I the only one who is stupid enough to take Computer Science when I know for a fact that I'm stupid in Math? :^)

              It is said that the most complex structures built by mankind are software systems. This is not generally appreciated because most people cannot see them. Maybe that's a good thing because if we saw them as buildings, we'd deem many of them unsafe.

              K Offline
              K Offline
              kinar
              wrote on last edited by
              #17

              Noone is "stupid at math" unless you are stupid at everything. Math is just like any other subject (including a programming language). You just have to learn to think about the subject correctly. Once you have the basics down, it is easy. Unfortunately, not enough teachers in the world understand that in order to teach successfully, you have to be able to get your students to actually understand the subject rather than memorize answers. As for how much math relates to programming. there are two MAJOR programming genre's: Math and Business. Just stick to programming business logic and you will be fine but don't expect to ever be able to create something like an encryption algorythm that is the new RSA standard or something in that league. If this is the type of stuff you want to do (rather than just programming windows forms all day long), you will need to sit yerself down and learn to understand the basics of math.

              I 1 Reply Last reply
              0
              • K keyboard warrior

                how am i supposed to focus on my work with i am thinking about marinated meat. because of my obsession with food...someone's mind is in the gutter.

                ----------------------------------------------------------- "When I first saw it, I just thought that you really, really enjoyed programming in java." - Leslie Sanford

                S Offline
                S Offline
                Shog9 0
                wrote on last edited by
                #18

                You think you've got it bad - my whole kitchen still smells like it. Seriously tempted to try a BBQ breakfast... :~

                jgasm wrote:

                because of my obsession with food...someone's mind is in the gutter.

                Hey, i assure you, my mind is on high and noble matters. My rich and tangy sauce, for instance.

                Citizen 20.1.01

                'The question is,' said Humpty Dumpty, 'which is to be master - that's all.'

                M M 2 Replies Last reply
                0
                • S Shog9 0

                  Ian Uy wrote:

                  How important are those (Automota, Algorithms...., Mathematics) subjects in a Software Developers life?

                  It's, uh, important. To re-use a worn-out cooking analogy, learning to program is like learning to read and write recipe cards... but that doesn't mean you'll ever be able to produce a good product, it just means you can specify and follow instructions. The other stuff - maths, HCI, design - that's learning how to choose good ingredients, identify flavors that work together, avoid just adding butter and salt to everything until it tastes ok, and lay out the finished product in a way that is attractive to your guests users. You can get by without it. But "getting by" probably shouldn't be your ultimate goal in school. I say don't worry about your grades (well, you need to pass, so worry that much, but don't feel bad if that's all you do). But work on really understanding the concepts they're trying (perhaps not very well) to teach you. Find external resources: plenty of good books on this stuff that they'll never give you. Read the articles here. Fall asleep watching UWTV if that helps. When you get a feel for how it's important, you'll know you're on the right track.

                  Citizen 20.1.01

                  'The question is,' said Humpty Dumpty, 'which is to be master - that's all.'

                  I Offline
                  I Offline
                  Ian Uy
                  wrote on last edited by
                  #19

                  How can I relate Integral Calculus to programming? If I can relate a math topic (Say discrete mathematics) to programming, I find it easier and more enjoyable to learn. :laugh:

                  It is said that the most complex structures built by mankind are software systems. This is not generally appreciated because most people cannot see them. Maybe that's a good thing because if we saw them as buildings, we'd deem many of them unsafe.

                  D S 2 Replies Last reply
                  0
                  • I Ian Uy

                    Thank you for that reassurance! You have certainly regained my faith. :)

                    It is said that the most complex structures built by mankind are software systems. This is not generally appreciated because most people cannot see them. Maybe that's a good thing because if we saw them as buildings, we'd deem many of them unsafe.

                    M Offline
                    M Offline
                    MidwestLimey
                    wrote on last edited by
                    #20

                    In the past year all that comes to mind that I've used is trig, Euclidean distance, integrals and some geometric translations. Thats it. Seldom do I have to move beyond that which is rather good, because I forgotten most of it :)


                    I'm largely language agnostic


                    After a while they all bug me :doh:


                    1 Reply Last reply
                    0
                    • K kinar

                      Noone is "stupid at math" unless you are stupid at everything. Math is just like any other subject (including a programming language). You just have to learn to think about the subject correctly. Once you have the basics down, it is easy. Unfortunately, not enough teachers in the world understand that in order to teach successfully, you have to be able to get your students to actually understand the subject rather than memorize answers. As for how much math relates to programming. there are two MAJOR programming genre's: Math and Business. Just stick to programming business logic and you will be fine but don't expect to ever be able to create something like an encryption algorythm that is the new RSA standard or something in that league. If this is the type of stuff you want to do (rather than just programming windows forms all day long), you will need to sit yerself down and learn to understand the basics of math.

                      I Offline
                      I Offline
                      Ian Uy
                      wrote on last edited by
                      #21

                      Oooh yeah, my current project is cryptography. However, by reading Schenier's "Applied Cryptography" I was able to understand the underlying math (Finite Fields and stuff) and cryptographic primitives. My problem is I can't relate other math subjects like Integral Calculus to programming. :^)

                      It is said that the most complex structures built by mankind are software systems. This is not generally appreciated because most people cannot see them. Maybe that's a good thing because if we saw them as buildings, we'd deem many of them unsafe.

                      K 1 Reply Last reply
                      0
                      • D Dalek Dave

                        Matthew Faithfull wrote:

                        don't think statistics is even worth studying

                        You are right! (47% of the Time)

                        ------------------------------------ "Password Protected? You're dealing with Geeks, just turn it on, type Gandalf and you're in!" - Frankie Boyle

                        D Offline
                        D Offline
                        Dan Neely
                        wrote on last edited by
                        #22

                        Dalek Dave wrote:

                        Matthew Faithfull wrote: don't think statistics is even worth studying You are right! (47% of the Time)

                        I'm 87.8470% sure you're implying a degree of precision not supported by the data. Edit: meanwhile I provided exactly the amount of precision needed for my message. PS we need a smirk smiley.

                        Today's lesson is brought to you by the word "niggardly". Remember kids, don't attribute to racism what can be explained by Scandinavian language roots. -- Robert Royall

                        1 Reply Last reply
                        0
                        • K keyboard warrior

                          it is mine as well. perhaps we can start a code project math forum ;P

                          ----------------------------------------------------------- "When I first saw it, I just thought that you really, really enjoyed programming in java." - Leslie Sanford

                          I Offline
                          I Offline
                          Ian Uy
                          wrote on last edited by
                          #23

                          There's already one. I asked a stupid elementary math question there and got flamed for it. Click -> http://www.codeproject.com/script/Forums/View.aspx?fid=326859&select=2612810&fr=134#xx2612810xx[^]

                          It is said that the most complex structures built by mankind are software systems. This is not generally appreciated because most people cannot see them. Maybe that's a good thing because if we saw them as buildings, we'd deem many of them unsafe.

                          D 1 Reply Last reply
                          0
                          • I Ian Uy

                            Sadly, I am one of those mathematically-troubled student whose taking-up Computer Science. I've barely passed all my math subjects (never failed one though) and I had a hard time in my Automata and Algorithms Complexity (Big o stuff) subjects. However, I aced all my programming subjects including Data Structures and Artificial Intelligence. I also aced all software development subjects. How important are those (Automota, Algorithms...., Mathematics) subjects in a Software Developers life? Am I doomed? Am I the only one who is stupid enough to take Computer Science when I know for a fact that I'm stupid in Math? :^)

                            It is said that the most complex structures built by mankind are software systems. This is not generally appreciated because most people cannot see them. Maybe that's a good thing because if we saw them as buildings, we'd deem many of them unsafe.

                            J Offline
                            J Offline
                            Jim Crafton
                            wrote on last edited by
                            #24

                            Define mathematically challenged? If you can get through basic calculus, and understand how it works, I'd say you'll be fine, as most of the time programming doesn't require that level of math. If you had a hard time with Automata and Algorithms Complexity, then just keep studying it. Keep working at it and you'll be fine.

                            ¡El diablo está en mis pantalones! ¡Mire, mire! Real Mentats use only 100% pure, unfooled around with Sapho Juice(tm)! SELECT * FROM User WHERE Clue > 0 0 rows returned Save an Orange - Use the VCF! VCF Blog

                            I E 2 Replies Last reply
                            0
                            • I Ian Uy

                              How can I relate Integral Calculus to programming? If I can relate a math topic (Say discrete mathematics) to programming, I find it easier and more enjoyable to learn. :laugh:

                              It is said that the most complex structures built by mankind are software systems. This is not generally appreciated because most people cannot see them. Maybe that's a good thing because if we saw them as buildings, we'd deem many of them unsafe.

                              D Offline
                              D Offline
                              Dalek Dave
                              wrote on last edited by
                              #25

                              Ian Uy wrote:

                              Say discrete mathematics

                              I prefer Discreet Mathematics, doing it so nobody finds out! :)

                              ------------------------------------ "Password Protected? You're dealing with Geeks, just turn it on, type Gandalf and you're in!" - Frankie Boyle

                              1 Reply Last reply
                              0
                              • I Ian Uy

                                Sadly, I am one of those mathematically-troubled student whose taking-up Computer Science. I've barely passed all my math subjects (never failed one though) and I had a hard time in my Automata and Algorithms Complexity (Big o stuff) subjects. However, I aced all my programming subjects including Data Structures and Artificial Intelligence. I also aced all software development subjects. How important are those (Automota, Algorithms...., Mathematics) subjects in a Software Developers life? Am I doomed? Am I the only one who is stupid enough to take Computer Science when I know for a fact that I'm stupid in Math? :^)

                                It is said that the most complex structures built by mankind are software systems. This is not generally appreciated because most people cannot see them. Maybe that's a good thing because if we saw them as buildings, we'd deem many of them unsafe.

                                A Offline
                                A Offline
                                AlphaMatrix
                                wrote on last edited by
                                #26

                                Persevere. Mathematics is often percieved as difficult (particularly advanced calculus). In my experience the best approach is to find a real-world application of the techniques you are trying to learn / understand. Very often this will give you an insight into the purpose of what you are learning that you can not achieve in a lecture theatre or read in (most) text books. The most valuable thing I took away from my maths was not any technique or method but a general approach to analytical thought - which remains with me to this day and (I hope) makes me a better developer.

                                "I know you believe you understood what you think I said, but I am not sure you realize what you heard is not what I meant."

                                1 Reply Last reply
                                0
                                • J Jim Crafton

                                  Define mathematically challenged? If you can get through basic calculus, and understand how it works, I'd say you'll be fine, as most of the time programming doesn't require that level of math. If you had a hard time with Automata and Algorithms Complexity, then just keep studying it. Keep working at it and you'll be fine.

                                  ¡El diablo está en mis pantalones! ¡Mire, mire! Real Mentats use only 100% pure, unfooled around with Sapho Juice(tm)! SELECT * FROM User WHERE Clue > 0 0 rows returned Save an Orange - Use the VCF! VCF Blog

                                  I Offline
                                  I Offline
                                  Ian Uy
                                  wrote on last edited by
                                  #27

                                  I passed calculus by memorizing the "formulas" and the "patterns" on my professors lectures to answer the quizzes. I never UNDERSTAND why they do "this" and "that" to get "those". I don't even know what Calculus is for. That may explain why I never liked Math in the first place. :(

                                  It is said that the most complex structures built by mankind are software systems. This is not generally appreciated because most people cannot see them. Maybe that's a good thing because if we saw them as buildings, we'd deem many of them unsafe.

                                  J M P 3 Replies Last reply
                                  0
                                  • I Ian Uy

                                    There's already one. I asked a stupid elementary math question there and got flamed for it. Click -> http://www.codeproject.com/script/Forums/View.aspx?fid=326859&select=2612810&fr=134#xx2612810xx[^]

                                    It is said that the most complex structures built by mankind are software systems. This is not generally appreciated because most people cannot see them. Maybe that's a good thing because if we saw them as buildings, we'd deem many of them unsafe.

                                    D Offline
                                    D Offline
                                    Dalek Dave
                                    wrote on last edited by
                                    #28

                                    Try doing it for Happy Numbers and Happy Primes!

                                    ------------------------------------ "Password Protected? You're dealing with Geeks, just turn it on, type Gandalf and you're in!" - Frankie Boyle

                                    1 Reply Last reply
                                    0
                                    • I Ian Uy

                                      Sadly, I am one of those mathematically-troubled student whose taking-up Computer Science. I've barely passed all my math subjects (never failed one though) and I had a hard time in my Automata and Algorithms Complexity (Big o stuff) subjects. However, I aced all my programming subjects including Data Structures and Artificial Intelligence. I also aced all software development subjects. How important are those (Automota, Algorithms...., Mathematics) subjects in a Software Developers life? Am I doomed? Am I the only one who is stupid enough to take Computer Science when I know for a fact that I'm stupid in Math? :^)

                                      It is said that the most complex structures built by mankind are software systems. This is not generally appreciated because most people cannot see them. Maybe that's a good thing because if we saw them as buildings, we'd deem many of them unsafe.

                                      E Offline
                                      E Offline
                                      Ennis Ray Lynch Jr
                                      wrote on last edited by
                                      #29

                                      I find it difficult to believe that you had a hard time with Algorithms, Complexity, Discrete Math, Calculus and Theory of Computation but then did well in Data Structures and AI. You must not be taking the same AI course I took. Any logical thinker can easily excel in the field of business software, however, a thorough understanding and foundation in Mathematics is essential in some aspects of the field. Unfortunately, a lot of my time is spent trying to convince programmers that are bad at math why algorithms that perform with exponential complexity are a bad idea because their philosophy is: it works good in Dev. Just don't be that guy.

                                      Need a C# Consultant? I'm available.
                                      Happiness in intelligent people is the rarest thing I know. -- Ernest Hemingway

                                      1 Reply Last reply
                                      0
                                      • J Jim Crafton

                                        Define mathematically challenged? If you can get through basic calculus, and understand how it works, I'd say you'll be fine, as most of the time programming doesn't require that level of math. If you had a hard time with Automata and Algorithms Complexity, then just keep studying it. Keep working at it and you'll be fine.

                                        ¡El diablo está en mis pantalones! ¡Mire, mire! Real Mentats use only 100% pure, unfooled around with Sapho Juice(tm)! SELECT * FROM User WHERE Clue > 0 0 rows returned Save an Orange - Use the VCF! VCF Blog

                                        E Offline
                                        E Offline
                                        Ennis Ray Lynch Jr
                                        wrote on last edited by
                                        #30

                                        I agree. I wish more schools had Georgia Tech's old policy on non-computer science courses for the CS Degree: "D is for Done".

                                        Need a C# Consultant? I'm available.
                                        Happiness in intelligent people is the rarest thing I know. -- Ernest Hemingway

                                        1 Reply Last reply
                                        0
                                        • I Ian Uy

                                          Sadly, I am one of those mathematically-troubled student whose taking-up Computer Science. I've barely passed all my math subjects (never failed one though) and I had a hard time in my Automata and Algorithms Complexity (Big o stuff) subjects. However, I aced all my programming subjects including Data Structures and Artificial Intelligence. I also aced all software development subjects. How important are those (Automota, Algorithms...., Mathematics) subjects in a Software Developers life? Am I doomed? Am I the only one who is stupid enough to take Computer Science when I know for a fact that I'm stupid in Math? :^)

                                          It is said that the most complex structures built by mankind are software systems. This is not generally appreciated because most people cannot see them. Maybe that's a good thing because if we saw them as buildings, we'd deem many of them unsafe.

                                          J Offline
                                          J Offline
                                          Joan M
                                          wrote on last edited by
                                          #31

                                          Ian Uy wrote:

                                          How important are those (Automota, Algorithms...., Mathematics) subjects in a Software Developers life?

                                          In my job (machinery construction), there are significant parts that need maths to be solved, when you make inverse kinematics and when you have to calculate specific functions to predict a behaviour or to correct one in order to get the job done properly... There are jobs that need a lot of math out there (3D apps...) but there are others that do not need them (DB programming...).

                                          Ian Uy wrote:

                                          Am I doomed? Am I the only one who is stupid enough to take Computer Science when I know for a fact that I'm stupid in Math?

                                          I'm not very good at math, and I'm the one that manages the IT department in our company. I'd love to know more on this topic as sometimes I need an extra help that I know that would not be needed if I knew more on maths. But in the other hand I'm full of experience on my job after 10 years of working here and I can make very special things (even without maths). Hope this helps... PS: Anyway, if you are still into the studying part of your life I would try to make an effort, believe it or not, now you have plenty of time to make things like that, and depending on the job you want to do, you will need them and you'll be more prepared.

                                          [www.tamelectromecanica.com][www.tam.cat]

                                          I 1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • World
                                          • Users
                                          • Groups