SlideShare a Scribd company logo
1 of 31
Download to read offline
SUBMITTED TO:
DR. SONA RAJ MAM
SUBMITTED BY:
ANUGYAA SHRIVASTAVA (K12986)
BTECH CS 2ND SEM
SANJAY SINGH (K12336)
BTECH CE 2ND SEM
NISHANT YADAV (K12119)
BTECH CE 2ND SEM
PARTIAL DIFFERENTIATION
MATRIX AND DETERMINANTS
EIGEN VALUE AND EIGEN VECTORS
In engineering, it sometimes happens that the variation of one
quantity depends on changes taking place in two, or more,
other quantities. For example, the volume V of a cylinder is
given by V=πr2h. The volume will change if either radius r or
height h is changed. The formula for volume may be stated
mathematically as V=f (r, h) which means ‘V is some function
of r and h’.
Some other practical examples include:
(i) time of oscillation, t=2π√l/g i.e. t = f (l, g).
(ii) torque T =Iα, i.e. T =f (I, α).
(iii) pressure of an ideal gas p= mRT/V i.e. p=f (T, V).
When differentiating a function having two variables, one
variable is kept constant and the differential coefficient of
the other variable is found with respect to that variable. The
differential coefficient obtained is called a partial derivative
of the function.
Introduction to Matrices
You can view a matrix simply as a generalization of a vector, where we
arrange numbers in both rows and columns. Let's keep the number of
rows and columns arbitrary, letting m be the number of rows and n the
number of columns. We refer to such a matrix as an m×n matrix.
The arrangement of a matrix in rows and columns is more than just to
make it look pretty. The structure of a matrix allows us to define a
fundamental operation on matrices: multiplication. This multiplication
forms the basis of linear algebra. In particular, this matrix multiplication
allows matrices to represent linear transformations (or linear functions)
that transform vectors into other vectors. (A simple example of a linear
transformation is the rotation of a vector.) Other uses of matrices
involve calculating their determinant.
Introduction to Determinants
For any square matrix of order 2, we have found a
necessary and sufficient condition for invertibility. Indeed,
consider the matrix
The matrix A is invertible if and only if . We
called this number the determinant of A. It is clear from this,
that we would like to have a similar result for bigger
matrices (meaning higher orders). So is there a similar
notion of determinant for any square matrix, which
determines whether a square matrix is invertible or not?
In order to generalize such notion to higher orders, we will
need to study the determinant and see what kind of
properties it satisfies. First let us use the following notation
for the determinant
1. For any square matrix A, if A-λI=0 then the value of λ is
called eigen values of the matrix.
2. For each eigen value, if (A-λI)X=0, then the matrix X is
called the eigen vector of that eigen values λ.
3. Eigen values and eigen vectors are very important in
some engineering field .For example ,in civil engineering,
Eigen vector are used in mass calculation while making
structures in blocks.
Question.1 Find (a) AB (b)
BA by using matrix.
A 
3 2
1 0






B 
1 4
2 1






Solution.1
AB 
3 2
1 0






1 4
2 1






AB 
7 10
1 4






BA 
1 4
2 1






3 2
1 0






BA 
7 2
5 4






Question.2 Find the eigen values of 








51
122
A
)2)(1(23
12)5)(2(
51
122
2









 AI
two eigen values: 1,  2
Note: The roots of the characteristic equation can be
repeated. That is, λ1 = λ2 =…= λk. If that happens, the
eigen value is said to be of multiplicity k.
Solution.2
0
y
f
x
f
2
2
2
2






Laplace:
2
1jiji1ji
2
2
2
j1ijij1i
2
2
h
ff2f
y
f
h
ff2f
x
f  





 ,,,,,,
Substitute with the Central divided differences and assuming
that Dx = Dy = h
 ji1ji1jij1ij1i22
2
2
2
f4ffff
h
1
y
f
x
f
,,,,, 






  0f4ffff
h
1
y
f
x
f
ji1ji1jij1ij1i22
2
2
2






 ,,,,,
x
y Finite Difference Grid
i,ji-1,j i+1,j
i,j+1
i,j-1
-41 1
1
1
i,j
At i and j:
REAL WORLD
APPLICATION ON
MATRICES AND
DETERMINANTS
The Bermuda Triangle is a large triangular region in the
Atlantic ocean. Many ships and airplanes have been
lost in this region. The triangle is formed by imaginary
lines connecting Bermuda, Puerto Rico, and Miami,
Florida. Use a determinant to estimate the area of the
Bermuda Triangle.
E
W
N
S
Miami (0,0)
Bermuda (938,454)
Puerto Rico (900,-518)
.
.
.
The approximate coordinates of the Bermuda Triangle’s
three vertices are: (938,454), (900,-518), and (0,0). So
the area of the region is as follows:
Area  
1
2
938 454 1
900 518 1
0 0 1
Area  
1
2
[(458,884 0 0)(0 0 408,600)]
Area  447,242
Hence, area of the Bermuda Triangle is about 447,000
square miles.
There are two closed loops in the above circuit. loop 1:
e1, R1 and R3 and loop 2: e2, R2 and R3. e1 and e2 are
sources of voltages. R1, R2 and R3 are resistors. i1 is the
current flowing across R1 and i2 is the current flowing
across R2. We now apply Kirchhoff's law to each loop.
loop 1: e1 = R1 i1 + R3 (i1 - i2)
loop 2: e2 = R2 i2 + R3 (i2 - i1)
Question: If e1, e2, R1, R2 and R3 are known, how
do you calculate i1 and i2? This circuit is simple and
involves only two equations. However electric
circuits can be much more complicated that the one
above and matrices are suitable to answer the
above question. Let us group like terms in the
above system of equations
e1 = i1 (R1 + R3) - i2 R3
e2 = - i1 R3 + i2(R2 + R3)
and then write it in matrix form as follows
The above is a matrix equation that may be solved
using any known method to solve systems of
equations. Let e, R and i be matrices given by
The solution to the above matrix equation is given
by
where R -1 is the inverse matrix of R and is given by.
Graphic software uses matrix mathematics to process
linear transformations to render images. A square matrix,
one with exactly as many rows as columns, can represent
a linear transformation of a geometric object. For example,
in the Cartesian X-Y plane, the matrix reflects an object
in the vertical Y axis. In a video game, this would render
the upside-down mirror image of a castle reflected in a
lake.
If the video game has curved reflecting surfaces, such as a
shiny silver goblet, the linear transformation matrix would
be more complicated, to stretch or shrink the reflection.
REAL WORLD
APPLICATIONS ON
EIGEN VALUE AND
EIGEN VECTOR
1. Eigenvectors and eigen values are important for
understanding the properties of expander graphs,
which I understand to have several applications in
computer science (such as derandomizing random
algorithms). They also give rise to a graph partitioning
algorithm.
2. PRuler is an iPhone app that lets you measure objects
using a credit card and your iPhone camera. I'm told it
uses a Singular Value Decomposition (which is very
closely related to eigenvalues and eigenvectors)
Example 1
Example 2
Plot the sequence of
approximations of the maximum
eigenvector for the matrix
Starting with the initial vector:
These are shown in Figure 1. The
sequence of approximations is
shaded from blue to red. The last
plotted red vector is quite close to
the actual eigenvector of 9.54 ⋅
(0.763, 0.646)T (9.54 being the
corresponding eigen value).
Figure 1. The
sequence of
approximations of
the maximum
eigenvector with the
initial vector v = (-3.1,
5.2)T in black.
REAL WORLD APPLICATION ON PARTIAL
DIFFERENTIATION
Shape Processing using PDEs
Shape processing refers to operations such as denoising,
fairing, feature extraction, segmentation, simplification,
classification, and editing. Such operations are the basic
building blocks of many applications in computer graphics,
animation, computer vision, and shape retrieval.
Many shape processing operations can be achieved by
means of partial differential equationsor PDEs. The desired
operation is described as a (set of) PDE(s) that act on
surface information, such as area, normals, curvature, and
similar quantities. PDEs are a very attractive instrument:
They allow complex manipulations to be described precisely,
compactly, and measurably, and come with efficient and
effective numerical methods for solving them.
We present several applications of PDEs in shape
processing.
Partial Derivative in Economics:
In economics the demand of quantity and quantity supplied
are affected by several factors such as selling price,
consumer buying power and taxation which means there are
multi variable factors that affect the demand and supply. In
economics marginal analysis is used to find out or evaluate
the change in value of a function resulting from 1-unit
increase in one of its variables. For example Partial derivative
is used in marginal Demand to obtain condition for
determining whether two goods are substitute or
complementary. Two goods are said to be substitute goods if
an increase in the demand for either result in a decrease for
the other. While two goods are said to be complementary
goods if a decrease of either result in a decrease in the
demand. Example of complementary goods are mobile
phones and phone lines. If there is more demand
for mobile phone, it will lead to more demand for phone line
too.
In image processing edge detection algorithm is used which
uses partial derivatives to improve edge detection. Grayscale
digital images can be considered as 2D sampled points of a
graph of a function u(x,y) where the domain of the function is
the area of the image.
Partial Derivative in Engineering:
 From learning the applications of the eigen vectors and
eigen values, we came to know that the eigen vectors
and values is having very much importance in
engineering and in other fields also, but the thing is how
we connect that concept. Even these are very less
applications on eigen values and vectors and a lot of
work can be done on that because the innovation is
limitless.
REFERENCE BOOK
AUTHOR TITTLE PUBLICATION SITE
ERWIN
KREYSZIG
ADVANCED
ENGGINEERING
MATHEMATICS
JOHN WILEY &
SONS, INC.
www.wileyplus.com
JOHN BIRD HIGHER
ENGGINEERING
MATHEMATICS
JOHN BIRD.
PUBLISHED BY
ELSEVIER LTD.
www.elsevier.com
www.bookaid.org
www.sabre.org
JOHN BIRD ENGGINEERING
MATHEMATICS
LIBRARY OF
CONGRESS
CATALOGUING
IN PUBLICATION
www.books.elsevier.com
MICHAEL
BATTY
ESSENTIAL
ENGGINEERING
MATHEMATICS
DOVER
PUBLICATIONS
www.bookboon.com
H.K. DASS ADVANCED
ENGGINEERING
MATHEMATICS
S CHAND
PUBLICATIONS
https://www.schandpublish
ing.com
REFERENCE SITES
1. www.wileyplus.com
2. www.elsevier.com
3. www.sabre.org
4. http://math.stackexchange.com/questions/82413/practical-
applications-of-eigenvalues-eigenvectors-in-computer-
science
5. http://www.springer.com/in/book/9780857297839
6. https://www.chalmers.se/en/departments/cee/research/Grad
uate-education/graduate-courses-and-course-
descriptions/Pages/Mathematical-modelling-in-civil-
engineering-applications.aspx
Some Engg. Applications of Matrices and Partial Derivatives

More Related Content

What's hot

Partial differentiation
Partial differentiationPartial differentiation
Partial differentiationTanuj Parikh
 
Partial Differentiation & Application
Partial Differentiation & Application Partial Differentiation & Application
Partial Differentiation & Application Yana Qlah
 
Engineering mathematics presentation
Engineering mathematics presentationEngineering mathematics presentation
Engineering mathematics presentationAfzal Hossen
 
Application of definite integrals
Application of definite integralsApplication of definite integrals
Application of definite integralsVaibhav Tandel
 
Linear Algebra and Matrix
Linear Algebra and MatrixLinear Algebra and Matrix
Linear Algebra and Matrixitutor
 
Math lecture 10 (Introduction to Integration)
Math lecture 10 (Introduction to Integration)Math lecture 10 (Introduction to Integration)
Math lecture 10 (Introduction to Integration)Osama Zahid
 
Definite Integral and Properties of Definite Integral
Definite Integral and Properties of Definite IntegralDefinite Integral and Properties of Definite Integral
Definite Integral and Properties of Definite IntegralShaifulIslam56
 
Applications of differential equations by shahzad
Applications of differential equations by shahzadApplications of differential equations by shahzad
Applications of differential equations by shahzadbiotech energy pvt limited
 
Trigonometric Identities.
Trigonometric Identities. Trigonometric Identities.
Trigonometric Identities. jhey2
 
Engineering Mathematics - Total derivatives, chain rule and derivative of imp...
Engineering Mathematics - Total derivatives, chain rule and derivative of imp...Engineering Mathematics - Total derivatives, chain rule and derivative of imp...
Engineering Mathematics - Total derivatives, chain rule and derivative of imp...Jayanshu Gundaniya
 
Numerical Methods - Power Method for Eigen values
Numerical Methods - Power Method for Eigen valuesNumerical Methods - Power Method for Eigen values
Numerical Methods - Power Method for Eigen valuesDr. Nirav Vyas
 
Application of Differential Equation
Application of Differential EquationApplication of Differential Equation
Application of Differential EquationSalim Hosen
 
Mathematical induction
Mathematical inductionMathematical induction
Mathematical inductionrey castro
 
Complex integration its uses and types
Complex integration its uses and typesComplex integration its uses and types
Complex integration its uses and typesSohailAkbar14
 
ppt on application of integrals
ppt on application of integralsppt on application of integrals
ppt on application of integralsharshid panchal
 

What's hot (20)

1 d heat equation
1 d heat equation1 d heat equation
1 d heat equation
 
Partial differentiation
Partial differentiationPartial differentiation
Partial differentiation
 
Partial Differentiation & Application
Partial Differentiation & Application Partial Differentiation & Application
Partial Differentiation & Application
 
maths.ppt
maths.pptmaths.ppt
maths.ppt
 
Engineering mathematics presentation
Engineering mathematics presentationEngineering mathematics presentation
Engineering mathematics presentation
 
derivatives math
derivatives mathderivatives math
derivatives math
 
Application of definite integrals
Application of definite integralsApplication of definite integrals
Application of definite integrals
 
Linear Algebra and Matrix
Linear Algebra and MatrixLinear Algebra and Matrix
Linear Algebra and Matrix
 
Math lecture 10 (Introduction to Integration)
Math lecture 10 (Introduction to Integration)Math lecture 10 (Introduction to Integration)
Math lecture 10 (Introduction to Integration)
 
Definite Integral and Properties of Definite Integral
Definite Integral and Properties of Definite IntegralDefinite Integral and Properties of Definite Integral
Definite Integral and Properties of Definite Integral
 
Applications of differential equations by shahzad
Applications of differential equations by shahzadApplications of differential equations by shahzad
Applications of differential equations by shahzad
 
Trigonometric Identities.
Trigonometric Identities. Trigonometric Identities.
Trigonometric Identities.
 
Engineering Mathematics - Total derivatives, chain rule and derivative of imp...
Engineering Mathematics - Total derivatives, chain rule and derivative of imp...Engineering Mathematics - Total derivatives, chain rule and derivative of imp...
Engineering Mathematics - Total derivatives, chain rule and derivative of imp...
 
Mean Value Theorems
Mean Value TheoremsMean Value Theorems
Mean Value Theorems
 
Numerical Methods - Power Method for Eigen values
Numerical Methods - Power Method for Eigen valuesNumerical Methods - Power Method for Eigen values
Numerical Methods - Power Method for Eigen values
 
Application of Differential Equation
Application of Differential EquationApplication of Differential Equation
Application of Differential Equation
 
Mathematical induction
Mathematical inductionMathematical induction
Mathematical induction
 
Complex integration its uses and types
Complex integration its uses and typesComplex integration its uses and types
Complex integration its uses and types
 
ppt on application of integrals
ppt on application of integralsppt on application of integrals
ppt on application of integrals
 
Integral calculus
Integral calculusIntegral calculus
Integral calculus
 

Similar to Some Engg. Applications of Matrices and Partial Derivatives

IRJET- Wavelet based Galerkin Method for the Numerical Solution of One Dimens...
IRJET- Wavelet based Galerkin Method for the Numerical Solution of One Dimens...IRJET- Wavelet based Galerkin Method for the Numerical Solution of One Dimens...
IRJET- Wavelet based Galerkin Method for the Numerical Solution of One Dimens...IRJET Journal
 
The Fundamental theorem of calculus
The Fundamental theorem of calculus The Fundamental theorem of calculus
The Fundamental theorem of calculus AhsanIrshad8
 
A Novel Multiplication Algorithm Based On Euclidean Division For Multiplying ...
A Novel Multiplication Algorithm Based On Euclidean Division For Multiplying ...A Novel Multiplication Algorithm Based On Euclidean Division For Multiplying ...
A Novel Multiplication Algorithm Based On Euclidean Division For Multiplying ...Jim Webb
 
Master of Computer Application (MCA) – Semester 4 MC0079
Master of Computer Application (MCA) – Semester 4  MC0079Master of Computer Application (MCA) – Semester 4  MC0079
Master of Computer Application (MCA) – Semester 4 MC0079Aravind NC
 
Sparse data formats and efficient numerical methods for uncertainties in nume...
Sparse data formats and efficient numerical methods for uncertainties in nume...Sparse data formats and efficient numerical methods for uncertainties in nume...
Sparse data formats and efficient numerical methods for uncertainties in nume...Alexander Litvinenko
 
Numerical approach of riemann-liouville fractional derivative operator
Numerical approach of riemann-liouville fractional derivative operatorNumerical approach of riemann-liouville fractional derivative operator
Numerical approach of riemann-liouville fractional derivative operatorIJECEIAES
 
APLICACIONES DE ESPACIO VECTORIALES
APLICACIONES DE ESPACIO VECTORIALESAPLICACIONES DE ESPACIO VECTORIALES
APLICACIONES DE ESPACIO VECTORIALESJoseLuisCastroGualot
 
Mc0079 computer based optimization methods--phpapp02
Mc0079 computer based optimization methods--phpapp02Mc0079 computer based optimization methods--phpapp02
Mc0079 computer based optimization methods--phpapp02Rabby Bhatt
 
Cauchy’s Inequality based study of the Differential Equations and the Simple ...
Cauchy’s Inequality based study of the Differential Equations and the Simple ...Cauchy’s Inequality based study of the Differential Equations and the Simple ...
Cauchy’s Inequality based study of the Differential Equations and the Simple ...IRJET Journal
 
from_data_to_differential_equations.ppt
from_data_to_differential_equations.pptfrom_data_to_differential_equations.ppt
from_data_to_differential_equations.pptashutoshvb1
 
WaveletTutorial.pdf
WaveletTutorial.pdfWaveletTutorial.pdf
WaveletTutorial.pdfshreyassr9
 
36336583 control-systems-lecture-notes
36336583 control-systems-lecture-notes36336583 control-systems-lecture-notes
36336583 control-systems-lecture-notesMustafaNasser15
 
Decay Property for Solutions to Plate Type Equations with Variable Coefficients
Decay Property for Solutions to Plate Type Equations with Variable CoefficientsDecay Property for Solutions to Plate Type Equations with Variable Coefficients
Decay Property for Solutions to Plate Type Equations with Variable CoefficientsEditor IJCATR
 
Linear regression [Theory and Application (In physics point of view) using py...
Linear regression [Theory and Application (In physics point of view) using py...Linear regression [Theory and Application (In physics point of view) using py...
Linear regression [Theory and Application (In physics point of view) using py...ANIRBANMAJUMDAR18
 
Applications Of One Type Of Euler-Lagrange Fractional Differential Equation
Applications Of One Type Of Euler-Lagrange Fractional Differential EquationApplications Of One Type Of Euler-Lagrange Fractional Differential Equation
Applications Of One Type Of Euler-Lagrange Fractional Differential EquationIRJET Journal
 

Similar to Some Engg. Applications of Matrices and Partial Derivatives (20)

IRJET- Wavelet based Galerkin Method for the Numerical Solution of One Dimens...
IRJET- Wavelet based Galerkin Method for the Numerical Solution of One Dimens...IRJET- Wavelet based Galerkin Method for the Numerical Solution of One Dimens...
IRJET- Wavelet based Galerkin Method for the Numerical Solution of One Dimens...
 
The Fundamental theorem of calculus
The Fundamental theorem of calculus The Fundamental theorem of calculus
The Fundamental theorem of calculus
 
APPLICATION OF NUMERICAL METHODS IN SMALL SIZE
APPLICATION OF NUMERICAL METHODS IN SMALL SIZEAPPLICATION OF NUMERICAL METHODS IN SMALL SIZE
APPLICATION OF NUMERICAL METHODS IN SMALL SIZE
 
02_AJMS_297_21.pdf
02_AJMS_297_21.pdf02_AJMS_297_21.pdf
02_AJMS_297_21.pdf
 
A Novel Multiplication Algorithm Based On Euclidean Division For Multiplying ...
A Novel Multiplication Algorithm Based On Euclidean Division For Multiplying ...A Novel Multiplication Algorithm Based On Euclidean Division For Multiplying ...
A Novel Multiplication Algorithm Based On Euclidean Division For Multiplying ...
 
Master of Computer Application (MCA) – Semester 4 MC0079
Master of Computer Application (MCA) – Semester 4  MC0079Master of Computer Application (MCA) – Semester 4  MC0079
Master of Computer Application (MCA) – Semester 4 MC0079
 
Sparse data formats and efficient numerical methods for uncertainties in nume...
Sparse data formats and efficient numerical methods for uncertainties in nume...Sparse data formats and efficient numerical methods for uncertainties in nume...
Sparse data formats and efficient numerical methods for uncertainties in nume...
 
Numerical approach of riemann-liouville fractional derivative operator
Numerical approach of riemann-liouville fractional derivative operatorNumerical approach of riemann-liouville fractional derivative operator
Numerical approach of riemann-liouville fractional derivative operator
 
APLICACIONES DE ESPACIO VECTORIALES
APLICACIONES DE ESPACIO VECTORIALESAPLICACIONES DE ESPACIO VECTORIALES
APLICACIONES DE ESPACIO VECTORIALES
 
Mc0079 computer based optimization methods--phpapp02
Mc0079 computer based optimization methods--phpapp02Mc0079 computer based optimization methods--phpapp02
Mc0079 computer based optimization methods--phpapp02
 
project final
project finalproject final
project final
 
Cauchy’s Inequality based study of the Differential Equations and the Simple ...
Cauchy’s Inequality based study of the Differential Equations and the Simple ...Cauchy’s Inequality based study of the Differential Equations and the Simple ...
Cauchy’s Inequality based study of the Differential Equations and the Simple ...
 
from_data_to_differential_equations.ppt
from_data_to_differential_equations.pptfrom_data_to_differential_equations.ppt
from_data_to_differential_equations.ppt
 
Divide and Conquer
Divide and ConquerDivide and Conquer
Divide and Conquer
 
Lect5 v2
Lect5 v2Lect5 v2
Lect5 v2
 
WaveletTutorial.pdf
WaveletTutorial.pdfWaveletTutorial.pdf
WaveletTutorial.pdf
 
36336583 control-systems-lecture-notes
36336583 control-systems-lecture-notes36336583 control-systems-lecture-notes
36336583 control-systems-lecture-notes
 
Decay Property for Solutions to Plate Type Equations with Variable Coefficients
Decay Property for Solutions to Plate Type Equations with Variable CoefficientsDecay Property for Solutions to Plate Type Equations with Variable Coefficients
Decay Property for Solutions to Plate Type Equations with Variable Coefficients
 
Linear regression [Theory and Application (In physics point of view) using py...
Linear regression [Theory and Application (In physics point of view) using py...Linear regression [Theory and Application (In physics point of view) using py...
Linear regression [Theory and Application (In physics point of view) using py...
 
Applications Of One Type Of Euler-Lagrange Fractional Differential Equation
Applications Of One Type Of Euler-Lagrange Fractional Differential EquationApplications Of One Type Of Euler-Lagrange Fractional Differential Equation
Applications Of One Type Of Euler-Lagrange Fractional Differential Equation
 

Recently uploaded

M-2- General Reactions of amino acids.pptx
M-2- General Reactions of amino acids.pptxM-2- General Reactions of amino acids.pptx
M-2- General Reactions of amino acids.pptxDr. Santhosh Kumar. N
 
Benefits & Challenges of Inclusive Education
Benefits & Challenges of Inclusive EducationBenefits & Challenges of Inclusive Education
Benefits & Challenges of Inclusive EducationMJDuyan
 
UKCGE Parental Leave Discussion March 2024
UKCGE Parental Leave Discussion March 2024UKCGE Parental Leave Discussion March 2024
UKCGE Parental Leave Discussion March 2024UKCGE
 
CapTechU Doctoral Presentation -March 2024 slides.pptx
CapTechU Doctoral Presentation -March 2024 slides.pptxCapTechU Doctoral Presentation -March 2024 slides.pptx
CapTechU Doctoral Presentation -March 2024 slides.pptxCapitolTechU
 
Human-AI Co-Creation of Worked Examples for Programming Classes
Human-AI Co-Creation of Worked Examples for Programming ClassesHuman-AI Co-Creation of Worked Examples for Programming Classes
Human-AI Co-Creation of Worked Examples for Programming ClassesMohammad Hassany
 
How to Add a New Field in Existing Kanban View in Odoo 17
How to Add a New Field in Existing Kanban View in Odoo 17How to Add a New Field in Existing Kanban View in Odoo 17
How to Add a New Field in Existing Kanban View in Odoo 17Celine George
 
In - Vivo and In - Vitro Correlation.pptx
In - Vivo and In - Vitro Correlation.pptxIn - Vivo and In - Vitro Correlation.pptx
In - Vivo and In - Vitro Correlation.pptxAditiChauhan701637
 
How to Show Error_Warning Messages in Odoo 17
How to Show Error_Warning Messages in Odoo 17How to Show Error_Warning Messages in Odoo 17
How to Show Error_Warning Messages in Odoo 17Celine George
 
How to Add Existing Field in One2Many Tree View in Odoo 17
How to Add Existing Field in One2Many Tree View in Odoo 17How to Add Existing Field in One2Many Tree View in Odoo 17
How to Add Existing Field in One2Many Tree View in Odoo 17Celine George
 
PISA-VET launch_El Iza Mohamedou_19 March 2024.pptx
PISA-VET launch_El Iza Mohamedou_19 March 2024.pptxPISA-VET launch_El Iza Mohamedou_19 March 2024.pptx
PISA-VET launch_El Iza Mohamedou_19 March 2024.pptxEduSkills OECD
 
Easter in the USA presentation by Chloe.
Easter in the USA presentation by Chloe.Easter in the USA presentation by Chloe.
Easter in the USA presentation by Chloe.EnglishCEIPdeSigeiro
 
3.21.24 The Origins of Black Power.pptx
3.21.24  The Origins of Black Power.pptx3.21.24  The Origins of Black Power.pptx
3.21.24 The Origins of Black Power.pptxmary850239
 
Ultra structure and life cycle of Plasmodium.pptx
Ultra structure and life cycle of Plasmodium.pptxUltra structure and life cycle of Plasmodium.pptx
Ultra structure and life cycle of Plasmodium.pptxDr. Asif Anas
 
Practical Research 1 Lesson 9 Scope and delimitation.pptx
Practical Research 1 Lesson 9 Scope and delimitation.pptxPractical Research 1 Lesson 9 Scope and delimitation.pptx
Practical Research 1 Lesson 9 Scope and delimitation.pptxKatherine Villaluna
 
Patient Counselling. Definition of patient counseling; steps involved in pati...
Patient Counselling. Definition of patient counseling; steps involved in pati...Patient Counselling. Definition of patient counseling; steps involved in pati...
Patient Counselling. Definition of patient counseling; steps involved in pati...raviapr7
 
Drug Information Services- DIC and Sources.
Drug Information Services- DIC and Sources.Drug Information Services- DIC and Sources.
Drug Information Services- DIC and Sources.raviapr7
 
Presentation on the Basics of Writing. Writing a Paragraph
Presentation on the Basics of Writing. Writing a ParagraphPresentation on the Basics of Writing. Writing a Paragraph
Presentation on the Basics of Writing. Writing a ParagraphNetziValdelomar1
 
Philosophy of Education and Educational Philosophy
Philosophy of Education  and Educational PhilosophyPhilosophy of Education  and Educational Philosophy
Philosophy of Education and Educational PhilosophyShuvankar Madhu
 
2024.03.23 What do successful readers do - Sandy Millin for PARK.pptx
2024.03.23 What do successful readers do - Sandy Millin for PARK.pptx2024.03.23 What do successful readers do - Sandy Millin for PARK.pptx
2024.03.23 What do successful readers do - Sandy Millin for PARK.pptxSandy Millin
 

Recently uploaded (20)

M-2- General Reactions of amino acids.pptx
M-2- General Reactions of amino acids.pptxM-2- General Reactions of amino acids.pptx
M-2- General Reactions of amino acids.pptx
 
Benefits & Challenges of Inclusive Education
Benefits & Challenges of Inclusive EducationBenefits & Challenges of Inclusive Education
Benefits & Challenges of Inclusive Education
 
UKCGE Parental Leave Discussion March 2024
UKCGE Parental Leave Discussion March 2024UKCGE Parental Leave Discussion March 2024
UKCGE Parental Leave Discussion March 2024
 
CapTechU Doctoral Presentation -March 2024 slides.pptx
CapTechU Doctoral Presentation -March 2024 slides.pptxCapTechU Doctoral Presentation -March 2024 slides.pptx
CapTechU Doctoral Presentation -March 2024 slides.pptx
 
Human-AI Co-Creation of Worked Examples for Programming Classes
Human-AI Co-Creation of Worked Examples for Programming ClassesHuman-AI Co-Creation of Worked Examples for Programming Classes
Human-AI Co-Creation of Worked Examples for Programming Classes
 
How to Add a New Field in Existing Kanban View in Odoo 17
How to Add a New Field in Existing Kanban View in Odoo 17How to Add a New Field in Existing Kanban View in Odoo 17
How to Add a New Field in Existing Kanban View in Odoo 17
 
In - Vivo and In - Vitro Correlation.pptx
In - Vivo and In - Vitro Correlation.pptxIn - Vivo and In - Vitro Correlation.pptx
In - Vivo and In - Vitro Correlation.pptx
 
How to Show Error_Warning Messages in Odoo 17
How to Show Error_Warning Messages in Odoo 17How to Show Error_Warning Messages in Odoo 17
How to Show Error_Warning Messages in Odoo 17
 
How to Add Existing Field in One2Many Tree View in Odoo 17
How to Add Existing Field in One2Many Tree View in Odoo 17How to Add Existing Field in One2Many Tree View in Odoo 17
How to Add Existing Field in One2Many Tree View in Odoo 17
 
PISA-VET launch_El Iza Mohamedou_19 March 2024.pptx
PISA-VET launch_El Iza Mohamedou_19 March 2024.pptxPISA-VET launch_El Iza Mohamedou_19 March 2024.pptx
PISA-VET launch_El Iza Mohamedou_19 March 2024.pptx
 
Easter in the USA presentation by Chloe.
Easter in the USA presentation by Chloe.Easter in the USA presentation by Chloe.
Easter in the USA presentation by Chloe.
 
3.21.24 The Origins of Black Power.pptx
3.21.24  The Origins of Black Power.pptx3.21.24  The Origins of Black Power.pptx
3.21.24 The Origins of Black Power.pptx
 
Ultra structure and life cycle of Plasmodium.pptx
Ultra structure and life cycle of Plasmodium.pptxUltra structure and life cycle of Plasmodium.pptx
Ultra structure and life cycle of Plasmodium.pptx
 
Practical Research 1 Lesson 9 Scope and delimitation.pptx
Practical Research 1 Lesson 9 Scope and delimitation.pptxPractical Research 1 Lesson 9 Scope and delimitation.pptx
Practical Research 1 Lesson 9 Scope and delimitation.pptx
 
Patient Counselling. Definition of patient counseling; steps involved in pati...
Patient Counselling. Definition of patient counseling; steps involved in pati...Patient Counselling. Definition of patient counseling; steps involved in pati...
Patient Counselling. Definition of patient counseling; steps involved in pati...
 
Finals of Kant get Marx 2.0 : a general politics quiz
Finals of Kant get Marx 2.0 : a general politics quizFinals of Kant get Marx 2.0 : a general politics quiz
Finals of Kant get Marx 2.0 : a general politics quiz
 
Drug Information Services- DIC and Sources.
Drug Information Services- DIC and Sources.Drug Information Services- DIC and Sources.
Drug Information Services- DIC and Sources.
 
Presentation on the Basics of Writing. Writing a Paragraph
Presentation on the Basics of Writing. Writing a ParagraphPresentation on the Basics of Writing. Writing a Paragraph
Presentation on the Basics of Writing. Writing a Paragraph
 
Philosophy of Education and Educational Philosophy
Philosophy of Education  and Educational PhilosophyPhilosophy of Education  and Educational Philosophy
Philosophy of Education and Educational Philosophy
 
2024.03.23 What do successful readers do - Sandy Millin for PARK.pptx
2024.03.23 What do successful readers do - Sandy Millin for PARK.pptx2024.03.23 What do successful readers do - Sandy Millin for PARK.pptx
2024.03.23 What do successful readers do - Sandy Millin for PARK.pptx
 

Some Engg. Applications of Matrices and Partial Derivatives

  • 1. SUBMITTED TO: DR. SONA RAJ MAM SUBMITTED BY: ANUGYAA SHRIVASTAVA (K12986) BTECH CS 2ND SEM SANJAY SINGH (K12336) BTECH CE 2ND SEM NISHANT YADAV (K12119) BTECH CE 2ND SEM
  • 2. PARTIAL DIFFERENTIATION MATRIX AND DETERMINANTS EIGEN VALUE AND EIGEN VECTORS
  • 3. In engineering, it sometimes happens that the variation of one quantity depends on changes taking place in two, or more, other quantities. For example, the volume V of a cylinder is given by V=πr2h. The volume will change if either radius r or height h is changed. The formula for volume may be stated mathematically as V=f (r, h) which means ‘V is some function of r and h’. Some other practical examples include:
  • 4. (i) time of oscillation, t=2π√l/g i.e. t = f (l, g). (ii) torque T =Iα, i.e. T =f (I, α). (iii) pressure of an ideal gas p= mRT/V i.e. p=f (T, V). When differentiating a function having two variables, one variable is kept constant and the differential coefficient of the other variable is found with respect to that variable. The differential coefficient obtained is called a partial derivative of the function.
  • 5. Introduction to Matrices You can view a matrix simply as a generalization of a vector, where we arrange numbers in both rows and columns. Let's keep the number of rows and columns arbitrary, letting m be the number of rows and n the number of columns. We refer to such a matrix as an m×n matrix. The arrangement of a matrix in rows and columns is more than just to make it look pretty. The structure of a matrix allows us to define a fundamental operation on matrices: multiplication. This multiplication forms the basis of linear algebra. In particular, this matrix multiplication allows matrices to represent linear transformations (or linear functions) that transform vectors into other vectors. (A simple example of a linear transformation is the rotation of a vector.) Other uses of matrices involve calculating their determinant.
  • 6. Introduction to Determinants For any square matrix of order 2, we have found a necessary and sufficient condition for invertibility. Indeed, consider the matrix The matrix A is invertible if and only if . We called this number the determinant of A. It is clear from this, that we would like to have a similar result for bigger matrices (meaning higher orders). So is there a similar notion of determinant for any square matrix, which determines whether a square matrix is invertible or not?
  • 7. In order to generalize such notion to higher orders, we will need to study the determinant and see what kind of properties it satisfies. First let us use the following notation for the determinant
  • 8. 1. For any square matrix A, if A-λI=0 then the value of λ is called eigen values of the matrix. 2. For each eigen value, if (A-λI)X=0, then the matrix X is called the eigen vector of that eigen values λ. 3. Eigen values and eigen vectors are very important in some engineering field .For example ,in civil engineering, Eigen vector are used in mass calculation while making structures in blocks.
  • 9. Question.1 Find (a) AB (b) BA by using matrix. A  3 2 1 0       B  1 4 2 1       Solution.1 AB  3 2 1 0       1 4 2 1       AB  7 10 1 4       BA  1 4 2 1       3 2 1 0       BA  7 2 5 4      
  • 10. Question.2 Find the eigen values of          51 122 A )2)(1(23 12)5)(2( 51 122 2           AI two eigen values: 1,  2 Note: The roots of the characteristic equation can be repeated. That is, λ1 = λ2 =…= λk. If that happens, the eigen value is said to be of multiplicity k. Solution.2
  • 11. 0 y f x f 2 2 2 2       Laplace: 2 1jiji1ji 2 2 2 j1ijij1i 2 2 h ff2f y f h ff2f x f         ,,,,,, Substitute with the Central divided differences and assuming that Dx = Dy = h  ji1ji1jij1ij1i22 2 2 2 f4ffff h 1 y f x f ,,,,,       
  • 12.   0f4ffff h 1 y f x f ji1ji1jij1ij1i22 2 2 2        ,,,,, x y Finite Difference Grid i,ji-1,j i+1,j i,j+1 i,j-1 -41 1 1 1 i,j At i and j:
  • 14. The Bermuda Triangle is a large triangular region in the Atlantic ocean. Many ships and airplanes have been lost in this region. The triangle is formed by imaginary lines connecting Bermuda, Puerto Rico, and Miami, Florida. Use a determinant to estimate the area of the Bermuda Triangle. E W N S Miami (0,0) Bermuda (938,454) Puerto Rico (900,-518) . . .
  • 15. The approximate coordinates of the Bermuda Triangle’s three vertices are: (938,454), (900,-518), and (0,0). So the area of the region is as follows: Area   1 2 938 454 1 900 518 1 0 0 1 Area   1 2 [(458,884 0 0)(0 0 408,600)] Area  447,242 Hence, area of the Bermuda Triangle is about 447,000 square miles.
  • 16. There are two closed loops in the above circuit. loop 1: e1, R1 and R3 and loop 2: e2, R2 and R3. e1 and e2 are sources of voltages. R1, R2 and R3 are resistors. i1 is the current flowing across R1 and i2 is the current flowing across R2. We now apply Kirchhoff's law to each loop. loop 1: e1 = R1 i1 + R3 (i1 - i2) loop 2: e2 = R2 i2 + R3 (i2 - i1)
  • 17. Question: If e1, e2, R1, R2 and R3 are known, how do you calculate i1 and i2? This circuit is simple and involves only two equations. However electric circuits can be much more complicated that the one above and matrices are suitable to answer the above question. Let us group like terms in the above system of equations e1 = i1 (R1 + R3) - i2 R3 e2 = - i1 R3 + i2(R2 + R3) and then write it in matrix form as follows
  • 18. The above is a matrix equation that may be solved using any known method to solve systems of equations. Let e, R and i be matrices given by The solution to the above matrix equation is given by
  • 19. where R -1 is the inverse matrix of R and is given by.
  • 20. Graphic software uses matrix mathematics to process linear transformations to render images. A square matrix, one with exactly as many rows as columns, can represent a linear transformation of a geometric object. For example, in the Cartesian X-Y plane, the matrix reflects an object in the vertical Y axis. In a video game, this would render the upside-down mirror image of a castle reflected in a lake. If the video game has curved reflecting surfaces, such as a shiny silver goblet, the linear transformation matrix would be more complicated, to stretch or shrink the reflection.
  • 21. REAL WORLD APPLICATIONS ON EIGEN VALUE AND EIGEN VECTOR
  • 22. 1. Eigenvectors and eigen values are important for understanding the properties of expander graphs, which I understand to have several applications in computer science (such as derandomizing random algorithms). They also give rise to a graph partitioning algorithm. 2. PRuler is an iPhone app that lets you measure objects using a credit card and your iPhone camera. I'm told it uses a Singular Value Decomposition (which is very closely related to eigenvalues and eigenvectors) Example 1
  • 23. Example 2 Plot the sequence of approximations of the maximum eigenvector for the matrix Starting with the initial vector: These are shown in Figure 1. The sequence of approximations is shaded from blue to red. The last plotted red vector is quite close to the actual eigenvector of 9.54 ⋅ (0.763, 0.646)T (9.54 being the corresponding eigen value). Figure 1. The sequence of approximations of the maximum eigenvector with the initial vector v = (-3.1, 5.2)T in black.
  • 24. REAL WORLD APPLICATION ON PARTIAL DIFFERENTIATION
  • 25. Shape Processing using PDEs Shape processing refers to operations such as denoising, fairing, feature extraction, segmentation, simplification, classification, and editing. Such operations are the basic building blocks of many applications in computer graphics, animation, computer vision, and shape retrieval. Many shape processing operations can be achieved by means of partial differential equationsor PDEs. The desired operation is described as a (set of) PDE(s) that act on surface information, such as area, normals, curvature, and similar quantities. PDEs are a very attractive instrument: They allow complex manipulations to be described precisely, compactly, and measurably, and come with efficient and effective numerical methods for solving them. We present several applications of PDEs in shape processing.
  • 26. Partial Derivative in Economics: In economics the demand of quantity and quantity supplied are affected by several factors such as selling price, consumer buying power and taxation which means there are multi variable factors that affect the demand and supply. In economics marginal analysis is used to find out or evaluate the change in value of a function resulting from 1-unit increase in one of its variables. For example Partial derivative is used in marginal Demand to obtain condition for determining whether two goods are substitute or complementary. Two goods are said to be substitute goods if an increase in the demand for either result in a decrease for the other. While two goods are said to be complementary goods if a decrease of either result in a decrease in the demand. Example of complementary goods are mobile phones and phone lines. If there is more demand for mobile phone, it will lead to more demand for phone line too.
  • 27. In image processing edge detection algorithm is used which uses partial derivatives to improve edge detection. Grayscale digital images can be considered as 2D sampled points of a graph of a function u(x,y) where the domain of the function is the area of the image. Partial Derivative in Engineering:
  • 28.  From learning the applications of the eigen vectors and eigen values, we came to know that the eigen vectors and values is having very much importance in engineering and in other fields also, but the thing is how we connect that concept. Even these are very less applications on eigen values and vectors and a lot of work can be done on that because the innovation is limitless.
  • 29. REFERENCE BOOK AUTHOR TITTLE PUBLICATION SITE ERWIN KREYSZIG ADVANCED ENGGINEERING MATHEMATICS JOHN WILEY & SONS, INC. www.wileyplus.com JOHN BIRD HIGHER ENGGINEERING MATHEMATICS JOHN BIRD. PUBLISHED BY ELSEVIER LTD. www.elsevier.com www.bookaid.org www.sabre.org JOHN BIRD ENGGINEERING MATHEMATICS LIBRARY OF CONGRESS CATALOGUING IN PUBLICATION www.books.elsevier.com MICHAEL BATTY ESSENTIAL ENGGINEERING MATHEMATICS DOVER PUBLICATIONS www.bookboon.com H.K. DASS ADVANCED ENGGINEERING MATHEMATICS S CHAND PUBLICATIONS https://www.schandpublish ing.com
  • 30. REFERENCE SITES 1. www.wileyplus.com 2. www.elsevier.com 3. www.sabre.org 4. http://math.stackexchange.com/questions/82413/practical- applications-of-eigenvalues-eigenvectors-in-computer- science 5. http://www.springer.com/in/book/9780857297839 6. https://www.chalmers.se/en/departments/cee/research/Grad uate-education/graduate-courses-and-course- descriptions/Pages/Mathematical-modelling-in-civil- engineering-applications.aspx