diff options
Diffstat (limited to '181/CH3/EX3.25/example3_25.sce')
-rwxr-xr-x | 181/CH3/EX3.25/example3_25.sce | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/181/CH3/EX3.25/example3_25.sce b/181/CH3/EX3.25/example3_25.sce new file mode 100755 index 000000000..2ab38c79a --- /dev/null +++ b/181/CH3/EX3.25/example3_25.sce @@ -0,0 +1,10 @@ +// Devise a circuit
+// Basic Electronics
+// By Debashis De
+// First Edition, 2010
+// Dorling Kindersley Pvt. Ltd. India
+// Example 3-25 in page 169
+
+clear; clc; close;
+
+// The xcos diagram shows the devised circuit
\ No newline at end of file |