Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
What type(s) of math do computer programers use, and how do they use it?
8 Answers
- Math GuyLv 41 decade agoFavorite Answer
Mostly linear algebra, it is what is required to do the linear transformations for most graphical calculations.
Also discrete mathematics for logical computations and optimizations and combinatorics for algorithm efficiency.
They also must master good old fashioned algebra and arithmetic.
- Anonymous1 decade ago
You don't really need any maths apart from simple arithmetic for the programming. You need to understand what you are trying to make the computer do so if you are writing 3D graphics programs you need to understand the maths of 3D geometry, for an accountancy program you would need to know the maths used in book-keeping etc.
- 1 decade ago
Depends. If you are programming something for math, then that will be whatever that math subject is. If you are doing graphics, then you have Trigonometry, Geometry, and Calculus. Equations from these subjects, have to do with Sine, cosine, and tangent for the angles and lengths. Conditional statements, such as determining flow of program, can be said to use true/false tables, mathematical tables used in logic.
- Anonymous1 decade ago
that depends on what you are programming .......... for example:
if your programming an accounting package then you use basic math and accounting math
if your programming a calculus application (for a graphing calculator for example) then you use calculus
if your programming a 5th grade math turtorial then you use 5th grade math
if your programming a financial application then you use financial type math
so as you can see it all depends on what you are doing, as for how you use it, well you use it produce answers/solutions your application needs
going back to the financial application, one feature might be to compute how much interest you would pay for a house if it cost 170,000 you got it a loan for 30 years at 6 % interest
so you would use math to figure out the answer and display it
dougc
- How do you think about the answers? You can sign in to vote the answer.
- kopczykLv 44 years ago
i'm nevertheless in severe college and am examining on the section to be a laptop programmer and there is a laptop technology optionally available yet i'm a freshman and the prerequisite is a few top factor math and that i might want to likely ought to attend to affix in my junior or perhaps senior 12 months to have a good looking good sufficient foundation in math to do the mathematics. i'm examining some hardship-free stuff right now, i'm particularly effective in HTML and that i'm examining Java right now.
- 1 decade ago
This all depends on what you are programming. Basic programs might use just a little Algebra, some programs use a lot of two-dimensional geometry, and a lot of programs use trigonometry (for three-dimensional programs). It all depends on what you are doing.
- 1 decade ago
algebra to sequence commands and returns
basic addition subtraction, calculation of areas etc for interface/graphic design.
3d programmers use a lot of physics
- steven25tLv 71 decade ago
math people above metioned, plus, Programmer use boolean logic to operate with string, constants.