From 9c2e0d2d6d4a59b1a8cc34a98e416f97f67364df Mon Sep 17 00:00:00 2001 From: Christian Kolset Date: Wed, 5 Feb 2025 12:16:42 -0700 Subject: restructured tutorial/readme.md to reflect course overview --- tutorials/readme.md | 46 +++++++++++++++++++++------------------------- 1 file changed, 21 insertions(+), 25 deletions(-) (limited to 'tutorials/readme.md') diff --git a/tutorials/readme.md b/tutorials/readme.md index d5eb431..d8f7f42 100644 --- a/tutorials/readme.md +++ b/tutorials/readme.md @@ -2,35 +2,31 @@ This directory contains all the tutorials. ## Table of Content - -### 1.0 Introduction to Anaconda -- [1.1 installing_anaconda.md](1.1_installing_anaconda.md) -- [1.2 intro_to_anaconda.md](1.2_intro_to_anaconda.md) -- [1.3 version_control.md](1.3_version_control.md) - -- 1.x_open-source_software - -### 2.0 Spyder -- [2.1 Getting started with Spyder](2.1_spyder_getting_started.md) +### 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) -- - -### 3.0 Programming in Python -- [3.1 basics_of_python.md](3.1_basics_of_python.md) -- [3.x_Arrays](3.x_arrays.md)[Numpy] -- Plotting [Matplotlib] -- Control Structures - - Decisions/If conditions - - Loops -- [3.x_Functions](3.x_Functions.md) -- [3.x_Classes/Objects](3.x_Classes_and_Objects.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) -### 4.0 Numerical Methods -- Introduction to Numerical Methods - - What is Numerical? - - How does it work? [Error] +### 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 -- cgit v1.2.3