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 --- 462/CH5/EX5.1/ex_5_1.sce | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 462/CH5/EX5.1/ex_5_1.sce (limited to '462/CH5/EX5.1/ex_5_1.sce') diff --git a/462/CH5/EX5.1/ex_5_1.sce b/462/CH5/EX5.1/ex_5_1.sce new file mode 100755 index 000000000..e46e86d86 --- /dev/null +++ b/462/CH5/EX5.1/ex_5_1.sce @@ -0,0 +1,14 @@ +//exmaple 5.1(c)// +//simplification of an equation// +clc +//clears the screen// +clear +//clears already existing variables// +disp('given=> Y=(A+BC)(B+C''A)') +//given in the question// +disp('on multiplication we get') +disp('Y=AB+AC''+BC') +disp('on further simplification we get') +disp('BC+AC''') +//answer after simplification// +//as per theorem 1.19 given in the question// \ No newline at end of file -- cgit