diff options
Diffstat (limited to '226/CH2/EX2.12/example12_sce.sce')
-rwxr-xr-x | 226/CH2/EX2.12/example12_sce.sce | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/226/CH2/EX2.12/example12_sce.sce b/226/CH2/EX2.12/example12_sce.sce new file mode 100755 index 000000000..a7fbf7ac2 --- /dev/null +++ b/226/CH2/EX2.12/example12_sce.sce @@ -0,0 +1,13 @@ +//chapter 2
+//example 2.12
+//page 53
+printf("\n")
+printf("given")
+disp("A")
+trr=10*10^-9;
+tf=10*trr*10^9
+printf("minimum fall times is %dns\n",tf)
+disp("B)")
+trr=3;
+tf=10*trr;
+printf("minimum fall times is %dns\n",tf)
\ No newline at end of file |