chillmatin / ceng216-numerical-analysis

Matin Huseynzade's side projects and homework solutions related to Numerical Analysis class.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ceng216-numerical-analysis

Matin Huseynzade's side projects and homework solutions related to Numerical Analysis class.

bisection_method.py

Demonstration

  • For now, program assumes all the inputs to be correct.
  • All the definitions in built in python and in math library can be used to enter expressions

bisection_method

fixed_point_iteration.py

  • Demonstrating how cos() function converges into a fixed point value after doing a fixed point iteration

Demonstration

  • input is assumed to be in radian

Fixed Point Iteration

  • Here is the cobweb diagram of cos(x) plotted from the iteration that converges into Fixed Point

Cobweb Diagram

About

Matin Huseynzade's side projects and homework solutions related to Numerical Analysis class.


Languages

Language:Python 100.0%