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 --- 1271/CH18/EX18.3/3.txt | 5 +++++ 1271/CH18/EX18.3/example18_3.sce | 9 +++++++++ 2 files changed, 14 insertions(+) create mode 100755 1271/CH18/EX18.3/3.txt create mode 100755 1271/CH18/EX18.3/example18_3.sce (limited to '1271/CH18/EX18.3') diff --git a/1271/CH18/EX18.3/3.txt b/1271/CH18/EX18.3/3.txt new file mode 100755 index 000000000..b04f60881 --- /dev/null +++ b/1271/CH18/EX18.3/3.txt @@ -0,0 +1,5 @@ + # PROBLEM 3 # +Standard formula used + B = mu_0*H + + Percentage increase in magnetic induction is 0.001200 percent. diff --git a/1271/CH18/EX18.3/example18_3.sce b/1271/CH18/EX18.3/example18_3.sce new file mode 100755 index 000000000..504b30070 --- /dev/null +++ b/1271/CH18/EX18.3/example18_3.sce @@ -0,0 +1,9 @@ +clc +// Given that +X = 1.2e-5 // magnetic susceptibility of magnesium +// Sample Problem 3 on page no. 18.22 +printf("\n # PROBLEM 3 # \n") +printf("Standard formula used \n ") +printf(" B = mu_0*H \n") +p = 100 * X +printf("\n Percentage increase in magnetic induction is %f percent.",p) -- cgit