diff options
Diffstat (limited to '3648/CH19/EX19.4')
-rw-r--r-- | 3648/CH19/EX19.4/Ex19_4.sce | 5 | ||||
-rw-r--r-- | 3648/CH19/EX19.4/Ex19_4.txt | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/3648/CH19/EX19.4/Ex19_4.sce b/3648/CH19/EX19.4/Ex19_4.sce new file mode 100644 index 000000000..9c2fc8c91 --- /dev/null +++ b/3648/CH19/EX19.4/Ex19_4.sce @@ -0,0 +1,5 @@ +//Example 19_4
+clc();
+clear;
+//To Calculate the value of selfinductance
+printf("The Self Inductance is L=Uo*n^2*D*A")
diff --git a/3648/CH19/EX19.4/Ex19_4.txt b/3648/CH19/EX19.4/Ex19_4.txt new file mode 100644 index 000000000..70890dfce --- /dev/null +++ b/3648/CH19/EX19.4/Ex19_4.txt @@ -0,0 +1 @@ + The Self Inductance is L=Uo*n^2*D*A
\ No newline at end of file |