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 --- 3838/CH6/EX6.6.a/EX6_6_A.sce | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 3838/CH6/EX6.6.a/EX6_6_A.sce (limited to '3838/CH6/EX6.6.a') diff --git a/3838/CH6/EX6.6.a/EX6_6_A.sce b/3838/CH6/EX6.6.a/EX6_6_A.sce new file mode 100644 index 000000000..d68cfd28a --- /dev/null +++ b/3838/CH6/EX6.6.a/EX6_6_A.sce @@ -0,0 +1,7 @@ +//ex 6.6.a +clc; +E=(1/(1-(0.25)^(2))) +disp(E); +disp('AS THE ENERGY OF THE SIGNAL IS FINITE HENCE THE FOLLOWING SIGNALIS ENERGY SIGNAL'); + + -- cgit