Hitesh Sahu
Hitesh SahuHitesh Sahu
  1. Home
  2. ›
  3. posts
  4. ›
  5. …

  6. ›
  7. Algebra

Loading ⏳
Fetching content, this won’t take long…


💡 Did you know?

🤯 Your stomach gets a new lining every 3–4 days.

🍪 This website uses cookies

No personal data is stored on our servers however third party tools Google Analytics cookies to measure traffic and improve your website experience. Learn more

Cover Image for Algebra for Notation and Geometry

Algebra for Notation and Geometry

Brief overview of matrix and vector notation, including size, transpose, inverse, determinant, multiplication, sets of numbers and vectors, vector norms, and transformations in the context of machine learning.

Hitesh Sahu
Written by Hitesh Sahu, a passionate developer and blogger.

Fri Feb 27 2026

Share This on

📘 Matrix & Vector Notation

🔢 Matrices and Vectors

  • A, B, C → Matrices (capital letters)
  • u, v, w → Vectors (lowercase letters)

🔹 Matrix Size

  • A ∈ ℝᵐˣⁿ or A (m × n)
    → Matrix A has m rows and n columns

Example:
If A is 3 × 2, it has 3 rows and 2 columns.

🔹 Transpose

  • Aᵀ → Transpose of matrix A
  • vᵀ → Transpose of vector v

Transpose flips rows into columns.

🔹 Inverse and Determinant

  • A⁻¹ → Inverse of matrix A
    (Only defined for square matrices with non-zero determinant)

  • det(A) → Determinant of matrix A

🔹 Multiplication

  • AB → Matrix multiplication of A and B
    (Valid only if inner dimensions match)

  • u · v or ⟨u, v⟩ → Dot product of vectors

Dot product formula:

u⋅v=∑i=1nuiviu \cdot v = \sum_{i=1}^{n} u_i v_iu⋅v=i=1∑n​ui​vi​

🔹 Sets of Numbers and Vectors

  • ℝ → Set of real numbers
    Example: 0, −0.642, 2, 3.456

  • ℝ² → Set of 2-dimensional vectors

Example:

v=[13]v = \begin{bmatrix} 1 \\ 3 \end{bmatrix}v=[13​]
  • ℝⁿ → Set of n-dimensional vectors

  • v ∈ ℝ² → Vector v belongs to ℝ²

🔹 Vector Norms

  • ‖v‖₁ → L1 norm
∥v∥1=∑∣vi∣\|v\|_1 = \sum |v_i|∥v∥1​=∑∣vi​∣
  • ‖v‖₂, ‖v‖ → L2 norm (Euclidean norm)
∥v∥2=∑vi2\|v\|_2 = \sqrt{\sum v_i^2}∥v∥2​=∑vi2​​

🔹 Transformations

  • T : ℝ² → ℝ³
    → T maps vectors from 2D space to 3D space

  • T(v) = w
    → Vector v ∈ ℝ² is transformed into w ∈ ℝ³

AI-Math/Algebra
Let's work together
+49 176-2019-2523
hiteshkrsahu@gmail.com
WhatsApp
Skype
Munich 🥨, Germany 🇩🇪, EU
Playstore
Hitesh Sahu's apps on Google Play Store
Need Help?
Let's Connect
Navigation
  Home/About
  Skills
  Work/Projects
  Lab/Experiments
  Contribution
  Awards
  Art/Sketches
  Thoughts
  Contact
Links
  Sitemap
  Legal Notice
  Privacy Policy

Made with

NextJS logo

NextJS by

hitesh Sahu

| © 2026 All rights reserved.