Skip to content

lucamazzza/NumericAlgorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.