Giter VIP home page Giter VIP logo

python_guided_project's Introduction

Python Guided Project

Heya budding Data Scientists, today you are going to work along a guided project which will enable you to get answers to questions using basic python concepts. You will learn to get hold of concepts of function and classes in python and how to use it.

What are you going to do in this project ?

You are expected to make a calculator that can handle 'complex number' operations.

    1. Addition: The sum of two complex numbers C= a+ ib and C'= a' + ib' is

      alt text

    1. Subtraction: The difference between two complex numbers C= a+ ib and C'= a' + ib' is

      alt text

    1. Multiplication: The product of two complex numbers C=a+ ib and C'= a' + ib' is

      alt text

      The special case of a complex number C=a+ ib multiplied by a scalar a' is

      alt text

    1. Division: The division of two complex numbers C= a+ ib and C'= a' + ib' is done by multiplying the numerator and denominator by the complex conjugate of the denominator

      alt text

    1. Absolute: The absolute value of the complex number C= a+bi is the distance between the origin (0,0) and the point (a,b) in the complex plane

      alt text

    1. Conjugate: The conjugate of a complex number is the number with the same real part and an imaginary part equal in magnitude but opposite in sign

      alt text

    1. Argument: The argument of a complex number C=a+ ib is defined by this

      But for this task you can simply take it as,

      alt text

Here is a resource to help you with the underlying maths behind these operations.

Pre-requisites

  • Data structures
  • Working knowledge with class and functions
  • Working knowledge of operators in python
  • Application of basic mathematics

Note:

  • You are not allowed to use any internal complex number library or a python package that handle complex numbers.
  • You can use other internal libraries if you like.

python_guided_project's People

Contributors

volcas avatar alex19427 avatar cchopade avatar codebeast77 avatar bhattbhavesh91 avatar rohanunni avatar

Watchers

James Cloos 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.