Skip to content

Latest commit

 

History

History
90 lines (73 loc) · 4.89 KB

File metadata and controls

90 lines (73 loc) · 4.89 KB

Computer methods in engineering

About this repository

This repository contains materials for the course TPG4155 - Computer Methods in Engineering. All material is stored as jupyter notebook files. Please install jupyter notebook from the jupyter website if you want to run the Python codes on your own.

Content

Introduction

Differential equations

Optimization

Automation

  • Introduction
  • Dynamic processes [Exercise: Create dynamic model to be used later]
  • Signal processing
    • Moving average and median filters
    • Low-pass filter
  • Proportional–integral–derivative controller [Exercise tank model]

Machine learning