From 7f60ea012dd2524dae921a2a35adbf7ef21f2bb6 Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Tue, 10 Oct 2017 12:27:19 +0530 Subject: initial commit / add all books --- 3809/CH16/EX16.5/EX16_5.sce | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 3809/CH16/EX16.5/EX16_5.sce (limited to '3809/CH16/EX16.5/EX16_5.sce') diff --git a/3809/CH16/EX16.5/EX16_5.sce b/3809/CH16/EX16.5/EX16_5.sce new file mode 100644 index 000000000..06581c30a --- /dev/null +++ b/3809/CH16/EX16.5/EX16_5.sce @@ -0,0 +1,13 @@ +//Chapter 16, Example 16.5 + +clc +//Initialisation +dv=20 //change in voltage w.r.t time +t=10*10**-3 //time in sec + +//Calculation +vc=t*dv //peak ripple voltage on capacitor + +//Results +printf("Peak Ripple Voltage = %.1f V",vc) + -- cgit