blob: a264514bc71fa4db5c30b816c80e87c95a7f884c (
plain)
1
2
3
4
5
6
|
//Example 22_5
clc();
clear;
//At what angle does the light emerges from the bottom of the dish
printf("We have Theta1=Theta4 \nWhich shows that A uniform layer of transparent material does not change the direction of the beam of light")
|