Customize Consent Preferences

We use cookies to help you navigate efficiently and perform certain functions. You will find detailed information about all cookies under each consent category below.

The cookies that are categorized as "Necessary" are stored on your browser as they are essential for enabling the basic functionalities of the site. ... 

Always Active

Necessary cookies are required to enable the basic features of this site, such as providing secure log-in or adjusting your consent preferences. These cookies do not store any personally identifiable data.

No cookies to display.

Functional cookies help perform certain functionalities like sharing the content of the website on social media platforms, collecting feedback, and other third-party features.

No cookies to display.

Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics such as the number of visitors, bounce rate, traffic source, etc.

No cookies to display.

Performance cookies are used to understand and analyze the key performance indexes of the website which helps in delivering a better user experience for the visitors.

No cookies to display.

Advertisement cookies are used to provide visitors with customized advertisements based on the pages you visited previously and to analyze the effectiveness of the ad campaigns.

No cookies to display.

Deep Blue: A review

Image Source: https://upload.wikimedia.org/wikipedia/commons/d/dc/Kasparov-29.jpg Paper: Deep Blue Authors: Murray Campbell, A Joseph Hoane Jr, feng-hsiung Hsu Introduction: Deep Blue was the chess machine (it is a powerful combination of hardware and software) developed by IBM. The machine became important in the field of AI because it was able to defeat the then World class Chess champion …

Read more

Valentine’s Day Card Using Python

Love is in the air, what better way to wish your loved ones, then to write a code which draws a unique Valentine’s Day Card especially for them. The card imports turtle to draw hearts at random positions on the canvas: You can get the code from: github

Computer History Museum – A visit

As a child, I used to imagine that when I grow up I will work in a bookstore. I will sell books and in spare time read all the books. Whenever I get a chance to visit a big bookstore or Library, I feel as If I have entered heaven, my spine is thrilled with …

Read more

Ghost of FYUP

The only B.Tech batch of DU, the so enrolled FYUP (2013-2017) now has another hurdle: the oneyear research project. The project work is spread in both VII and VIII semesters, and carries in total 300 marks out of total of 1200. Ideally, the students should get time slots in the labs to do their work, …

Read more

Solving Differential Equations:One step Methods

A lot of problems in science and engineering involve solving differential equations pendulums, RLC circuits, diffusion and so on. An ordinary differential equation can be expressed as:  Generally solution of this equation is of the form: Here ‘phi‘ is the increment function or slope and h is the step size.  Thus, an estimate of slope is …

Read more

Separate Axis Theorem

Introduction Separate Axis Theorem (SAT) is a method to determine whether two convex shapes are intersecting or not. The theorem states that, “Given two convex shapes there exists a line onto which their projections will be separate if and only if they are not intersecting”.  It is the most commonly used method for collision detection.  …

Read more