blob: 6d066640d2e6843a79c38f3e2f9ff1ee5da03f7b (
plain)
1
2
3
4
5
|
//Example 1_10 page no:13
clc
V=50*(10/(10+5))//applying voltage divider rule to the given circuit
disp(V,"Voltage across 10ohm resistor(in V)")
//in textbook the voltage is rounded to 1 digit
|