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

Sunday 25 July 2021

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

Thursday 22 July 2021

0 comments
 Python Code For (Load Flow Analysis) Bus Admittance Matrix or Y_Bus import scipy from numpy import array import math #---------------------...

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

Monday 26 April 2021

0 comments
 Python Codes (Calculation of Circuit Parameters) The following article contains the python code for calculating electrical circuit paramete...

Friday 23 April 2021

0 comments
 Reciprocity Theorem (Matlab Simulink Model) Definition:- According to reciprocity theorem that ration of output and input is  constant  eve...

Thursday 22 April 2021

0 comments
Maximum Power Transfer Theorem Maximum power transfer theorem when load resistance RL is equal to source resistance is verified in matlab. C...

Wednesday 21 April 2021

0 comments
 Matlab Codes (RC -Transients Circuits) Plotting RC transient analysis of  C = 10 μF, use MATLAB to plot the voltage across the capacitor if...

0 comments
 First Order Control System(Unit Step Input) The Simulink model Contains the Block Diagram of Response of First Order Control System with Un...