MartinPJorge / RSTC-queueing-slides

Queueing theory slides for RSTC subject

Home Page:https://www.upm.es/comun_gauss/publico/guias/2022-23/2S/GA_09TT_95000023_2S_2022-23.pdf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RSTC queuing slides

These slide set corresponds to the 2nd half of the RSTC subject at UPM. In particular the slide set comprises:

tema-5
tema-6
tema-7
tema-8

Slides

You can find the slides under each tema-N. For example

tema-5/
  tema-5.pdf

contains the slide set of tema-5.

Assignments

Each tema-N has its assignment at, e.g.:

tema-5/
  ejercicio-alumno.pdf

You can fill the assignments using LaTeX replacing the missing input inside tema-5/ejercicio-alumno.tex, e.g. replace

    \begin{solucion}
        \input{../../RSTC-solutions/tema-5/solucion-problema-1.tex}
    \end{solucion}

by

    \begin{solucion}
       $e = m c^2$ 
    \end{solucion}

and then activate the flag to show your solutions inside tema-5/ejercicio-alumno.tex:

\setboolean{show}{true}   % <-- uncomment
%\setboolean{show}{false} % <-- comment

Then it is enough to go inside the directory and compile the LaTeX:

cd tema-5
pdflatex ejercicio-alumno.tex

this will produce the PDF file with your assignment.

LICENSE

Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0).

Beware that you may not use the material for commercial purposes.

About

Queueing theory slides for RSTC subject

https://www.upm.es/comun_gauss/publico/guias/2022-23/2S/GA_09TT_95000023_2S_2022-23.pdf

License:Other


Languages

Language:TeX 100.0%