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 --- 3636/CH11/EX11.7/Ex11_7.sce | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 3636/CH11/EX11.7/Ex11_7.sce (limited to '3636/CH11/EX11.7/Ex11_7.sce') diff --git a/3636/CH11/EX11.7/Ex11_7.sce b/3636/CH11/EX11.7/Ex11_7.sce new file mode 100644 index 000000000..769cae52b --- /dev/null +++ b/3636/CH11/EX11.7/Ex11_7.sce @@ -0,0 +1,11 @@ +clear; +clc; +VBB=24 //in V +r1=3 //in k-ohm +r2=5 //in k-ohm + +//Calculation +n=r1/(r1+r2) +VP=(n*VBB)+0.7 + +mprintf("peak-point voltage= %1.1f V",VP) -- cgit