Applications of Linear Algebra: A Group I Project by
Applications of Linear Algebra: A Group I Project by
Applications of Linear Algebra: A Group I Project by
Algebra
A Group I Project By :
Nirav Patel - 140110111041 Prerak Trivedi - 140110111045
Parth Patel - 140110111042 Prutha Parmar - 140110111046
Vishal Patel -140110111043 Tanvi Ray - 140110111048
Linear Algebra
› What is Linear Algebra?
› Applications of Linear Algebra in various fields.
– Abstract Thinking
– Chemistry
– Coding Theory
– Cryptography
– Economics
– Elimination Theory
– Games
– Genetics
– Geometry
– Graph Theory
– Heat Distribution
– Image Compression
– Linear Programming
– Markov Chains
– Networking
– Sociology
– The Fibonacci Numbers
– Eigenfaces
and many more….
What is Linear Algebra?
› Linear Algebra is the branch of mathematics concerning
vector spaces and linear mappings between such spaces.
It includes the study of lines, planes, and subspaces, but
is also concerned with properties common to all vector
spaces.
Since we are looking for whole values of the variables x, y z, and t, choose x=2
and get y=7, z= 4 and t=6. The balanced equation is then:
2C2H 6 + 7O2 → 4CO2 + 6H2O.
Applications in Coding Theory
Transmitted messages, like data from a satellite, are always subject to
noise. It is important; therefore, to be able to encode a message in such a
way that after noise scrambles it, it can be decoded to its original form.
One way of encoding 1011 would be to attach a binary “tail” to it so that if the
message gets distorted to, say, 0011, we can detect the error. One such tail could be
a 1 or 0, depending on whether we have an odd or an even number of 1’s in the word.
This way all encoded words will have an even number of 1’s. So 1011 will be encoded
as 10111.
Now if this is distorted to 00111 we know that an error has occurred, because we only
received an odd number of 1’s. This error-detecting code is called a parity check and
is too simple to be very useful.
For example, if two digits were changed, our scheme will not detect the error, so this
is definitely not an error-correcting code. Another approach would be to encode the
message by repeating it twice, such as 10111011.
Then if 00111011 were received, we know that one of the two equal halves was
distorted. If only one error occurred, then it is clearly at position 1. This coding
scheme also gives poor results and is not often used. We could get better results by
repeating the message several times, but that takes space and time.
Coupled Oscillations
› Everyone unconsciously knows this Law. Everyone knows that heavier
objects require more force to move the same distance than do lighter
objects. The Second Law, however, gives us an exact relationship
between force, mass, and acceleration:
› In the presence of external forces, an object experiences an
acceleration directly proportional to the net external force and inversely
proportional to the mass of the object.
F=ma
› The above Newton’s Second Law when used with Hooke’s Second Law
helps to find the oscillations of coupled springs arranged in various
examples.
CRYPTOGRAPHY
› Cryptography, to most people, is concerned with keeping
communications private. Indeed, the protection of sensitive
communications has been the emphasis of cryptography
throughout much of its history.
We assign a number for each letter of the alphabet. For simplicity, let us
associate each letter with its position in the alphabet: A is 1, B is 2, and
so on. Also, we assign the number 27 (remember we have only 26 letters
in the alphabet) to a space between two words. Thus the message
becomes:
› Solving the above matrix in various ways, we can decrypt the
message as:
If
› then the above system can be written as AP=P, where
› Example 1 Without solving the polynomial equations, show that the following system has solutions.
therefore, the polynomials f(x), g(x) have a common root by the above theorem.
› One can use the above theorem to determine if a polynomial system in more than one variable has a
solution. The trick is to look at the polynomials in the system as polynomials in one variable with
coefficients polynomials in the other variables.
Applications in various GAMES
› GAME OF MAGIC SQUARES :
› A magic square of size n is an n by n square matrix whose entries
consist of all integers between 1 and n2, with the property that the
sum of the entries of each column, row, or diagonal is the same.
› The sum of the entries of any row, column, or diagonal, of a magic
square of size n is n(n2+1)/2 (to see this, use the identity:
1+2+...+k=k(k+1)/2).
Application to Genetics
› Living things inherit from their parents many of their physical
characteristics. The genes of the parents determine these
characteristics. The study of these genes is called Genetics; in
other words genetics is the branch of biology that deals with
heredity.
› In particular, population genetics is the branch of genetics that
studies the genetic structure of a certain population and seeks to
explain how transmission of genes changes from one generation to
another. Genes govern the inheritance of traits like sex, color of
the eyes, hair (for humans and animals), leaf shape and petal
color (for plants).
› There are several types of inheritance; one of particular interest
for us is the autosomal type in which each heritable trait is
assumed to be governed by a single gene. Typically, there are two
different forms of genes denoted by A and a.
› Each individual in a population carries a pair of genes; the pairs
are called the individual’s genotype. This gives three possible
genotypes for each inheritable trait: AA, Aa, and aa (aA is
genetically the same as Aa).
› in a certain animal population, an autosomal model of inheritance controls eye
coloration. Genotypes AA and Aa have brown eyes, while genotype aa has blue
eyes. The A gene is said to dominate the a gene. An animal is called dominant if
it has AA genes, hybrid with Aa genes, and recessive with aa genes. This means
that genotypes AA and Aa are indistinguishable in appearance.
› Each offspring inherits one gene from each parent in a random manner. Given the
genotypes of the parents, we can determine the probabilities of the genotype of
the offspring. Suppose that, in this animal population, the initial distribution of
genotypes is given by the vector
For example if A1 =(-1, 2) and A2= =(0,1), then the equation of the line
L is in this case:
or
› Application 2 Given three points A1 =(x1, y1), A2 =(x2, y2)
and A3 =(x3, y3) in the plan (and not on the same line), find
the equation of the circle going through these points.