Three C++ projects assigned for the Numerical Methods for Electrical Engineering (EE 242) course in the Spring 2021 semester.
-
Updated
Aug 8, 2022 - C++
Three C++ projects assigned for the Numerical Methods for Electrical Engineering (EE 242) course in the Spring 2021 semester.
In numerical analysis, a numerical method is a mathematical tool designed to solve numerical problems. The implementation of a numerical method with an appropriate convergence check in a programming language is called a numerical algorithm
C++11 implementation of numerical algorithms described in Numerical Analysis by Richard L. Burden and J. Douglas Faires
Este programa aproxima las raíces de una función mediante el método de bisección utilizando un intervalo de inicio [a, b]
This repository contains a collection of numerical methods implemented in C++ , Python programming languages, designed to solve mathematical problems such as root-finding, interpolation, integration, and differential equations
From basic algorithms like Sieve, Bitwise-sieve, Segmnted-sieve, Modular Arithmetic, Big Mod to Primality test, CRT etc. all other advance number theory algorithms.
Numerical methods programs solution.
Contains implementation of some numerical analysis algorithms
This repository contains the projects for the "Numerical Methods for Electrical Engineers" course. The projects are implemented in C++ and cover key numerical methods like Gaussian elimination, power iteration algorithm, and secant and bisection methods.
Numerical Analysis Methods Implementation in C++ Language
This repo contains c program files from Numerical Methods Course taught in B.Sc Maths,M.Sc Data Science
Implementation of Numerical Computing Method For Semester Course Work
This is the Data Structures domain project which provides solutions to some of the problems like finding shortest path through maze, magic print etc. All the problems are mentioned in DSAssigment1 File.
Todo o conteúdo produzido para a unidade curricular MNUM (Métodos Numéricos), para o curso em Engenharia Informática e Computação na FEUP
Finding roots of f(x)
Root finding & curve fitting methods implementation using object oriented c++
Add a description, image, and links to the bisection-method topic page so that developers can more easily learn about it.
To associate your repository with the bisection-method topic, visit your repo's landing page and select "manage topics."