Asked with the Gemini and Chat GPT - asked queries and noted here. :)
Linear Algebra
- is the branch of mathematics that deals with the vector spaces and the linear transformations.
- what is vector space? A vector space is a collection of vectors where specific operations like addition and scalar multiplication (multiplying a vector by a number) can be performed.
- what is a vector? Vectors represent quantities that have both size and direction. An example can be force which requires the strength and the direction.
- what are linear transformations? Functions that take one vector space and maps it to another, preserving the linear relationships between vectors. It is a transformation that stretches, shrinks, or rotates vectors Matrices represents linear transformations.
- what are matrices? Matrices are rectangular arrays of numbers that represents linear transformations, solve systems of linear equations, and store data. They are grids like structure where operations on rows and columns to manipulate vectors can be performed.
A matrix with rows and columns is called an matrix (read as "m by n matrix"). It is typically written in the form:
where represents the element in the -th row and -th column of the matrix.
Operations involving Vectors and Scalars
- Dot Product: The dot product (or scalar product) of two vectors and is a scalar defined as:
- Cross Product: The cross product of two vectors in results in another vector perpendicular to both:
- Norm (Magnitude): The norm (or length) of a vector is given by: