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 --- 165/CH5/EX5.1/ex5_1.sce | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 165/CH5/EX5.1/ex5_1.sce (limited to '165/CH5/EX5.1/ex5_1.sce') diff --git a/165/CH5/EX5.1/ex5_1.sce b/165/CH5/EX5.1/ex5_1.sce new file mode 100644 index 000000000..338da18e6 --- /dev/null +++ b/165/CH5/EX5.1/ex5_1.sce @@ -0,0 +1,9 @@ +//Example 5.1 +clc; + +R=100*10^3; //Given value of resistence +C=1*10^-6; //Given value of Capacitor +Vin=1; //Input Voltage +t=1; //Given time +Vo=Vin*t/(R*C); //Output Voltage after time t +disp(Vo,'Output Voltage') \ No newline at end of file -- cgit