Python Data Types - Complex

     c=5+4j

    Can you imagine value that above variable "c" stores is a number of special data type called "complex". here '5+4j' is whole a number. Such numbers are generally used to perform complex arithmetic and scientific operations. 

    Engineers who construct a bridges specially hanging bridges must need to consider the factor oscillations. means how the bridge will move(react) if there is a wind. These oscillations are calculated using the formula,


Comments

Popular posts from this blog

Python Data Types - float

Python Data Types - int