From b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b Mon Sep 17 00:00:00 2001 From: priyanka Date: Wed, 24 Jun 2015 15:03:17 +0530 Subject: initial commit / add all books --- 1823/CH2/EX2.5/SolEx2_5.sce | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 1823/CH2/EX2.5/SolEx2_5.sce (limited to '1823/CH2/EX2.5') diff --git a/1823/CH2/EX2.5/SolEx2_5.sce b/1823/CH2/EX2.5/SolEx2_5.sce new file mode 100755 index 000000000..dc2c0fea6 --- /dev/null +++ b/1823/CH2/EX2.5/SolEx2_5.sce @@ -0,0 +1,10 @@ + +//In the circuit D1 and D2 are ideal diodes. Find iD1 and iD2. +//Solved Example Ex2.5 page no 50 +clear +clc +printf("\n In the circuit D1 and D2 are ideal diodes. Find iD1 and iD2.") +Vs=5 //V +V2=3 //V +iD2=((Vs-V2)/500)*1000//mA +printf("\n iD2= %d mA",iD2) -- cgit