Giter Site home page Giter Site logo

sujal-burad / ee-2703---applied-programming-lab Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 10.94 MB

Implementing basic Electrical Engineering Concepts in Python

License: MIT License

Jupyter Notebook 100.00%
gaussian-elimination combinational-circuit curve-fitting modified-nodal-analysis event-driven-evaluation cython gradient-descent morphing-animations simulated-annealing travelling-salesman-problem

ee-2703---applied-programming-lab's Introduction

EE-2703---Applied-Programming-Lab


This is a basic Python programming course that is provided to 2nd year B. Tech students studying Electrical Engineering at Indian Institute of Technology Madras (IIT-M).


This course covered the Fundamental of python like:

  • Its datatypes(int, float, string, ...)
  • List comprehension and decorators
  • File handling
  • Error handling in python
  • Using various libraries like numpy, math, and scipy.

The following is the overview of the concepts that I implemented in Python :

  • Solving a (10 x 10) linear equation using matrices and Gaussian elimination.
  • Solving a given SPICE netlist using Modified Nodal Analysis (MNA).
  • Visualizing data using Least Square Curve fitting. Using curve_fit for non-linear curves.
  • Solving Combinational Circuits netlist using Directed Acyclic Graph (DAG), and Topological ordered evaluation and Event-driven evaluation.
  • Animation : Morphing a triangle to an octagon (or any sided polygon) and back to triangle, using mapping.
  • Finding the Optimum point of a single and multi-variable function using Gradient descent and Simulated Annealing.
  • Solving the Travelling salesman problem for 10 cities, and 100 cities using Simulated Annealing.
  • Using Cython to improve speed of solving SPICE netlist using MNA.

The implementation of all the above concepts is covered in the 8 Assignements.

ee-2703---applied-programming-lab's People

Contributors

sujal-burad avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.