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 --- 3836/CH13/EX13.1/Ex13_1.sce | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 3836/CH13/EX13.1/Ex13_1.sce (limited to '3836/CH13/EX13.1/Ex13_1.sce') diff --git a/3836/CH13/EX13.1/Ex13_1.sce b/3836/CH13/EX13.1/Ex13_1.sce new file mode 100644 index 000000000..75c025f1a --- /dev/null +++ b/3836/CH13/EX13.1/Ex13_1.sce @@ -0,0 +1,11 @@ +clear +//Initialization +c=10*10**-6 //capacitance in Farad +v=10 //voltage + +//Calculation +q=c*v //charge in coulomb + +//Results +printf("\n Charge, q = %.1f uC",q*10**6) + -- cgit