Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.26 KB

README.md

File metadata and controls

26 lines (18 loc) · 1.26 KB

COE352 Homeworks

This repository contains the homework files for COE 352 "Advanced Scientific Computing"

See each homework README for detailed explanation of each homework

Contents

hw3

Homework 3, this directory contains the following scripts:

  • backwardEuler.py: preforms Backward Euler time discretions for the given initial value problem
  • forwardEuler.py: preforms Forward Euler time discretions for the given initial value problem
  • trapezoidal.py: preforms Trapezoidal Method time discretions for the given initial value problem

Homework 3 Submission

hw4

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 4 Submission

hw5

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].

Homework 5 Submission

Jackson Thetford The University of Texas at Austin | Fall 2023