Fading Coder

One Final Commit for the Last Sprint

Linear Algebra: From Basics to Applications

Prerequisites: Basic vector and matrix operations. Elementary Row Operations and Reduced Form There are three types of elementary row operations: Scaling: Multip a row by a scalar $k$ Addition: Add $k$ times one row to another row Swapping: Exchange two rows Each operation corresponds to multiplying...

Evaluating Digital Circuits with Structural Techniques

Motivation Digital circuits are often modeled as directed acyclic graphs. Given a boolean circuit and a vector of input values, the task is to compute the output values of every gate. A straightforward evaluation method is a topological traversal. This note presents structural techniques that can ac...