Recent posts

On the Theory of Relativity

49 minute read

There is no absolute space, and we only conceive of relative motion; and yet in most cases mechanical facts are enunciated as if there is an absolute s...

Linear Circuit Solver - part 2

18 minute read

Arbitrary topologies Pitfalls of the current solution The methodology discussed in the previous part works well for circuits represented as trees of series a...

Linear Circuit Solver - part 1

27 minute read

Simple topologies Intro The classical methods for circuit analysis, commonly taught in introductory electrical engineering courses, traditionally involve tra...

Linear regression

21 minute read

This post builds upon an earlier post about Chi-squared and Student distribution. You might want to check it out before proceeding. Orthodox statistics’ pers...

Backprop with complex numbers

14 minute read

One of the building blocks of my linear circuit solver is automatic differentiation which calculates the gradient of the loss function with respect to node v...