summaryrefslogtreecommitdiff
path: root/24/CH29/EX29.6
diff options
context:
space:
mode:
authorpriyanka2015-06-24 15:03:17 +0530
committerpriyanka2015-06-24 15:03:17 +0530
commitb1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch)
treeab291cffc65280e58ac82470ba63fbcca7805165 /24/CH29/EX29.6
downloadScilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.gz
Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.bz2
Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.zip
initial commit / add all books
Diffstat (limited to '24/CH29/EX29.6')
-rwxr-xr-x24/CH29/EX29.6/Example29_6.sce11
-rwxr-xr-x24/CH29/EX29.6/Example29_6_result.txt2
2 files changed, 13 insertions, 0 deletions
diff --git a/24/CH29/EX29.6/Example29_6.sce b/24/CH29/EX29.6/Example29_6.sce
new file mode 100755
index 000000000..dcfaeb950
--- /dev/null
+++ b/24/CH29/EX29.6/Example29_6.sce
@@ -0,0 +1,11 @@
+//Given that
+i = 28 //in A
+LD = 46.6*10^-3 //in kg/m
+g = 9.8 //in m/s^2
+
+//Sample Problem 29-6
+printf("**Sample Problem 29-6**\n")
+L = 1 //(say)
+m = LD*L
+B = m*g/i/L
+printf("The minimum magnetic field required to suspend the wire is equal to %eT", B) \ No newline at end of file
diff --git a/24/CH29/EX29.6/Example29_6_result.txt b/24/CH29/EX29.6/Example29_6_result.txt
new file mode 100755
index 000000000..9c9b11b99
--- /dev/null
+++ b/24/CH29/EX29.6/Example29_6_result.txt
@@ -0,0 +1,2 @@
+**Sample Problem 29-6**
+The minimum magnetic field required to suspend the wire is equal to 1.631000e-002T \ No newline at end of file