blob: d8f7f425f3a1d4767183b37113f7c730bb9e9630 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
# Tutorials
This directory contains all the tutorials.
## Table of Content
### Introductory Programming Concepts
- [Installing Anaconda](1.1_installing_anaconda.md)
- [Intro to Anaconda](1.2_intro_to_anaconda.md)
- [Getting started with Spyder](2.1_spyder_getting_started.md)
- [Fundamentals of Computing](fundamentals_of_programming.md)
- [Open source_software](open_source_software.md)
- [Basics of python](3.1_basics_of_python.md)
- [Arrays](3.x_arrays.md)
- [Control Structures](control_structures.md)
- [Functions](3.x_Functions.md)
- [Classes/Objects](3.x_Classes_and_Objects.md)
### Algorithm Developments for ME
- [Version Control](1.3_version_control.md)
- [Introduction to Numerical Methods](intro_to_numerical_methods.md)
- Roots and Optimization
- Systems of Equations and LU Decomposition
- Linear Regression
- Numerical Integration
- Ordinary Differential Equations
### Applications of Computational Mathematics in ME
### Data Analysis of Processing
- [Plotting](plotting.md)
### Numerical Methods
|