From 7217fc6411a1bc1951d4061014fea634aff627a7 Mon Sep 17 00:00:00 2001 From: Eugeniy Mikhailov Date: Tue, 17 Sep 2013 17:37:36 -0400 Subject: added abcd calculation for a mirror --- abcd_mirror.m | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 abcd_mirror.m diff --git a/abcd_mirror.m b/abcd_mirror.m new file mode 100644 index 0000000..6d28308 --- /dev/null +++ b/abcd_mirror.m @@ -0,0 +1,7 @@ +function abcd =abcd_mirror(radius_of_curvature) +% abcd matrix of the mirror with given radius of curvature +% it is equivalent to a lens with f=R/2 + abcd = abcd_lens(radius_of_curvature/2); +end + + -- cgit v1.2.3