diff options
Diffstat (limited to '3845/CH16/EX16.10/Ex16_10.sce')
-rw-r--r-- | 3845/CH16/EX16.10/Ex16_10.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/3845/CH16/EX16.10/Ex16_10.sce b/3845/CH16/EX16.10/Ex16_10.sce new file mode 100644 index 000000000..392d26c31 --- /dev/null +++ b/3845/CH16/EX16.10/Ex16_10.sce @@ -0,0 +1,9 @@ +//Example 16.10
+//Initial amplitude of waves = X
+//Amplitude of resulting wave = 2X
+//Intensity is proportional to amplitude^2
+I=1;//Initial intensity (W/m^2)
+I_prime=4*I;//Intensity of resulting wave after derivation (W/m^2)
+printf('Intensity of resulting wave = %0.2f W/m^2',I_prime)
+//Openstax - College Physics
+//Download for free at http://cnx.org/content/col11406/latest
|