summaryrefslogtreecommitdiff
path: root/995/CH3/EX3.16/Ex3_16.sce
blob: 1f1001f61f77624c6c513dd553774c5f9704e864 (plain)
1
2
3
4
5
6
7
//Ex:3.16
clc;
clear;
close;
V_s=5;//in volts
V_c=0.8647*V_s;
printf("Inductor voltage = %f V",V_c);