You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository contains a series of mini-projects focused on fundamental numerical methods implemented in MATLAB. These projects cover key areas in numerical linear algebra and root-finding techniques, each designed to provide practical insights into mathematical theories and their computational applications.
This program classifies elements of some matrices, according to difference of each pair of elements; so that number of classes won't be too many that variance of class members would be invisible, or too few that too different elements would belong to same class.
This repository provides essential numerical algorithms for solving mathematical problems. Covering linear equations, differential equations and more, it's a valuable resource for students and professionals in science and engineering.
Grapher software able to show the distribution of Electric potential in a two dimensional surface, by solving the Laplace equation with a discrete method. This project has been developed in MatLab and it´s tool, App Designer. The final result allows to show the distribution of the electric potential produced by an specific geometric configuratio…