summaryrefslogtreecommitdiff
path: root/2075/CH6/EX6.10/pe6_10.sce
diff options
context:
space:
mode:
Diffstat (limited to '2075/CH6/EX6.10/pe6_10.sce')
-rwxr-xr-x2075/CH6/EX6.10/pe6_10.sce8
1 files changed, 8 insertions, 0 deletions
diff --git a/2075/CH6/EX6.10/pe6_10.sce b/2075/CH6/EX6.10/pe6_10.sce
new file mode 100755
index 000000000..a313edb19
--- /dev/null
+++ b/2075/CH6/EX6.10/pe6_10.sce
@@ -0,0 +1,8 @@
+//example 6.10
+clc; funcprot(0);
+// Initialization of Variable
+I=40;//current
+Q=44;//nC
+t=Q/I;
+disp(t,"time in micro s:")
+clear()