diff --git a/written_assignments/Assignment 7 Group 12.tex b/written_assignments/Assignment 7 Group 12.tex new file mode 100644 index 0000000..4c51730 --- /dev/null +++ b/written_assignments/Assignment 7 Group 12.tex @@ -0,0 +1,35 @@ +\documentclass[10pt,a4paper]{article} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\usepackage{amsmath} +\usepackage{amsfonts} +\usepackage{amssymb} +\usepackage{graphicx} +\usepackage[width=17.00cm, height=25.00cm]{geometry} +\title{Computer Graphics WS 22/23 \\ + Assignment 7 \\ + Group 12} +\begin{document} +\maketitle +\section*{7.2 Radiometry} +We use the following equation to calculate the emitted radiance: +\begin{math} +L_e(x,w_o) = \frac{P}{4*\pi*r^2} +\end{math} +where P = 60W radiant power and r = 3cm radius. +\[ +L_e(x,w_o) = \frac{60W}{4*\pi*(3cm)^2} += 5305 W/m^2 +\] +\section*{7.4 Content comprehension} + \begin{enumerate} + \item a) True + \item b) false + \item c) True + \item d) True + \item e) True + \item f) True + \item g) False + \item h) True + \end{enumerate} +\end{document} \ No newline at end of file