This repository contains the homework files for COE 352 "Advanced Scientific Computing"
See each homework README for detailed explanation of each homework
Homework 3, this directory contains the following scripts:
backwardEuler.py
: preforms Backward Euler time discretions for the given initial value problemforwardEuler.py
: preforms Forward Euler time discretions for the given initial value problemtrapezoidal.py
: preforms Trapezoidal Method time discretions for the given initial value problem
Homework 4, this directory contains a Python script bisection.py
that uses the Bisection Method to find an approximate root of a function within a specified interval.
Homework 5, this directory contains Python scripts galerkin.py
and lagrangian.py
that perform the galerkin and lagrangian finite element approximations on a 1 dimensional grid [0, 1].
Jackson Thetford The University of Texas at Austin | Fall 2023