Mathematics in Computer Programming

Mathematics is applicable in various traditional fieldsscreen. Though there are endlessly many points in
of engineering: mechanical and electrical engineeringany bounded part of the plane, while the number
are among them. Mathematics is used inof pixels on the graphics screen is limited, yet the
computer engineering too.techniques of coordinate geometry can be used in
Mathematical logic is used in the decision making,drawing various figures on the graphics screen.
so it is used in computer programming. As VennVarious transformations play a part in the
diagrams are helpful in understanding the conceptsdevelopment of software. Two such
of logic, they are also helpful in the programming.transformations are famous as 'pop and push
For instance, De Morgan's laws are used in writingtransformations'. As the graphs are useful in
statements involving decisions and Venn diagramsunderstanding different kinds of transformations,
are helpful in understanding these laws.these help understand, in particular the Pop and
Calculations are also important in the science ofPush transformations too.
computers. The text you read on the computerThe classical computer programming language
screen is presented in a particular format.namely 'the C language' makes a lot of use of
Calculations are certainly needed for these.mathematics. Different graphics commands of this
Geometry is used in the development of graphics.language are based on the mathematical logic. The
Actually a graphics screen resembles thecommands for making the background make use
co-ordinate plane. Just as we have points in theof hexadecimal numbers.
co-ordinate plane, we have pixels on the graphics