summaryrefslogtreecommitdiff
path: root/569/CH4/EX4.9/4_9.sci
diff options
context:
space:
mode:
Diffstat (limited to '569/CH4/EX4.9/4_9.sci')
-rwxr-xr-x569/CH4/EX4.9/4_9.sci5
1 files changed, 5 insertions, 0 deletions
diff --git a/569/CH4/EX4.9/4_9.sci b/569/CH4/EX4.9/4_9.sci
new file mode 100755
index 000000000..aabf42e4e
--- /dev/null
+++ b/569/CH4/EX4.9/4_9.sci
@@ -0,0 +1,5 @@
+// Calculate the time constant
+ess=5;
+A=0.1;
+tc=ess/A;
+disp(tc,'time constant(s)') \ No newline at end of file