Assignment 7.2, 7.4
This commit is contained in:
parent
1e6e77e84d
commit
227335f869
1 changed files with 35 additions and 0 deletions
35
written_assignments/Assignment 7 Group 12.tex
Normal file
35
written_assignments/Assignment 7 Group 12.tex
Normal file
|
@ -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}
|
Loading…
Reference in a new issue