summaryrefslogtreecommitdiff
path: root/1316/CH1/EX1.13/example1_13.sce
diff options
context:
space:
mode:
Diffstat (limited to '1316/CH1/EX1.13/example1_13.sce')
-rw-r--r--1316/CH1/EX1.13/example1_13.sce12
1 files changed, 12 insertions, 0 deletions
diff --git a/1316/CH1/EX1.13/example1_13.sce b/1316/CH1/EX1.13/example1_13.sce
new file mode 100644
index 000000000..46d36c187
--- /dev/null
+++ b/1316/CH1/EX1.13/example1_13.sce
@@ -0,0 +1,12 @@
+//Chapter 1
+//Example 1.13
+//Page 31
+
+clear;
+clc;
+
+TF=5;
+Temp_Res=0.2;
+
+//Calculation of required voltage resolution
+printf("The temperature change of 0.2 degree celcius will result in a voltage change of = %.1f mV",TF*Temp_Res);