summaryrefslogtreecommitdiff
path: root/2681/CH1/EX1.12/Ex1_12.sce
diff options
context:
space:
mode:
Diffstat (limited to '2681/CH1/EX1.12/Ex1_12.sce')
-rwxr-xr-x2681/CH1/EX1.12/Ex1_12.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/2681/CH1/EX1.12/Ex1_12.sce b/2681/CH1/EX1.12/Ex1_12.sce
new file mode 100755
index 000000000..55976ed4d
--- /dev/null
+++ b/2681/CH1/EX1.12/Ex1_12.sce
@@ -0,0 +1,10 @@
+//find the frequency of the wave
+//given
+clc
+t1=100d-12
+t2=500d-12
+t3=1d-9
+f1=t1^-1
+f2=t2^-1
+f3=t3^-1
+disp(f3*1D-9,f2*1D-9,f1*1D-9,'the frequencies respectively')//in GHz