diff options
Diffstat (limited to '569/CH4/EX4.9')
-rwxr-xr-x | 569/CH4/EX4.9/4_9.sci | 5 |
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 |