1 2 3 4 5 6 7 8 9
//example 3.5 clc; funcprot(0); // Initialization of Variable Vp=15; Cd=.35; f=100000; V=Vp*Cd^.5; disp(V,"rms voltage in V") clear()