ContainersA container is a set of one or more isolated processes running on an OS, it could be on a VM or directly on the physical hardware. Usually,Jan 19, 20231Jan 19, 20231
Takeaways from Deep Work by Cal Newport“Deep Work” is a book by Cal Newport (www.calnewport.com), a computer science professor at Georgetown University. This book focuses mostly…Dec 20, 2020Dec 20, 2020
Linked ListsA linked list is a sequence of elements. Each element in the linked list contains a value and a pointer to the next element.Dec 4, 2020Dec 4, 2020
ArraysAn array takes a fixed chunk of memory and divides it into equal parts. These parts are accessed using indices.Dec 1, 2020Dec 1, 2020
A Better Way of Reading BooksA way in which you can get most out of what you read.Apr 29, 2020Apr 29, 2020
Published inLinear AlgebraPart 24 : Diagonalization and Similarity of MatricesDiagonalization is a process of converting a n x n square matrix into a diagonal matrix having eigenvalues of first matrix as diagonal…Aug 23, 20191Aug 23, 20191
Published inLinear AlgebraPart 23 : Orthonormal Vectors, Orthogonal Matrices and Hadamard MatrixTwo vector x and y are said to be orthogonal if they are perpendicular to each other i.e. their dot product is 0.Aug 18, 20191Aug 18, 20191
Published inLinear AlgebraPart 22 : Eigenvalues and EigenvectorsWe multiply a vector x with A, we get another vector as a product. If that product vector points in same direction as x, then it will be…Aug 2, 2019Aug 2, 2019
Published inLinear AlgebraPart 21 : Properties of DeterminantsWe have solved determinants using Laplace expansion but by leveraging the properties of determinants, we can solve determinants much…Jul 12, 2019Jul 12, 2019
Published inLinear AlgebraPart 20 : DeterminantsWe learned about minors and cofactors in Part 19. Now, we have per-requisite knowledge for calculating determinant of any (square) matrix.Jun 17, 2019Jun 17, 2019