blob: 9d429545245675f56b7345482dbeb200d3562716 (
plain)
1
2
3
4
5
6
|
//Example 2_17 page no:84
clc
src_volt=50//in volt
internal_resistance=30//in ohm
equ_current_src=src_volt/internal_resistance
disp(equ_current_src,"equivalent current source is (in ampere)")
|