git-lu / models-and-simulations

Repository with material from the Models and Simulations course from FAMAF-UNC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

models-and-simulations

This repository contains the implementations of different algorithms studied in the course.

Installation:

  1. Install conda:

https://docs.conda.io/projects/conda/en/latest/user-guide/install/linux.html

  1. Clone the repository and type in your terminal:
conda env create -f modelos.yml
  1. For some of the plots to display properly, you need to have latex installed in your computer:
  • On ubuntu:
sudo apt-get install texlive-full

For better visualization of the contents in the notebooks, install Table of Contents for Jupyter Lab or Table of Contents for Jupyter Notebook

About

Repository with material from the Models and Simulations course from FAMAF-UNC


Languages

Language:Jupyter Notebook 97.2%Language:Python 2.8%