Ravi Kumar

Student at Indian Institute of Information Technology Ranchi

Operator overloading on C++

It is an important topic in C++ .It allows you to assign more than one definition for the same operator and function. It is important for gate. It is a simple code to understand operator overloading.

Array implementation of queue using C

Arrays and queue are basic data structure. It is the simplest method of implementation of queue.

Engineering material assignment

Engineering material tells about the properties and structures of various substances which are used in our daily life. This module is basically about the properties and behaviour of substances in various situations.

Study material on Linear algebra

It is all about linear algebra and solving equations using various methods such as matrix method and finding rank of matrix. This pdf is shows us the method to the consistency of the equations. It is important for gate.

Vector space and independent sets

This module is about vector space and linear independent sets. It is important for gate.

Practice problems on Fourier Transform

Fourier transform is among the important transformation in signals and systems. It is important for gate.

Assignments on Fourier Transform

It is among the important topic in signals and systems. It is important for Gate.

Practice problems on Laplace Transform

It is among the important transformation in signals and systems. It converts the function from time domain to frequency domain. It is important for Gate.

Assignments on DTFT and Z Transform

It is among the important transformation in signals and systems. It converts the function from time domain to frequency domain.These are for discrete signals. It is important for Gate.

AC analysis of CE amplifier and Oscillators

In analog electronics amplifier is a vast topics to know. Oscillators need to known more. It is important for gate.

7 segment display using arduino

Arduino is a free platform for any type of electronics projects. It is used in robotics and IoT. It is code for running a simple 7 segment display using arduino.

Study material on Linear algebra

This material is all about Cayley Hamilton theorem and its implementation. Which is used to find eigen values and vectors . It is also used to find diagonalisation of Matrices.