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 --- 3753/CH3/EX3.7/Ex3_7.sce | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 3753/CH3/EX3.7/Ex3_7.sce (limited to '3753/CH3/EX3.7/Ex3_7.sce') diff --git a/3753/CH3/EX3.7/Ex3_7.sce b/3753/CH3/EX3.7/Ex3_7.sce new file mode 100644 index 000000000..4482d379e --- /dev/null +++ b/3753/CH3/EX3.7/Ex3_7.sce @@ -0,0 +1,14 @@ +//Example number 3.7, Page number 3.34 + +clc;clear;close + +// Variable declaration +e=1.6*10**-19 // eV +V=1*10 // in m^3 +h=6.625*10**-34 + +// Calculations +v=(2*e*V**-3)/h // Hz + +// Result +printf("Frequency of generated microwaves = %.2e Hz",v) -- cgit