Let’s Wonder Together!
Hey, friends!
I’m Puneet. I’m a researcher, tech enthusiast and dreamer of a better tomorrow. On this site, we will share technical articles related to control theory, mathematics, artificial intelligence, book summaries and general topics useful to everyone. This project is my attempt to connect with beautiful people across the globe. I am looking forward to sharing my knowledge and most importantly learning from you all.
Latest Posts
Git for Offline System
What is Git? Git is a distributed version control system designed to handle everything from small to very large projects with speed and efficiency. It allows developers to track changes in their code, collaborate with others, and maintain a history of every file’s revision. By keeping a record of changes,…
Pole-Zero Cancellation, umm…. NO!
In control systems, pole-zero cancellation might sound like an easy fix to simplify things. The idea is that if a pole (representing something that makes the system unstable) and a zero (which neutralises the pole) cancel each other out, the system should become stable. While this looks good on paper,…
Symbolic calculations in Python with SymPy
SymPy is a free, open-source library that provides a range of functions and features for symbolic calculation in Python.