MATH NSHM
MATH NSHM
❖ Introduction
❖ Preliminaries
❖ Main results(SLIDE-5 & SLIDE-6)
❖ Applications
❖ Conclusions & Future Scope
❖ References
❖ THANK YOU
INTRODUCTION
-:The Intersection of Geometry and Linear Algebra :-
RESULTS
• A measure of similarity between
eigenvector 𝑣⃗ is a non-zero vector that vectors: ⟨u⃗,v⃗⟩=u1v1+u2v2+⋯+unvn
only changes in magnitude (not direction) •Geometric Interpretation:
when 𝐴 is applied: • The inner product gives the
tions
probabilities in quantum
indicating stretching by factors systems.
of 2 and 3, respectively. • Machine Learning:
• Used in measuring distances
and kernels for support
vector machines (SVMs).
APPLICATION
Real-World Applications of Vector Spaces 7
Computer Graphics Physics and Engineering
How Vector Spaces are Used: How Vector Spaces are Used:
Transformations: Rotations, translations, scaling, and shearing of objects in 2D Forces and Motion: Forces acting on a body are vectors. The resultant force is the vector
and 3D are represented using matrices and vectors. sum of individual forces.
3D Rendering: Position, lighting, and camera movements are modeled with Kinematics: Velocity and acceleration are represented as vectors.
vector operations.
Electric and Magnetic Fields: Fields are described as vector fields, with direction and
Color Representation: Colors are often represented as vectors in RGB or other magnitude at each point.
color spaces Example:
Example:A 3D object’s rotation can be achieved using a rotation matrix applied •A force vector acting at an angle on a block can be decomposed into
to each vertex.Transformation matrix:𝑅(𝜃)=(cos𝜃−sin𝜃sin𝜃cos𝜃)R(θ)=( cosθsinθ horizontal and vertical components.
−sinθcosθ ) •Newton’s Laws: The equation F=ma uses vectors for force F, mass m, and
acceleration a.
Machine Learning and Data Analysis
•Example:
PICTURES
A dataset with features (x1,x2)(x_1, x_2)(x1,x2) can be visualized as points in
a 2D space. The decision boundary of a classifier is a line or plane separating
classes
CONCLUSION AND FUTURE SCOPE
Key Takeaways: 8
The Importance of Geometry in Linear Algebra:
Geometric interpretations make abstract concepts like vector spaces, linear independence, and
eigenvalues more intuitive.
Visualizing operations (e.g., rotations, projections) enhances understanding of their effects on
data and systems.
Broad Applications of Vector Spaces:
Vector spaces underpin various fields such as computer graphics, machine learning, physics,
and engineering.
Inner product spaces, transformations, and eigenvectors play crucial roles in solving real-world
problems.