Coders Packet

Packets submitted by Mohamed Adila.A

Implementation of Linear regression algorithm with gradient descent function using C++

In this program, we are going to predict results from real-life data using the linear regression algorithm. Here C++ programming language is used.

Implementation of Routh's stability analysis using C++

This program can be helpful in finding whether a control system (e.g, used in Cars, Robots, etc.,) is stable or not using Routh's stability criterion. Here C++ programming language is used.

Conversion of Decimal number into Hexadecimal number using C++.

In this program, we are going to convert the decimal value into hexadecimal values using the programming language C++. These numbers are used in designing digital circuits.