Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 728 Bytes

File metadata and controls

16 lines (9 loc) · 728 Bytes

Numerical Algorithms

This repo contains two small projects, assigned by the Numerical Algorithms and Computational Instruments module @SUPSI.

Project 1 - Bracket Finder

The first project consists of a small implementation of a bracket finder, to support bracketing algorithms, like Bisection and False Position (Root Finding Algorithms).

Project 2 - SPLines

The second project consists of an implementation of different SPLines Algorithms (Quadratic & Cubic), and the relative visualization plots.