SlideShare a Scribd company logo
1 of 18
Experiential Learning
Phase 1
MATHEMATICS
LINEAR ALGEBRA AND IT’S APPLICATIONS
RV College of
Engineering
Go, change the world
Admission No. Name Email Id
1 RVCE22BIS020 PRACHI N prachin.is22@rvce.edu.in
2 RVCE22BCD023 MULA SOHAN mulasohan.cd22@rvce.edu.in
3 RVCE22BCS121 SUHAS GOWDA L suhasgowdal.cs22@rvce.edu.in
4 RVCE22BAI011 NIDHI BC nidhibc.ai22@rvce.edu.in
RV College of
Engineering Go, Change the World
PRESENTATION OUTLINE
TABLE OF CONTENTS
INTRODUCTION
THEORY AND VISUALIZATION
COMPUTATIONAL CHEMISTRY
QUANTUM COMPUTING
DIMENSIONALITY REDUCTION
 REFERENCES
RV College of
Engineering Go, Change the World
INTRODUCTION
Linear algebra is the study of linear combinations. It is the study of vector spaces, lines and
planes, and some mappings that are required to perform the linear transformations. It
includes vectors, matrices and linear functions. It is the study of linear sets of equations and
its transformation properties.
It is a key concept for almost all areas of mathematics. Linear algebra is considered a basic
concept in the modern presentation of geometry. It is mostly used in Physics and Engineering
as it helps to define the basic objects such as planes, lines and rotations of the object. It
allows us to model many natural phenomena, and also it has a computing efficiency.
RV College of
Engineering Go, Change the World
Transformation refers to use movement. We imagine
input vector moving towards the output vector.
A transformation is linear if:
• Origin is fixed.
• All lines (including the imaginary diagonal line)
remain line, without getting curved.
Vector v = xi + yj when linearly transformed:
v = x(transformed i) + y( transformed j)
v = x a + y b
c d
a b
where i lands c d where j lands
MATRIX AS LINEAR TRANSFORMATION
RV College of
Engineering Go, Change the World
INVERSE OF A MATRIX RANK
900
𝑐𝑙𝑜𝑐𝑘𝑤𝑖𝑠𝑒 𝑟𝑜𝑡𝑎𝑡𝑒 → 900
𝑎𝑛𝑡𝑖𝑐𝑙𝑜𝑐𝑘𝑤𝑖𝑠𝑒
𝐿𝑒𝑓𝑡𝑤𝑎𝑟𝑑 𝑠ℎ𝑒𝑎𝑟 → 𝑟𝑖𝑔ℎ𝑡𝑤𝑎𝑟𝑑 𝑠ℎ𝑒𝑎𝑟 𝑠𝑎𝑚𝑒 𝑎𝑚𝑜𝑢𝑛𝑡
𝐴. 𝐴−1
= 1
Rank =no. of dimensions in a column
space
Null space (kernel): space of all vectors that
become null ( they land on zero vector)
RV College of
Engineering Go, Change the World
Factor by which linear transformation changes any area.
NON SQUARE MATRICES
Determinant
RV College of
Engineering Go, Change the World
(p*,q*)
Change of Basis Vector
RV College of
Engineering Go, Change the World
Basic equation : Ax = λx
where λ : eigen value of A
x: eigen vector ( non zero vector)
Characteristic equation:
|A- λI | = 0
Properties of Eigenvalues
• Eigenvectors with distinct eigen values
are linearly independent.
• Singular matrix: λ=0
• If A is square matrix
λ=0 is not an eigen value of A.
Scalar multiple: a λ → a A
Power: λ𝑛
→ 𝐴𝑛
If p(x) is polynomial of variable x ,
then
p(λ) → p(A)
Inverse: λ−1
→ 𝐴−1
Transpose: λ = 𝐴𝑇
EIGEN VALUES AND EIGEN VECTORS
RV College of
Engineering Go, Change the World
APPLICATIONS IN COMPUTATIONAL CHEMISTRY
The Adjacency Matrix
The vertex-adjacency matrix A(G) of a labeled connected graph G with N vertices is the square N x N symmetric
matrix which contains information about the internal connectivity of vertices in G. It is defined as,
Therefore, a nonzero entry appears in A(G) only if an edge connects vertices i and j. For example, the
following vertex-adjacency matrix can be constructed for a labeled graph G
𝐴𝑇 (𝐺) = 𝐴 (𝐺)
RV College of
Engineering Go, Change the World
APPLICATIONS IN COMPUTATIONAL CHEMISTRY
Edge-Adjacency Matrix
The edge-adjacency matrix of a graph G, EA = EA(G), is determined by the adjacencies of edges in
G. It is very rarely used. The edge-adjacency matrix is defined as
For example, the following edge-adjacency matrix can be constructed for a labeled graph G
Pair of non-isomorphic graphs which possess the identical edge adjacency matrix have different
vertex-adjacency matrices.
RV College of
Engineering Go, Change the World
APPLICATIONS IN COMPUTATIONAL CHEMISTRY
Distance Matrix
The distance matrix D = D(G) of a labeled connected graph G is a real symmetric N x N matrix whose
elements (𝐷)𝑖𝑗are defined as follows:
where 𝑒𝑖𝑗 , is the length of the shortest path (i.e., the minimum number of edges) between the vertices 𝑣𝑖 ,
and 𝑣𝑗 . The length is also called the distance between the vertices vi, and vj thence the term distance matrix.
For example, the following distance matrix can be constructed for a labeled graph G
The distance matrix has found a widespread application in chemistry in both explicit and implicit
forms. The first explicit use of the distance matrix was employed the for studying the permutational
isomers of stereo chemically nonrigid molecules. The distance matrix in explicit form is also used to
generate the distance polynomial and the distance spectrum.
RV College of
Engineering Go, Change the World
APPLICATIONS IN COMPUTATIONAL CHEMISTRY
Wiener Index
It is defined at the sum of distances between any two carbon atoms (pairs of nodes) in the molecule.
Mathematically it is represented as:
Where G represents the total atoms in the molecule, u and v are individual carbon atoms and
d(u , v) is the distance in bonds between any two carbon atoms in the shortest path between
any two atoms.
To calculate the Wiener index for a molecule, for each pair of atoms in the structure, count the distance
between atoms. Take the sum of all distances and divide by two. For example in the case of pentane,
which has five nodes:
A
B
C
D
E
RV College of
Engineering Go, Change the World
APPLICATIONS IN COMPUTATIONAL CHEMISTRY
The characteristic (spectral) polynomial P(G ; x) of a graph G is the characteristic polynomial of its adjacency matrix,
P(G ; x) = det |x I - A|
where A and I are, respectively, the adjacency matrix of a graph G with N vertices and the N x N unit matrix. A graph
eigenvalue xi is a zero of the characteristic polynomials.
P(G ; xi) = 0 for i = 1, 2 . , N.
The Largest Eigenvalue
RV College of
Engineering Go, Change the World
APPLICATIONS IN QUANTUM COMPUTING
Quantum gates: In quantum computing, gates are the building blocks of quantum circuits, and they
operate on quantum bits (qubits). The state of a single qubit is a superposition of the basis states |0⟩
and |1⟩, which can be represented as a column vector:
|ψ⟩ = α|0⟩ + β|1⟩, where α,β𝜖∁
where α and β are complex numbers that satisfy the normalization condition |α|^2 + |β|^2 = 1.
Quantum gates act on these qubit states by applying unitary matrices, which preserve the normalization
and the overall phase of the state.
RV College of
Engineering Go, Change the World
APPLICATIONS IN QUANTUM COMPUTING
RV College of
Engineering Go, Change the World
DIMENSIONALITY REDUCTION
Dimensionality reduction is the process of reducing the number of features in a dataset while retaining as
much information as possible.
• PCA is a linear algebra technique that transforms high-dimensional data into a lower-dimensional space
by projecting the data onto a new set of orthogonal axes, known as principal components. These
principal components are linear combinations of the original features and are chosen to maximize the
variance of the data in the lower-dimensional space.
• SVD is a matrix factorization technique that decomposes a matrix into three matrices: U, Σ, and V. The Σ
matrix is a diagonal matrix that contains the singular values of the original matrix, and U and V are
orthogonal matrices. SVD can be used for dimensionality reduction by selecting only the top k singular
values and corresponding rows in U and columns in V to obtain a lower-dimensional approximation of the
original matrix.
RV College of
Engineering Go, Change the World
REFERENCES
• THEORY AND VISUALIZATION: 3Blue1Brown Youtube Playlist, Geogebra tool for
graphical representation of matrices
• COMPUTATIONAL CHEMISTRY: ‘Computational Chemistry: A Practical guide for
applying techniques to real world problems by Darid C. Young
• QUANTUM COMPUTING: Qiskit website for quantum gates, Quirk Circuit tool
• DIMENSIONALITY REDUCTION: A Practical Introduction to PCA In Python- Deakos
Data Science, Geeks for Geeks for Singular Value Decomposition
RV College of
Engineering Go, Change the World
Thank You

More Related Content

Similar to Linear_Algebra.pptx

4. Motion in a Plane 3.pptx.pptx
4. Motion in a Plane 3.pptx.pptx4. Motion in a Plane 3.pptx.pptx
4. Motion in a Plane 3.pptx.pptxbablivashisht
 
2. Vector Algebra.pptx
2. Vector Algebra.pptx2. Vector Algebra.pptx
2. Vector Algebra.pptxMehrija
 
Fundamentals of Machine Learning.pptx
Fundamentals of Machine Learning.pptxFundamentals of Machine Learning.pptx
Fundamentals of Machine Learning.pptxWiamFADEL
 
Linear_Algebra_final.pdf
Linear_Algebra_final.pdfLinear_Algebra_final.pdf
Linear_Algebra_final.pdfRohitAnand125
 
Application Of vector Integration and all
Application Of vector Integration and allApplication Of vector Integration and all
Application Of vector Integration and allMalikUmarKhakh
 
Program Derivation of Matrix Operations in GF
Program Derivation of Matrix Operations in GFProgram Derivation of Matrix Operations in GF
Program Derivation of Matrix Operations in GFCharles Southerland
 
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
 
Sampling and low-rank tensor approximations
Sampling and low-rank tensor approximationsSampling and low-rank tensor approximations
Sampling and low-rank tensor approximationsAlexander Litvinenko
 
A sweepline algorithm for Voronoi Diagrams
A sweepline algorithm for Voronoi DiagramsA sweepline algorithm for Voronoi Diagrams
A sweepline algorithm for Voronoi DiagramsSweta Sharma
 
5. lec5 curl of a vector
5. lec5 curl of a vector5. lec5 curl of a vector
5. lec5 curl of a vectorshabdrang
 
ON ALGORITHMIC PROBLEMS CONCERNING GRAPHS OF HIGHER DEGREE OF SYMMETRY
ON ALGORITHMIC PROBLEMS CONCERNING GRAPHS OF HIGHER DEGREE OF SYMMETRYON ALGORITHMIC PROBLEMS CONCERNING GRAPHS OF HIGHER DEGREE OF SYMMETRY
ON ALGORITHMIC PROBLEMS CONCERNING GRAPHS OF HIGHER DEGREE OF SYMMETRYFransiskeran
 
Vector analysis.pptx
Vector analysis.pptxVector analysis.pptx
Vector analysis.pptxssuser9be9191
 
Simple Correspondence Analysis
Simple Correspondence AnalysisSimple Correspondence Analysis
Simple Correspondence AnalysisVarun Gangadhar
 

Similar to Linear_Algebra.pptx (20)

4. Motion in a Plane 3.pptx.pptx
4. Motion in a Plane 3.pptx.pptx4. Motion in a Plane 3.pptx.pptx
4. Motion in a Plane 3.pptx.pptx
 
2. Vector Algebra.pptx
2. Vector Algebra.pptx2. Vector Algebra.pptx
2. Vector Algebra.pptx
 
Ijetr021210
Ijetr021210Ijetr021210
Ijetr021210
 
Ijetr021210
Ijetr021210Ijetr021210
Ijetr021210
 
Fundamentals of Machine Learning.pptx
Fundamentals of Machine Learning.pptxFundamentals of Machine Learning.pptx
Fundamentals of Machine Learning.pptx
 
Report in determinants
Report in determinantsReport in determinants
Report in determinants
 
Linear_Algebra_final.pdf
Linear_Algebra_final.pdfLinear_Algebra_final.pdf
Linear_Algebra_final.pdf
 
Application Of vector Integration and all
Application Of vector Integration and allApplication Of vector Integration and all
Application Of vector Integration and all
 
Program Derivation of Matrix Operations in GF
Program Derivation of Matrix Operations in GFProgram Derivation of Matrix Operations in GF
Program Derivation of Matrix Operations in GF
 
Ch 2 ~ vector
Ch 2 ~ vectorCh 2 ~ vector
Ch 2 ~ vector
 
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...
 
Graph 1
Graph 1Graph 1
Graph 1
 
Sampling and low-rank tensor approximations
Sampling and low-rank tensor approximationsSampling and low-rank tensor approximations
Sampling and low-rank tensor approximations
 
A sweepline algorithm for Voronoi Diagrams
A sweepline algorithm for Voronoi DiagramsA sweepline algorithm for Voronoi Diagrams
A sweepline algorithm for Voronoi Diagrams
 
5. lec5 curl of a vector
5. lec5 curl of a vector5. lec5 curl of a vector
5. lec5 curl of a vector
 
ON ALGORITHMIC PROBLEMS CONCERNING GRAPHS OF HIGHER DEGREE OF SYMMETRY
ON ALGORITHMIC PROBLEMS CONCERNING GRAPHS OF HIGHER DEGREE OF SYMMETRYON ALGORITHMIC PROBLEMS CONCERNING GRAPHS OF HIGHER DEGREE OF SYMMETRY
ON ALGORITHMIC PROBLEMS CONCERNING GRAPHS OF HIGHER DEGREE OF SYMMETRY
 
Vector
VectorVector
Vector
 
Ijetcas14 594
Ijetcas14 594Ijetcas14 594
Ijetcas14 594
 
Vector analysis.pptx
Vector analysis.pptxVector analysis.pptx
Vector analysis.pptx
 
Simple Correspondence Analysis
Simple Correspondence AnalysisSimple Correspondence Analysis
Simple Correspondence Analysis
 

Recently uploaded

Unit 2- Effective stress & Permeability.pdf
Unit 2- Effective stress & Permeability.pdfUnit 2- Effective stress & Permeability.pdf
Unit 2- Effective stress & Permeability.pdfRagavanV2
 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTbhaskargani46
 
Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptDineshKumar4165
 
Block diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.pptBlock diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.pptNANDHAKUMARA10
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdfKamal Acharya
 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VDineshKumar4165
 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfJiananWang21
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordAsst.prof M.Gokilavani
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...Call Girls in Nagpur High Profile
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdfankushspencer015
 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfKamal Acharya
 
Design For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startDesign For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startQuintin Balsdon
 

Recently uploaded (20)

Unit 2- Effective stress & Permeability.pdf
Unit 2- Effective stress & Permeability.pdfUnit 2- Effective stress & Permeability.pdf
Unit 2- Effective stress & Permeability.pdf
 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPT
 
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak HamilCara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
 
Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.ppt
 
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
 
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
 
Block diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.pptBlock diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.ppt
 
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdf
 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - V
 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdf
 
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
 
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
 
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced LoadsFEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
 
Design For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startDesign For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the start
 
Call Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
 

Linear_Algebra.pptx

  • 1. Experiential Learning Phase 1 MATHEMATICS LINEAR ALGEBRA AND IT’S APPLICATIONS RV College of Engineering Go, change the world Admission No. Name Email Id 1 RVCE22BIS020 PRACHI N prachin.is22@rvce.edu.in 2 RVCE22BCD023 MULA SOHAN mulasohan.cd22@rvce.edu.in 3 RVCE22BCS121 SUHAS GOWDA L suhasgowdal.cs22@rvce.edu.in 4 RVCE22BAI011 NIDHI BC nidhibc.ai22@rvce.edu.in
  • 2. RV College of Engineering Go, Change the World PRESENTATION OUTLINE TABLE OF CONTENTS INTRODUCTION THEORY AND VISUALIZATION COMPUTATIONAL CHEMISTRY QUANTUM COMPUTING DIMENSIONALITY REDUCTION  REFERENCES
  • 3. RV College of Engineering Go, Change the World INTRODUCTION Linear algebra is the study of linear combinations. It is the study of vector spaces, lines and planes, and some mappings that are required to perform the linear transformations. It includes vectors, matrices and linear functions. It is the study of linear sets of equations and its transformation properties. It is a key concept for almost all areas of mathematics. Linear algebra is considered a basic concept in the modern presentation of geometry. It is mostly used in Physics and Engineering as it helps to define the basic objects such as planes, lines and rotations of the object. It allows us to model many natural phenomena, and also it has a computing efficiency.
  • 4. RV College of Engineering Go, Change the World Transformation refers to use movement. We imagine input vector moving towards the output vector. A transformation is linear if: • Origin is fixed. • All lines (including the imaginary diagonal line) remain line, without getting curved. Vector v = xi + yj when linearly transformed: v = x(transformed i) + y( transformed j) v = x a + y b c d a b where i lands c d where j lands MATRIX AS LINEAR TRANSFORMATION
  • 5. RV College of Engineering Go, Change the World INVERSE OF A MATRIX RANK 900 𝑐𝑙𝑜𝑐𝑘𝑤𝑖𝑠𝑒 𝑟𝑜𝑡𝑎𝑡𝑒 → 900 𝑎𝑛𝑡𝑖𝑐𝑙𝑜𝑐𝑘𝑤𝑖𝑠𝑒 𝐿𝑒𝑓𝑡𝑤𝑎𝑟𝑑 𝑠ℎ𝑒𝑎𝑟 → 𝑟𝑖𝑔ℎ𝑡𝑤𝑎𝑟𝑑 𝑠ℎ𝑒𝑎𝑟 𝑠𝑎𝑚𝑒 𝑎𝑚𝑜𝑢𝑛𝑡 𝐴. 𝐴−1 = 1 Rank =no. of dimensions in a column space Null space (kernel): space of all vectors that become null ( they land on zero vector)
  • 6. RV College of Engineering Go, Change the World Factor by which linear transformation changes any area. NON SQUARE MATRICES Determinant
  • 7. RV College of Engineering Go, Change the World (p*,q*) Change of Basis Vector
  • 8. RV College of Engineering Go, Change the World Basic equation : Ax = λx where λ : eigen value of A x: eigen vector ( non zero vector) Characteristic equation: |A- λI | = 0 Properties of Eigenvalues • Eigenvectors with distinct eigen values are linearly independent. • Singular matrix: λ=0 • If A is square matrix λ=0 is not an eigen value of A. Scalar multiple: a λ → a A Power: λ𝑛 → 𝐴𝑛 If p(x) is polynomial of variable x , then p(λ) → p(A) Inverse: λ−1 → 𝐴−1 Transpose: λ = 𝐴𝑇 EIGEN VALUES AND EIGEN VECTORS
  • 9. RV College of Engineering Go, Change the World APPLICATIONS IN COMPUTATIONAL CHEMISTRY The Adjacency Matrix The vertex-adjacency matrix A(G) of a labeled connected graph G with N vertices is the square N x N symmetric matrix which contains information about the internal connectivity of vertices in G. It is defined as, Therefore, a nonzero entry appears in A(G) only if an edge connects vertices i and j. For example, the following vertex-adjacency matrix can be constructed for a labeled graph G 𝐴𝑇 (𝐺) = 𝐴 (𝐺)
  • 10. RV College of Engineering Go, Change the World APPLICATIONS IN COMPUTATIONAL CHEMISTRY Edge-Adjacency Matrix The edge-adjacency matrix of a graph G, EA = EA(G), is determined by the adjacencies of edges in G. It is very rarely used. The edge-adjacency matrix is defined as For example, the following edge-adjacency matrix can be constructed for a labeled graph G Pair of non-isomorphic graphs which possess the identical edge adjacency matrix have different vertex-adjacency matrices.
  • 11. RV College of Engineering Go, Change the World APPLICATIONS IN COMPUTATIONAL CHEMISTRY Distance Matrix The distance matrix D = D(G) of a labeled connected graph G is a real symmetric N x N matrix whose elements (𝐷)𝑖𝑗are defined as follows: where 𝑒𝑖𝑗 , is the length of the shortest path (i.e., the minimum number of edges) between the vertices 𝑣𝑖 , and 𝑣𝑗 . The length is also called the distance between the vertices vi, and vj thence the term distance matrix. For example, the following distance matrix can be constructed for a labeled graph G The distance matrix has found a widespread application in chemistry in both explicit and implicit forms. The first explicit use of the distance matrix was employed the for studying the permutational isomers of stereo chemically nonrigid molecules. The distance matrix in explicit form is also used to generate the distance polynomial and the distance spectrum.
  • 12. RV College of Engineering Go, Change the World APPLICATIONS IN COMPUTATIONAL CHEMISTRY Wiener Index It is defined at the sum of distances between any two carbon atoms (pairs of nodes) in the molecule. Mathematically it is represented as: Where G represents the total atoms in the molecule, u and v are individual carbon atoms and d(u , v) is the distance in bonds between any two carbon atoms in the shortest path between any two atoms. To calculate the Wiener index for a molecule, for each pair of atoms in the structure, count the distance between atoms. Take the sum of all distances and divide by two. For example in the case of pentane, which has five nodes: A B C D E
  • 13. RV College of Engineering Go, Change the World APPLICATIONS IN COMPUTATIONAL CHEMISTRY The characteristic (spectral) polynomial P(G ; x) of a graph G is the characteristic polynomial of its adjacency matrix, P(G ; x) = det |x I - A| where A and I are, respectively, the adjacency matrix of a graph G with N vertices and the N x N unit matrix. A graph eigenvalue xi is a zero of the characteristic polynomials. P(G ; xi) = 0 for i = 1, 2 . , N. The Largest Eigenvalue
  • 14. RV College of Engineering Go, Change the World APPLICATIONS IN QUANTUM COMPUTING Quantum gates: In quantum computing, gates are the building blocks of quantum circuits, and they operate on quantum bits (qubits). The state of a single qubit is a superposition of the basis states |0⟩ and |1⟩, which can be represented as a column vector: |ψ⟩ = α|0⟩ + β|1⟩, where α,β𝜖∁ where α and β are complex numbers that satisfy the normalization condition |α|^2 + |β|^2 = 1. Quantum gates act on these qubit states by applying unitary matrices, which preserve the normalization and the overall phase of the state.
  • 15. RV College of Engineering Go, Change the World APPLICATIONS IN QUANTUM COMPUTING
  • 16. RV College of Engineering Go, Change the World DIMENSIONALITY REDUCTION Dimensionality reduction is the process of reducing the number of features in a dataset while retaining as much information as possible. • PCA is a linear algebra technique that transforms high-dimensional data into a lower-dimensional space by projecting the data onto a new set of orthogonal axes, known as principal components. These principal components are linear combinations of the original features and are chosen to maximize the variance of the data in the lower-dimensional space. • SVD is a matrix factorization technique that decomposes a matrix into three matrices: U, Σ, and V. The Σ matrix is a diagonal matrix that contains the singular values of the original matrix, and U and V are orthogonal matrices. SVD can be used for dimensionality reduction by selecting only the top k singular values and corresponding rows in U and columns in V to obtain a lower-dimensional approximation of the original matrix.
  • 17. RV College of Engineering Go, Change the World REFERENCES • THEORY AND VISUALIZATION: 3Blue1Brown Youtube Playlist, Geogebra tool for graphical representation of matrices • COMPUTATIONAL CHEMISTRY: ‘Computational Chemistry: A Practical guide for applying techniques to real world problems by Darid C. Young • QUANTUM COMPUTING: Qiskit website for quantum gates, Quirk Circuit tool • DIMENSIONALITY REDUCTION: A Practical Introduction to PCA In Python- Deakos Data Science, Geeks for Geeks for Singular Value Decomposition
  • 18. RV College of Engineering Go, Change the World Thank You