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. I wish to meet all of the people who say "math is useless to programmers"

I wish to meet all of the people who say "math is useless to programmers"

Scheduled Pinned Locked Moved The Lounge
c++questioncareer
55 Posts 39 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.
  • R Rich Leyshon

    Since I can't figure out superscripting, please read B^2 as B squared ... Let A = B Multiply both sides by B: AB = B^2 Add B^2 to each side: AB + B^2 = 2B^2 Subtract 2AB from each side: B^2 - AB = 2B^2 -2AB (B^2 - AB ) = 2*(B^2 - AB) 1 = 2 QED.

    R Offline
    R Offline
    Rich Shealer
    wrote on last edited by
    #44

    Division by zero will do that to you. BB-AB = 0

    1 Reply Last reply
    0
    • D den2k88

      And give them a day of my current job, for which I am rewieving trigonometry, Fourier transforms, Laplace transforms, studying Clarke's and Park's transforms and generaly banging my head against the whole mathematics syllabus I alread beaten into submission during my Engineering student days (which are long gone and the knowledge faded).

      GCS d--(d-) s-/++ a C++++ U+++ P- L+@ E-- W++ N+ o+ K- w+++ O? M-- V? PS+ PE- Y+ PGP t+ 5? X R+++ tv-- b+(+++) DI+++ D++ G e++ h--- r+++ y+++*      Weapons extension: ma- k++ F+2 X

      A Offline
      A Offline
      agolddog
      wrote on last edited by
      #45

      At least it sounds as if you have one of the rare development jobs which is actually interesting.

      D 1 Reply Last reply
      0
      • D den2k88

        And give them a day of my current job, for which I am rewieving trigonometry, Fourier transforms, Laplace transforms, studying Clarke's and Park's transforms and generaly banging my head against the whole mathematics syllabus I alread beaten into submission during my Engineering student days (which are long gone and the knowledge faded).

        GCS d--(d-) s-/++ a C++++ U+++ P- L+@ E-- W++ N+ o+ K- w+++ O? M-- V? PS+ PE- Y+ PGP t+ 5? X R+++ tv-- b+(+++) DI+++ D++ G e++ h--- r+++ y+++*      Weapons extension: ma- k++ F+2 X

        T Offline
        T Offline
        TNCaver
        wrote on last edited by
        #46

        And that's the reason I don't have a job like yours. :laugh: My programming jobs have been all in the music industry, or now, banking. I use descrete maths and the occasional easy algebra. Like golf, Calculus in all its forms are great spectator sport, but I've little interest in actually playing the game.

        If you think 'goto' is evil, try writing an Assembly program without JMP.

        1 Reply Last reply
        0
        • A agolddog

          At least it sounds as if you have one of the rare development jobs which is actually interesting.

          D Offline
          D Offline
          den2k88
          wrote on last edited by
          #47

          Meh, it's producing firmware for motors... with only a single application (maybe two). It's mostly engineering the system as to lower reaction times, improve thermal and power efficiency, reduce noise and EM emissions... Not the most interesting job I held but its perks are elsewhere (i.e. twice the pay and a third of commute distance).

          GCS d--(d-) s-/++ a C++++ U+++ P- L+@ E-- W++ N+ o+ K- w+++ O? M-- V? PS+ PE- Y+ PGP t+ 5? X R+++ tv-- b+(+++) DI+++ D++ G e++ h--- r+++ y+++*      Weapons extension: ma- k++ F+2 X

          1 Reply Last reply
          0
          • D den2k88

            And give them a day of my current job, for which I am rewieving trigonometry, Fourier transforms, Laplace transforms, studying Clarke's and Park's transforms and generaly banging my head against the whole mathematics syllabus I alread beaten into submission during my Engineering student days (which are long gone and the knowledge faded).

            GCS d--(d-) s-/++ a C++++ U+++ P- L+@ E-- W++ N+ o+ K- w+++ O? M-- V? PS+ PE- Y+ PGP t+ 5? X R+++ tv-- b+(+++) DI+++ D++ G e++ h--- r+++ y+++*      Weapons extension: ma- k++ F+2 X

            B Offline
            B Offline
            Bruce Patin
            wrote on last edited by
            #48

            I was once asked to do a chi-square analysis. I still don't know how to do that. Not part of statistics for physics So, I just computed averages, which were good enough to get the job done.

            1 Reply Last reply
            0
            • D den2k88

              And give them a day of my current job, for which I am rewieving trigonometry, Fourier transforms, Laplace transforms, studying Clarke's and Park's transforms and generaly banging my head against the whole mathematics syllabus I alread beaten into submission during my Engineering student days (which are long gone and the knowledge faded).

              GCS d--(d-) s-/++ a C++++ U+++ P- L+@ E-- W++ N+ o+ K- w+++ O? M-- V? PS+ PE- Y+ PGP t+ 5? X R+++ tv-- b+(+++) DI+++ D++ G e++ h--- r+++ y+++*      Weapons extension: ma- k++ F+2 X

              S Offline
              S Offline
              Steve Naidamast
              wrote on last edited by
              #49

              Any developer who does not have a good grounding in Algebra will never go very far in their career...

              Steve Naidamast Sr. Software Engineer Black Falcon Software, Inc. blackfalconsoftware@outlook.com

              1 Reply Last reply
              0
              • A Amarnath S

                The first thing I learnt about programming, way back in 1986, was the numerical solution of an equation by the Newton-Raphson method. Later on, implemented the computation of Bessel Functions, Hankel Transforms and solution of Integral Equations, all in Fortran.

                M Offline
                M Offline
                matblue25
                wrote on last edited by
                #50

                Mine was Euler angles in Fortran. Part of a program to test inertial guidance units for aircraft. That was nothing but math and physics.

                1 Reply Last reply
                0
                • Richard DeemingR Richard Deeming

                  Maximilien wrote:

                  I always start at 1+1 and work my way from there

                  How hard could that possibly be? The Universe of Discourse : 1+1=2[^] :laugh:


                  "These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer

                  M Offline
                  M Offline
                  Matt Bond
                  wrote on last edited by
                  #51

                  2 & 2 = 22 2 + 2 = 4 Just saying. P.S. This only makes sense if you are speaking like an American. Many will use "and" instead of "plus" when adding.

                  Bond Keep all things as simple as possible, but no simpler. -said someone, somewhere

                  Richard DeemingR L 2 Replies Last reply
                  0
                  • M Matt Bond

                    2 & 2 = 22 2 + 2 = 4 Just saying. P.S. This only makes sense if you are speaking like an American. Many will use "and" instead of "plus" when adding.

                    Bond Keep all things as simple as possible, but no simpler. -said someone, somewhere

                    Richard DeemingR Offline
                    Richard DeemingR Offline
                    Richard Deeming
                    wrote on last edited by
                    #52

                    Actually, it only makes sense if you're speaking Visual Basic. In any sensible language, 2 & 2 == 2. ;P


                    "These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer

                    "These people looked deep within my soul and assigned me a number based on the order in which I joined" - Homer

                    1 Reply Last reply
                    0
                    • D den2k88

                      And give them a day of my current job, for which I am rewieving trigonometry, Fourier transforms, Laplace transforms, studying Clarke's and Park's transforms and generaly banging my head against the whole mathematics syllabus I alread beaten into submission during my Engineering student days (which are long gone and the knowledge faded).

                      GCS d--(d-) s-/++ a C++++ U+++ P- L+@ E-- W++ N+ o+ K- w+++ O? M-- V? PS+ PE- Y+ PGP t+ 5? X R+++ tv-- b+(+++) DI+++ D++ G e++ h--- r+++ y+++*      Weapons extension: ma- k++ F+2 X

                      S Offline
                      S Offline
                      sasadler
                      wrote on last edited by
                      #53

                      Riiiight, I didn't use any math in all the DSP code I wrote for embedded audio devices. Or for the IEEEish floating point package I wrote for an industrial controller language (looong time ago!). Yep, didn't need math for any of it. About the only opinions from non-programmers I pay attention too are in regards to how an application looks and interacts with the user.

                      1 Reply Last reply
                      0
                      • D den2k88

                        And give them a day of my current job, for which I am rewieving trigonometry, Fourier transforms, Laplace transforms, studying Clarke's and Park's transforms and generaly banging my head against the whole mathematics syllabus I alread beaten into submission during my Engineering student days (which are long gone and the knowledge faded).

                        GCS d--(d-) s-/++ a C++++ U+++ P- L+@ E-- W++ N+ o+ K- w+++ O? M-- V? PS+ PE- Y+ PGP t+ 5? X R+++ tv-- b+(+++) DI+++ D++ G e++ h--- r+++ y+++*      Weapons extension: ma- k++ F+2 X

                        G Offline
                        G Offline
                        Gary R Wheeler
                        wrote on last edited by
                        #54

                        I have long said that, while I took 32 hours of college math (calculus, differential equations, and matrix algebra), I've since recycled that part of my brain to store old movie dialogue. Much more useful.

                        Software Zen: delete this;

                        1 Reply Last reply
                        0
                        • M Matt Bond

                          2 & 2 = 22 2 + 2 = 4 Just saying. P.S. This only makes sense if you are speaking like an American. Many will use "and" instead of "plus" when adding.

                          Bond Keep all things as simple as possible, but no simpler. -said someone, somewhere

                          L Offline
                          L Offline
                          Luschan
                          wrote on last edited by
                          #55

                          You're right about the usage of 'and' instead of 'plus' by americans. Considering this, how do you come to "2 & 2 (which is 2 plus 2) = 22" ? I don't get it. I might be slow this morning...

                          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