Skip to content

splineguy/scientific-computing-course

Repository files navigation

Scientific Computing — Open Course Materials

Course splash image

Complete materials for CS 4328: Scientific Computing, a five-week intensive undergraduate course taught at Texas Tech University (Summer 2026) by Dr. Scott R. Franklin. Released as an Open Educational Resource (OER) for any instructor or student who finds them useful.

The course covers the core of a numerical methods curriculum — floating-point arithmetic and error, Taylor approximation, root finding, numerical calculus, numerical linear algebra (LU, QR, iterative methods), ODEs (Euler, midpoint, RK4), and PDEs — in an inquiry-based, project-driven format: by-hand worksheets first, then Python in Jupyter/Colab notebooks.

Background reading: Teaching Scientific Computing in Five Weeks — the story of the course and its design decisions.

Live demos: interactive browser versions of the number-guessing (bisection) game, dodgeball aimer, and heated rod are described in the blog post; source is in demos/.

Textbook

The course follows Eric Sullivan, Numerical Methods: An Inquiry-Based Approach with Python (open access): https://numericalmethodssullivan.github.io/. The book is CC BY-NC-SA 4.0 and is not redistributed here — use the link above. Several activities and projects in this repository are adapted from it (e.g., the Dodgeball Aiming project adapts Sullivan's Artillery problem).

What's here

  • lectures/ — Jupyter/Colab lecture notebooks, teaching-notes versions, and by-hand worksheets (with build scripts)
  • homework/ — homework notebooks (with build scripts)
  • projects/ — Dodgeball Aiming (root finding), Heat in a Rod Three Ways (linear algebra), capstone team project, graduate build-and-benchmark project, peer-evaluation tooling
  • quizzes/ — concept checks and exit tickets in plain-text text2qti format plus Canvas-ready QTI .zip exports
  • exams/ — review activities and announcement templates
  • kahoots/ — Kahoot bulk-import spreadsheets for review games
  • tophat/ — TopHat activity files
  • demos/ — self-contained HTML/JS interactive demos
  • prompts/ — the generation prompt templates behind the reproducible content pipeline
  • docs/ — syllabus and schedule
  • Assets/ — course imagery

The reproducible pipeline

Slides, worksheets, quizzes, and review activities are generated from source by Python scripts (build_*.py throughout) rather than hand-assembled: fix an error once, rebuild everything. Quizzes are plain text converted to Canvas-ready QTI packages with text2qti; Kahoot and TopHat activities pull from the same canonical question sets. The prompt templates in prompts/ document the generation conventions.

Getting started

python -m venv ~/venvs/course-tools
source ~/venvs/course-tools/bin/activate
pip install -r requirements.txt
# or: conda env create -f environment.yml

Rebuild a QTI quiz package after editing its .txt source:

text2qti quizzes/<filename>.txt

Notebooks run anywhere Jupyter does, including Google Colab with no local setup.

What's not here

Answer keys (homework, worksheets, projects) and exam item banks are excluded so the assessments stay reusable. Verified instructors may request them — contact me via my blog or open an issue with your institutional affiliation.

License

© Scott R. Franklin. Licensed under Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0) — see LICENSE.md.

Materials adapted from Eric Sullivan's Numerical Methods: An Inquiry-Based Approach with Python carry the same license with attribution to Eric Sullivan, Mathematics Faculty, Carroll College.

Texas Tech University marks and logos in Assets/ are the property of Texas Tech University and are not covered by the CC license; replace them with your own institution's branding when adapting these materials.

About

Open course materials for a five-week intensive Scientific Computing course (CS 4328, Texas Tech): inquiry-based Jupyter/Colab notebooks, by-hand worksheets, projects, quizzes, and interactive demos covering root finding, numerical calculus, linear algebra, ODEs, and PDEs. CC BY-NC-SA 4.0.

Topics

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors