diff options
Diffstat (limited to '275/CH2/EX2.2.35/Ch2_2_35.sce')
-rwxr-xr-x | 275/CH2/EX2.2.35/Ch2_2_35.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/275/CH2/EX2.2.35/Ch2_2_35.sce b/275/CH2/EX2.2.35/Ch2_2_35.sce new file mode 100755 index 000000000..a5e1c0c5e --- /dev/null +++ b/275/CH2/EX2.2.35/Ch2_2_35.sce @@ -0,0 +1,9 @@ +clc
+disp("Example 2.35")
+printf("\n")
+disp("Calculate the capacitance")
+f=50
+RL=500
+r=0.1
+C=1/(2*sqrt(3)*f*RL*0.1)
+printf("Capacitance value=\t%f Farad\n",C)
|