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 --- 620/CH22/EX22.3/example22_3.sce | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 620/CH22/EX22.3/example22_3.sce (limited to '620/CH22/EX22.3/example22_3.sce') diff --git a/620/CH22/EX22.3/example22_3.sce b/620/CH22/EX22.3/example22_3.sce new file mode 100644 index 000000000..5bebed9c0 --- /dev/null +++ b/620/CH22/EX22.3/example22_3.sce @@ -0,0 +1,11 @@ +r=10^3; +c=10^(-6); +v=10; +disp("Part a"); +rate=v/(r*c); +disp("the initial rate of rise of capacitor voltage (in V/s) is");disp(rate); +disp("Part b"); +i=v/r; +disp("initial charging current (in mA) is"); disp(i*10^3); +disp("Part c"); +disp("final voltage (in V) is");disp(v); \ No newline at end of file -- cgit