Pankaj(ADS)

Featured post

Python Codes for Electric Potential

Python Codes for Electric Potential Code:- import numpy as np import math import matplotlib.pyplot as plot ''' Calculating Elect...

Tuesday 29 June 2021

0 comments
 Matlab Program Circuit Solutions(Dependent Source) Find the power dissipated by the 8 Ohm resistor and the current supplied by the 10-volt ...

0 comments
 Python Program for Matrix Multiplication import numpy as np import math #------Python Program for Matix Multiplication-----# # take a 2x3 m...

0 comments
 Python Codes for (Geometric & Arthematic Progression) Arthematic Progression Code1:- import numpy as np import math #......Python progr...