summaryrefslogtreecommitdiff
path: root/165/CH5/EX5.4/ex5_4.sce
diff options
context:
space:
mode:
Diffstat (limited to '165/CH5/EX5.4/ex5_4.sce')
-rw-r--r--165/CH5/EX5.4/ex5_4.sce8
1 files changed, 8 insertions, 0 deletions
diff --git a/165/CH5/EX5.4/ex5_4.sce b/165/CH5/EX5.4/ex5_4.sce
new file mode 100644
index 000000000..8a67b1cc1
--- /dev/null
+++ b/165/CH5/EX5.4/ex5_4.sce
@@ -0,0 +1,8 @@
+//Example 5.4
+clc;
+
+Vin=2; //Input Voltage
+Vr=10; //Reference Voltage
+t1=2; //given time
+t2=Vin*t1/Vr;
+disp(t2,'Time Interval t2 is') \ No newline at end of file