SlideShare a Scribd company logo
1 of 2
NPTEL – Physics – Mathematical Physics - 1
Lecture 17
Linear transformation and matrices
Linear transformations on physical quantities are usually described by matrices. Consider
𝑢⃑ be a column vector that denotes a physical quantity, and T be a transformation. Thus
𝑇𝑢⃑ = 𝐴
𝑢⃑
Joint initiative of IITs and IISc – Funded by MHRD Page 7 of 17
where A is a 𝑚 × 𝑛 matrix that denotes the linear
transformation. Many a time, the main job is to find the transformation matrix. We shall
illustrate it by a specific example. In the example, we discuss orthogonal transformation.
Orthogonal transformations are transformations of the form 𝑦 = 𝐴𝑥 where A is an
orthogonal matrix. For the transformation corresponding to a rotation by an angle 𝜃 in a
plane is expressed as
𝑦 = [𝑦2
] = [
𝑠𝑖𝑛𝜃 𝑐𝑜𝑠𝜃
] [𝑥2
]
= 𝑅 𝑥
is an orthogonal transformation. Verify that,
𝑅𝑇 = 𝑅−1.
The inner product of two vectors is same as the dot product that obeys a few
relations as given below (with 𝑢⃑ , 𝑣 and 𝑤⃑ as vectors and 𝛼 is a scalar)
⟨𝑢⃑ + 𝑣 |𝑤⃑ ⟩ = ⟨𝑢⃑ |𝑤⃑ ⟩ + ⟨𝑣 |𝑤⃑ ⟩
⟨𝛼𝑢⃑ |𝒗⃑ ⟩ = 𝛼⟨𝑢⃑ |𝑣 ⟩
⟨𝑢⃑ |𝑣 ⟩ = ⟨𝑣 |𝑢⃑ ⟩ ≥ 0
𝑦1 𝑥1
𝑐𝑜𝑠𝜃 − 𝑠𝑖𝑛𝜃
a) The importance of orthogonal transformation is that the inner product remains
invariant under an orthogonal transformation.
< 𝑎|𝑏 > = 𝑎𝑇𝑏.
The proof is as follows.
𝑢⃑⃗ = 𝐴𝑎⃗; 𝑣⃗ = 𝐴𝑏⃑⃗ where 𝐴⃗ is orthogonal (A is a matrix, while 𝑢, 𝑣 are column
vectors)
< 𝑢|𝑣 > = 𝑢𝑇𝑣 = (𝐴𝑎)𝑇 𝐴𝑏 = 𝑎𝑇𝐴𝑇 𝐴𝑏.
= < 𝑎|𝑏 >
b) A real square matrix is orthogonal if and only if it’s column vectors 𝑎⃗1 … … … 𝑎⃗𝑛
(and also it’s row vectors) form an orthonormal system, that is,
< 𝑎𝑖|𝑎𝑗 > = 𝛿𝑖𝑗 where 𝛿𝑖𝑗 = 1 when 𝑖 = 𝑗 and 0 otherwise.
c) The determinant of an orthogonal matrix has values +1 or -1. The proof is as follows
𝑑𝑒𝑡 (𝐴 𝐵) = (𝑑𝑒𝑡 𝐴) (𝑑𝑒𝑡 𝐵)
and 𝑑𝑒𝑡 𝐴𝑇 = 𝑑𝑒𝑡 𝐴.
det 𝐼 = 1 ⇒ det(𝐴𝐴−1) = det(𝐴𝐴𝑇) = (𝑑𝑒𝑡𝐴)(𝑑𝑒𝑡𝐴−1)
⇒ (𝑑𝑒𝑡𝐴)2 = 1
Thus det 𝐴 = ±1.
Joint initiative of IITs and IISc – Funded by MHRD Page 8 of 17
NPTEL – Physics – Mathematical Physics - 1
d) The eigenvalues of an orthogonal matrix are either real or complex conjugate in pairs.
Carrying along the same lines we define some more matrices here.
Complex, Hermitian, skew Hermitian, Unitary matrices
Hermitian : 𝐴−𝑇 = 𝐴; 𝑎𝑗𝑖 = 𝑎𝑖𝑗 (bar indicates complex conjugate)
Skew-Hermitian: 𝐴−𝑇 = −𝐴, 𝑎̅𝑗𝑖 = −𝑎𝑖𝑗
Unitary: 𝐴−𝑇 = 𝐴−1
Again for Hermitian matrices the diagonal elements are purely real. Similarly for a skew
Hermitian matrices, the diagonals are purely imaginary or zero.
1.The eigenvalues of a Hermitian matrix are real.
2.The eigenvalues of a skew Hermitian are purely imaginary and zero.
3.The eigenvalues of a unitary matrix have absolute value 1.
Similarity of Matrices, Basis of Eigenvectors
A 𝑛 × 𝑛 matrix 𝐴′ is similar to another 𝑛 × 𝑛 matrix, 𝐴′ = 𝑃−1𝐴𝑃 for a non-singular
𝑛 × 𝑛 matrix P (Singular matrices are those for which the inverse does not exist, thus
non-singular ones are invertible). The transformation which gives 𝐴′ from A is called a
similarity transformation. Similarity transformation are important as they
preserve eigenvalues. If 𝐴′ is similar to A, then both of them have same eigenvalues.
1. Furthermore if 𝑥 is an eigenvector of A, then 𝑦 = 𝑃−1𝑥 is an eigenvector of
𝐴′,
corresponding to the same eigenvalue.
Proof of the above
𝐴𝑥 = 𝜆𝑥, left multiply by 𝜆𝑃−1,
𝑃−1𝐴𝑥 = 𝑃−1𝜆𝑥
⇒ 𝑝−1𝐴𝐼𝑥 = 𝜆𝑝−1𝑥
⇒ 𝑃−1𝐴𝑃𝑃−1𝑥 = 𝜆𝑃−1𝑥
⇒ 𝐴′𝑃−1𝑥 = 𝜆𝑃−1𝑥
⇒ 𝐴′𝑦 = 𝜆𝑦 (proved)
2. If 𝜆1, 𝜆2 … … … 𝜆𝑛 are distinct eigenvalues of an 𝑛 × 𝑛 matrix, then
corresponding eigenvectors 𝑥1, 𝑥2 … … … 𝑥𝑛 form a linearly independent set.

More Related Content

Similar to lec17.ppt

Lecture_9_LA_Review.pptx
Lecture_9_LA_Review.pptxLecture_9_LA_Review.pptx
Lecture_9_LA_Review.pptxSunny432360
 
Indefinite Integral
Indefinite IntegralIndefinite Integral
Indefinite IntegralRich Elle
 
Approximate Solution of a Linear Descriptor Dynamic Control System via a non-...
Approximate Solution of a Linear Descriptor Dynamic Control System via a non-...Approximate Solution of a Linear Descriptor Dynamic Control System via a non-...
Approximate Solution of a Linear Descriptor Dynamic Control System via a non-...IOSR Journals
 
Relations and Functions.pdf
Relations and Functions.pdfRelations and Functions.pdf
Relations and Functions.pdfGhanshyamGUPTA61
 
Gauge Theory for Beginners.pptx
Gauge Theory for Beginners.pptxGauge Theory for Beginners.pptx
Gauge Theory for Beginners.pptxHassaan Saleem
 
Solution of equations and eigenvalue problems
Solution of equations and eigenvalue problemsSolution of equations and eigenvalue problems
Solution of equations and eigenvalue problemsSanthanam Krishnan
 
Definitions matrices y determinantes fula 2010 english subir
Definitions matrices y determinantes   fula 2010  english subirDefinitions matrices y determinantes   fula 2010  english subir
Definitions matrices y determinantes fula 2010 english subirHernanFula
 
Optimum Engineering Design - Day 2b. Classical Optimization methods
Optimum Engineering Design - Day 2b. Classical Optimization methodsOptimum Engineering Design - Day 2b. Classical Optimization methods
Optimum Engineering Design - Day 2b. Classical Optimization methodsSantiagoGarridoBulln
 
Grovers Algorithm
Grovers Algorithm Grovers Algorithm
Grovers Algorithm CaseyHaaland
 
Introduction to Business Mathematics
Introduction to Business MathematicsIntroduction to Business Mathematics
Introduction to Business MathematicsZunair Bhatti
 
Eigenvalue eigenvector slides
Eigenvalue eigenvector slidesEigenvalue eigenvector slides
Eigenvalue eigenvector slidesAmanSaeed11
 
Matrix Transformations on Paranormed Sequence Spaces Related To De La Vallée-...
Matrix Transformations on Paranormed Sequence Spaces Related To De La Vallée-...Matrix Transformations on Paranormed Sequence Spaces Related To De La Vallée-...
Matrix Transformations on Paranormed Sequence Spaces Related To De La Vallée-...inventionjournals
 

Similar to lec17.ppt (20)

Lecture_9_LA_Review.pptx
Lecture_9_LA_Review.pptxLecture_9_LA_Review.pptx
Lecture_9_LA_Review.pptx
 
lec1.ppt
lec1.pptlec1.ppt
lec1.ppt
 
Matrix algebra
Matrix algebraMatrix algebra
Matrix algebra
 
Indefinite Integral
Indefinite IntegralIndefinite Integral
Indefinite Integral
 
Approximate Solution of a Linear Descriptor Dynamic Control System via a non-...
Approximate Solution of a Linear Descriptor Dynamic Control System via a non-...Approximate Solution of a Linear Descriptor Dynamic Control System via a non-...
Approximate Solution of a Linear Descriptor Dynamic Control System via a non-...
 
Integration
IntegrationIntegration
Integration
 
Relations and Functions.pdf
Relations and Functions.pdfRelations and Functions.pdf
Relations and Functions.pdf
 
Linear Algebra and its use in finance:
Linear Algebra and its use in finance:Linear Algebra and its use in finance:
Linear Algebra and its use in finance:
 
Gauge Theory for Beginners.pptx
Gauge Theory for Beginners.pptxGauge Theory for Beginners.pptx
Gauge Theory for Beginners.pptx
 
Solution of equations and eigenvalue problems
Solution of equations and eigenvalue problemsSolution of equations and eigenvalue problems
Solution of equations and eigenvalue problems
 
Definitions matrices y determinantes fula 2010 english subir
Definitions matrices y determinantes   fula 2010  english subirDefinitions matrices y determinantes   fula 2010  english subir
Definitions matrices y determinantes fula 2010 english subir
 
Optimum Engineering Design - Day 2b. Classical Optimization methods
Optimum Engineering Design - Day 2b. Classical Optimization methodsOptimum Engineering Design - Day 2b. Classical Optimization methods
Optimum Engineering Design - Day 2b. Classical Optimization methods
 
lec24.ppt
lec24.pptlec24.ppt
lec24.ppt
 
Grovers Algorithm
Grovers Algorithm Grovers Algorithm
Grovers Algorithm
 
g-lecture.pptx
g-lecture.pptxg-lecture.pptx
g-lecture.pptx
 
Introduction to Business Mathematics
Introduction to Business MathematicsIntroduction to Business Mathematics
Introduction to Business Mathematics
 
lec4.ppt
lec4.pptlec4.ppt
lec4.ppt
 
Eigenvalue eigenvector slides
Eigenvalue eigenvector slidesEigenvalue eigenvector slides
Eigenvalue eigenvector slides
 
Matrix Transformations on Paranormed Sequence Spaces Related To De La Vallée-...
Matrix Transformations on Paranormed Sequence Spaces Related To De La Vallée-...Matrix Transformations on Paranormed Sequence Spaces Related To De La Vallée-...
Matrix Transformations on Paranormed Sequence Spaces Related To De La Vallée-...
 
lec25.ppt
lec25.pptlec25.ppt
lec25.ppt
 

More from Rai Saheb Bhanwar Singh College Nasrullaganj (20)

lec34.ppt
lec34.pptlec34.ppt
lec34.ppt
 
lec33.ppt
lec33.pptlec33.ppt
lec33.ppt
 
lec31.ppt
lec31.pptlec31.ppt
lec31.ppt
 
lec32.ppt
lec32.pptlec32.ppt
lec32.ppt
 
lec42.ppt
lec42.pptlec42.ppt
lec42.ppt
 
lec41.ppt
lec41.pptlec41.ppt
lec41.ppt
 
lec39.ppt
lec39.pptlec39.ppt
lec39.ppt
 
lec38.ppt
lec38.pptlec38.ppt
lec38.ppt
 
lec37.ppt
lec37.pptlec37.ppt
lec37.ppt
 
lec23.ppt
lec23.pptlec23.ppt
lec23.ppt
 
lec21.ppt
lec21.pptlec21.ppt
lec21.ppt
 
lec20.ppt
lec20.pptlec20.ppt
lec20.ppt
 
lec19.ppt
lec19.pptlec19.ppt
lec19.ppt
 
lec18.ppt
lec18.pptlec18.ppt
lec18.ppt
 
lec30.ppt
lec30.pptlec30.ppt
lec30.ppt
 
lec28.ppt
lec28.pptlec28.ppt
lec28.ppt
 
lec27.ppt
lec27.pptlec27.ppt
lec27.ppt
 
lec26.ppt
lec26.pptlec26.ppt
lec26.ppt
 
lec2.ppt
lec2.pptlec2.ppt
lec2.ppt
 
lec15.ppt
lec15.pptlec15.ppt
lec15.ppt
 

Recently uploaded

Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Celine George
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designMIPLM
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxthorishapillay1
 
ACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfSpandanaRallapalli
 
Judging the Relevance and worth of ideas part 2.pptx
Judging the Relevance  and worth of ideas part 2.pptxJudging the Relevance  and worth of ideas part 2.pptx
Judging the Relevance and worth of ideas part 2.pptxSherlyMaeNeri
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTiammrhaywood
 
Atmosphere science 7 quarter 4 .........
Atmosphere science 7 quarter 4 .........Atmosphere science 7 quarter 4 .........
Atmosphere science 7 quarter 4 .........LeaCamillePacle
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Celine George
 
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...Nguyen Thanh Tu Collection
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentInMediaRes1
 
Gas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptxGas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptxDr.Ibrahim Hassaan
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersSabitha Banu
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatYousafMalik24
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 
Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Mark Reed
 

Recently uploaded (20)

Raw materials used in Herbal Cosmetics.pptx
Raw materials used in Herbal Cosmetics.pptxRaw materials used in Herbal Cosmetics.pptx
Raw materials used in Herbal Cosmetics.pptx
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-design
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptx
 
ACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdf
 
Judging the Relevance and worth of ideas part 2.pptx
Judging the Relevance  and worth of ideas part 2.pptxJudging the Relevance  and worth of ideas part 2.pptx
Judging the Relevance and worth of ideas part 2.pptx
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
 
Atmosphere science 7 quarter 4 .........
Atmosphere science 7 quarter 4 .........Atmosphere science 7 quarter 4 .........
Atmosphere science 7 quarter 4 .........
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17
 
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media Component
 
Gas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptxGas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptx
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginners
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice great
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 
Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)
 

lec17.ppt

  • 1. NPTEL – Physics – Mathematical Physics - 1 Lecture 17 Linear transformation and matrices Linear transformations on physical quantities are usually described by matrices. Consider 𝑢⃑ be a column vector that denotes a physical quantity, and T be a transformation. Thus 𝑇𝑢⃑ = 𝐴 𝑢⃑ Joint initiative of IITs and IISc – Funded by MHRD Page 7 of 17 where A is a 𝑚 × 𝑛 matrix that denotes the linear transformation. Many a time, the main job is to find the transformation matrix. We shall illustrate it by a specific example. In the example, we discuss orthogonal transformation. Orthogonal transformations are transformations of the form 𝑦 = 𝐴𝑥 where A is an orthogonal matrix. For the transformation corresponding to a rotation by an angle 𝜃 in a plane is expressed as 𝑦 = [𝑦2 ] = [ 𝑠𝑖𝑛𝜃 𝑐𝑜𝑠𝜃 ] [𝑥2 ] = 𝑅 𝑥 is an orthogonal transformation. Verify that, 𝑅𝑇 = 𝑅−1. The inner product of two vectors is same as the dot product that obeys a few relations as given below (with 𝑢⃑ , 𝑣 and 𝑤⃑ as vectors and 𝛼 is a scalar) ⟨𝑢⃑ + 𝑣 |𝑤⃑ ⟩ = ⟨𝑢⃑ |𝑤⃑ ⟩ + ⟨𝑣 |𝑤⃑ ⟩ ⟨𝛼𝑢⃑ |𝒗⃑ ⟩ = 𝛼⟨𝑢⃑ |𝑣 ⟩ ⟨𝑢⃑ |𝑣 ⟩ = ⟨𝑣 |𝑢⃑ ⟩ ≥ 0 𝑦1 𝑥1 𝑐𝑜𝑠𝜃 − 𝑠𝑖𝑛𝜃 a) The importance of orthogonal transformation is that the inner product remains invariant under an orthogonal transformation. < 𝑎|𝑏 > = 𝑎𝑇𝑏. The proof is as follows. 𝑢⃑⃗ = 𝐴𝑎⃗; 𝑣⃗ = 𝐴𝑏⃑⃗ where 𝐴⃗ is orthogonal (A is a matrix, while 𝑢, 𝑣 are column vectors) < 𝑢|𝑣 > = 𝑢𝑇𝑣 = (𝐴𝑎)𝑇 𝐴𝑏 = 𝑎𝑇𝐴𝑇 𝐴𝑏. = < 𝑎|𝑏 > b) A real square matrix is orthogonal if and only if it’s column vectors 𝑎⃗1 … … … 𝑎⃗𝑛 (and also it’s row vectors) form an orthonormal system, that is, < 𝑎𝑖|𝑎𝑗 > = 𝛿𝑖𝑗 where 𝛿𝑖𝑗 = 1 when 𝑖 = 𝑗 and 0 otherwise. c) The determinant of an orthogonal matrix has values +1 or -1. The proof is as follows 𝑑𝑒𝑡 (𝐴 𝐵) = (𝑑𝑒𝑡 𝐴) (𝑑𝑒𝑡 𝐵) and 𝑑𝑒𝑡 𝐴𝑇 = 𝑑𝑒𝑡 𝐴. det 𝐼 = 1 ⇒ det(𝐴𝐴−1) = det(𝐴𝐴𝑇) = (𝑑𝑒𝑡𝐴)(𝑑𝑒𝑡𝐴−1) ⇒ (𝑑𝑒𝑡𝐴)2 = 1 Thus det 𝐴 = ±1.
  • 2. Joint initiative of IITs and IISc – Funded by MHRD Page 8 of 17 NPTEL – Physics – Mathematical Physics - 1 d) The eigenvalues of an orthogonal matrix are either real or complex conjugate in pairs. Carrying along the same lines we define some more matrices here. Complex, Hermitian, skew Hermitian, Unitary matrices Hermitian : 𝐴−𝑇 = 𝐴; 𝑎𝑗𝑖 = 𝑎𝑖𝑗 (bar indicates complex conjugate) Skew-Hermitian: 𝐴−𝑇 = −𝐴, 𝑎̅𝑗𝑖 = −𝑎𝑖𝑗 Unitary: 𝐴−𝑇 = 𝐴−1 Again for Hermitian matrices the diagonal elements are purely real. Similarly for a skew Hermitian matrices, the diagonals are purely imaginary or zero. 1.The eigenvalues of a Hermitian matrix are real. 2.The eigenvalues of a skew Hermitian are purely imaginary and zero. 3.The eigenvalues of a unitary matrix have absolute value 1. Similarity of Matrices, Basis of Eigenvectors A 𝑛 × 𝑛 matrix 𝐴′ is similar to another 𝑛 × 𝑛 matrix, 𝐴′ = 𝑃−1𝐴𝑃 for a non-singular 𝑛 × 𝑛 matrix P (Singular matrices are those for which the inverse does not exist, thus non-singular ones are invertible). The transformation which gives 𝐴′ from A is called a similarity transformation. Similarity transformation are important as they preserve eigenvalues. If 𝐴′ is similar to A, then both of them have same eigenvalues. 1. Furthermore if 𝑥 is an eigenvector of A, then 𝑦 = 𝑃−1𝑥 is an eigenvector of 𝐴′, corresponding to the same eigenvalue. Proof of the above 𝐴𝑥 = 𝜆𝑥, left multiply by 𝜆𝑃−1, 𝑃−1𝐴𝑥 = 𝑃−1𝜆𝑥 ⇒ 𝑝−1𝐴𝐼𝑥 = 𝜆𝑝−1𝑥 ⇒ 𝑃−1𝐴𝑃𝑃−1𝑥 = 𝜆𝑃−1𝑥 ⇒ 𝐴′𝑃−1𝑥 = 𝜆𝑃−1𝑥 ⇒ 𝐴′𝑦 = 𝜆𝑦 (proved) 2. If 𝜆1, 𝜆2 … … … 𝜆𝑛 are distinct eigenvalues of an 𝑛 × 𝑛 matrix, then corresponding eigenvectors 𝑥1, 𝑥2 … … … 𝑥𝑛 form a linearly independent set.