{
 "cells": [
  {
   "cell_type": "markdown",
   "metadata": {},
   "source": [
    "# Modeling and Simulation of Complex Power Systems\n",
    "\n",
    "## Simulation Examples\n",
    "\n",
    "The following notebooks are currently available: \n",
    "\n",
    "Lecture Examples:\n",
    "- [Lecture 2 - Modified Nodal Analysis - without DPsim](./lectures/02_NA_MNA/Lecture_SimExample_MNA_withoutDPsim.ipynb)\n",
    "- [Lecture 2 - Modified Nodal Analysis - with DPsim](./lectures/02_NA_MNA/Lecture_SimExample_MNA_DPsim.ipynb)\n",
    "- [Lecture 3 - Resistive Companion](./lectures/03_ResistiveCompanion/Lecture_SimExample_ResistiveCompanion_automated.ipynb)\n",
    "- [Lecture 4 - Nonlinear Resistive Companion](./lectures/04_NLResistiveCompanion/Lecture_SimExample_NLResistiveCompanion.ipynb)\n",
    "- [Lecture 5 - State Space Equations](./lectures/05_StateSpace/Lecture_SimExample_StateSpace.ipynb)\n",
    "- [Lecture 8 - Dynamic Phasors](./lectures/08_DecoupledELMESim/Lecture_SimExample_DecoupledELMESim.ipynb)\n",
    "- [Lecture 9 - Diakoptics](./lectures/09_Diakoptics/Lecture_SimExample_Diakoptics.ipynb)\n",
    "- [Lecture 9 - LIM](./lectures/09_LIM/Lecture_SimExample_LIM.ipynb)\n",
    "- [Lecture 11 - Uncertain System Analysis](./lectures/11_UncertainSystemAnalysis/Lecture_SimExample_UncertainSystemAnalysis.ipynb)\n",
    "\n",
    "Exercise Examples:\n",
    "- [Exercise 3 - Resistive Companion - Task 1](./exercises/03_ResistiveCompanion/Exercise_SimExample_ResistiveCompanion_Task1.ipynb)\n",
    "- [Exercise 4 - Numerical Integration - Task 2](./exercises/04_NumInt/Exercise_SimExample_NumInt.ipynb)\n",
    "- [Exercise 7 - Diakoptics](./exercises/07_Diakoptics/Exercise_SimExample_Diakoptics.ipynb)\n",
    "- [Exercise 8 - LIM](./exercises/08_LIM/Exercise_SimExample_LIM.ipynb)\n",
    "\n",
    "\n",
    "## Helping Material\n",
    "\n",
    "### Notebooks\n",
    "\n",
    "Learn how to work with the notebooks by accessing the extensive information under **Help** in the navigation bar. \n",
    "As a first starting point you might refer to **Help>Notebook Reference**, where you can find **Notebook Examples** in the user documentation. Important basics are covered in the following sections:\n",
    "\n",
    "- Notebook Basics\n",
    "- Running Code\n",
    "- Markdown Cells\n",
    "\n",
    "### Python\n",
    "\n",
    "If you need an introduction to the Python language, the **Beginners Guide** under **Help>Python Reference** links to lots of tutorials depending on your previous knowledge.\n",
    "\n",
    "### IPython\n",
    "As a more advanced user, you can benefit from the fact that Jupyter Notebooks run an **IPython** kernel, which comes with additional features with respect to the standard **Python** kernel. To learn more about these features, you can follow under **Help>IPython Reference** the link **IPython documentation** and have a look into **Tutorial>Introducing IPython**.\n",
    "\n",
    "### Contact\n",
    "Any questions can be adressed to\n",
    "[acs-teaching-mscps@eonerc.rwth-aachen.de](mailto:acs-teaching-mscps@eonerc.rwth-aachen.de)"
   ]
  },
  {
   "cell_type": "code",
   "execution_count": null,
   "metadata": {},
   "outputs": [],
   "source": []
  }
 ],
 "metadata": {
  "kernelspec": {
   "display_name": "Python 3",
   "language": "python",
   "name": "python3"
  },
  "language_info": {
   "codemirror_mode": {
    "name": "ipython",
    "version": 3
   },
   "file_extension": ".py",
   "mimetype": "text/x-python",
   "name": "python",
   "nbconvert_exporter": "python",
   "pygments_lexer": "ipython3",
   "version": "3.7.3"
  }
 },
 "nbformat": 4,
 "nbformat_minor": 4
}