Introduction to Linear Algebra

Introduction to Linear Algebra

Many difficult problems can be handled easily when we organize relevant information in a certain way for which we can use Linear algebra.

Linear algebra is the study of vectors and linear functions. Lets deep dive into its basics.

1. Vectors and spaces

  • Vectors are things you can add and scalar multiply.
No alt text provided for this image

Examples of kinds of vectors:

1.   numbers

2.   n-vectors

3.   2nd order polynomials

4.   polynomials

5.   power series

6.   functions with a certain domain

  • vector space is a set V on which two operations + and · are defined, called vector addition and scalar multiplication.
  • space in any finite number of dimensions, in which points are designated by coordinates (one for each dimension) and the distance between two points.
  • Euclidean space is the fundamental space of classical geometry.
  • The basic example is n-dimensional Euclidean space  R, where every element is represented by a list of n real numbers, scalars are real numbers, addition is component wise, and scalar multiplication is multiplication on each term separately.
  • For a general vector space, the scalars are members of a field F, in which case V is called a vector space over  F .
  • Euclidean  n-space  R  is called a real vector space, and  C  is called a complex vector space.
  • The operation + (vector addition) must satisfy the following conditions:

Closure: If u and v are any vectors in V, then the sum  u + v  belongs to V.

Commutative law: For all vectors u and v in V,   u + v = v + u

Associative law: For all vectors uvw in V,   u + (v + w) = (u + v) + w

Additive identity: The set V contains an additive identity element, denoted by 0, such that for any vector v in V,   0 + v = v  and  v + 0 = v.

Additive inverses: For each vector v in V, the equations   v + x = 0  and  x + v = 0   have a solution x in V, called an additive inverse of v, and denoted by - v.

  • The operation (scalar multiplication) is defined between real numbers (or scalars) and vectors, and must satisfy the following conditions:

Closure: If v in any vector in V, and c is any real number, then the product c · v  belongs to V.

Distributive law: For all real numbers c and all vectors uv in V,  c · (u + v) = c · u + c · v

Distributive law: For all real numbers c, d and all vectors v in V,  (c+d) · v = c · v + d · v

Associative law: For all real numbers c,d and all vectors v in V,  c · (d · v) = (cd) · v

Unitary law: For all vectors v in V,  1 · v = v

2. Matrix Transformations:

Let A be an m×n matrix. The matrix transformation associated to A is the transformation

No alt text provided for this image

It multiplies the input matrix A by a scalar x

No alt text provided for this image



Let T(x) = Ax, then

No alt text provided for this image

In general, if matrix A has n columns v1, v2, …, vn

No alt text provided for this image

The values of vector x for some transformations are as given below:

No alt text provided for this image




3. Coordinate systems (bases) :Suppose β = {b1, . . . , bn} is a basis for a vector space V and x is in V. The coordinates of x relative to the basis β (or the β− coordinates of x) are the weights c1, . . . , cn such that x = c1b1 + · · · + cnbn. Formula : x = c1b1 + · · · + cnbn.

Co-ordinate vectors:

No alt text provided for this image

In this case, the vector in

is called the coordinate vector of x (relative to β), or the β − coordinate vector of x.

Let’s End the mathematical Jargons here and stay tuned for my next post.

To view or add a comment, sign in

More articles by Shraddha Shelar

  • 🌐 Big Data: Unleashing the Power of Information! 🚀📊

    💡 What is Big Data? 🤔 🌟Imagine a vast ocean of information, where every click, swipe, and search creates a data wave…

    4 Comments
  • Statistics and probability

    We have seen the overview of statistics in my previous post (Maths for Data Science), Lets Go through Some more Jargons…

    2 Comments
  • Mathematics for Data Science

    What Is Data Science? And Why Math Is Required? Data Science is a Way of solving business Problems using mathematics to…

  • Introduction to SQL Course

    SQL (Structured Query Language) is a popular query language which is entirely designed for accessing RDBMS (Relational…

  • Introduction to Database Systems

    The first question Pop up in my mind “What is Data?” It is simply a piece of Information ..

  • Data Storytelling - Basic Data Visualization in Excel

    Data Visualization is a technique use to represent a data in a pictorial format to communicate information clearly and…

  • Data Storytelling - How to Choose the Right Chart or Graph for Your Data

    Representing a data in a form of Charts and Graphs is an art of Data Visualization. So, why is it required? Let me…

  • Computer Science for Business Professionals Part 2

    Let’s dive deeper in Cloud Computing….!!! Firstly, I’ll resolve the Elephant in the Room situation pertaining to…

    2 Comments
  • Computer Science for Business Professionals

    Let’s see the Programming Languages in broader prospective. Programming Languages are differentiated as Low Level and…

    1 Comment
  • Introduction to Computer Science

    Let's Start with a very basic question as 'What is Computer?'. A Machine that can be programmed for accepting data…

    9 Comments

Insights from the community

Others also viewed

Explore topics