From c08f5b67e5dbb0782d6b4537feb6656b39611379 Mon Sep 17 00:00:00 2001 From: "Ryan C. Cooper" Date: Mon, 20 Jan 2020 13:41:21 -0500 Subject: [PATCH] added syllabus pdf --- README.md | 2 ++ docs/index.html | 1 + docs/me3255S2020_syllabus.pdf | Bin 0 -> 125429 bytes 3 files changed, 3 insertions(+) create mode 100644 docs/me3255S2020_syllabus.pdf diff --git a/README.md b/README.md index 7075dc1..de0f96b 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,8 @@ computational methods to solve those problems. [View the Syllabus](./syllabus.html) +[Print the Syllabus](./me3255S2020_syllabus.pdf) + [CompMech01-Getting Started](https://github.uconn.edu/rcc02007/CompMech01-Getting-started) diff --git a/docs/index.html b/docs/index.html index e81fc60..9a8326d 100644 --- a/docs/index.html +++ b/docs/index.html @@ -23,6 +23,7 @@

Computational Mechanics

Each learning modules is made up of three or four lesson, written as a Jupyter notebooks. We address an area of application or skills in computing in each notebook and each module has an overall objective. We use Python as the programming language.

The overall goal of the course is learn to frame engineering problems as computational methods. Once we can communicate our engineering problems to Python code (or any other computer language) we can use standardized computational methods to solve those problems.

View the Syllabus

+

Print the Syllabus

CompMech01-Getting Started