Pinned Repositories
Billionaire-investment
This repo consists on a solution to an interesting real life problem, looking for an accurate and efficient algorithm that relies on the mathematics from the fundamental fields of calculus and probability.
Caothic_Laser-bounce
Exploring analytically and visually the chaotic behaviour of a laser bouncing off the wall inside an ellipse
Champions_League-Predictor
Finding the probability of each face off in the Champions League draw through a Monte Carlo simulation in C++
Cracking-a-Bank
Really enjoyable problem which I encourage to work on. Dont give up and look up at my solution until you find yourself yours.
Creating-a-Shell-in-Linux
Operating Systems lab project, based on the creation of a shell in linux with the help of a parser to interpret the commands
Derivative-Visualizer
This project uncovers the beautiful geometric meaning of functions whose graph is 2D and 3D by using multivariable calculus and matlab programming
Generic-Markov-decision-process-solver
Creation of a generic program capable of computing the optimal policy for an arbitrary Markov Decision Process defined by the user via text file. specifying its states, actions, costs and transition probabilities. It corresponds to a project for my AI course.
Heat-Diffusion-in-2D
Here I store some projects related to solving certain partial and ordinary differential equations numerically, combined with neat visualizations and modelling scenarios based on their use.
Rain_Model
This project aims to give a realistic model of the random behaviour of rain and the dynamics of the raindrops once they land on a pond. I decided it was a good idea to put into practice and combine some of the theory learned in differential equations and stochastic processes.
The-Simplex-Method
Implementation of the Simplex Method to solve any linear program given as input in Standard Equality form. The output tells the user whether the program is infeasible, unbounded or optimal and returns the respective certificates for each case.
Panithecracker's Repositories
Panithecracker/Billionaire-investment
This repo consists on a solution to an interesting real life problem, looking for an accurate and efficient algorithm that relies on the mathematics from the fundamental fields of calculus and probability.
Panithecracker/Caothic_Laser-bounce
Exploring analytically and visually the chaotic behaviour of a laser bouncing off the wall inside an ellipse
Panithecracker/Champions_League-Predictor
Finding the probability of each face off in the Champions League draw through a Monte Carlo simulation in C++
Panithecracker/Cracking-a-Bank
Really enjoyable problem which I encourage to work on. Dont give up and look up at my solution until you find yourself yours.
Panithecracker/Creating-a-Shell-in-Linux
Operating Systems lab project, based on the creation of a shell in linux with the help of a parser to interpret the commands
Panithecracker/Derivative-Visualizer
This project uncovers the beautiful geometric meaning of functions whose graph is 2D and 3D by using multivariable calculus and matlab programming
Panithecracker/Generic-Markov-decision-process-solver
Creation of a generic program capable of computing the optimal policy for an arbitrary Markov Decision Process defined by the user via text file. specifying its states, actions, costs and transition probabilities. It corresponds to a project for my AI course.
Panithecracker/Gradient-Descent-Ascent-visually
Animation of N random points named "explorers" that move over any surface to find its extrema through the implementation of the Gradient Ascent and Descent algorithms.
Panithecracker/Heat-Diffusion-in-2D
Here I store some projects related to solving certain partial and ordinary differential equations numerically, combined with neat visualizations and modelling scenarios based on their use.
Panithecracker/Mall-Database
Final assignment of the subject "Programming Techniques". Overall, the project is based on developing a data base for a Mall, with the use of lots of compound data structures,, object oriented programming and files manipulation.
Panithecracker/Numerical_Integration
This project is based on using the most important numerical methods techniques used to estimate the definite integral of a function.
Panithecracker/Optimization-Newton-Grid_Search
This project aims to find the local extrema of a given function using the Newton Method in several variables and also studies the convergence of the method by testing it from a set of equispaced (x,y) values inside the constrained region (a square). This last part is known as a "Grid search".
Panithecracker/OS-LAB-
Panithecracker/Rain_Model
This project aims to give a realistic model of the random behaviour of rain and the dynamics of the raindrops once they land on a pond. I decided it was a good idea to put into practice and combine some of the theory learned in differential equations and stochastic processes.
Panithecracker/Real-Analysis-Visuals
This space contains interesting topics I have studied in the Calculus book by Michael Spivak, that have sparked curiosity to visualize with the help of computers
Panithecracker/Sniper-Simulator
Sniper shooting simulator in 2D where bullet motion depends on rifle geometry, bullet speed, shooting angle, gravity and potentially air drag and wind forces
Panithecracker/The-Simplex-Method
Implementation of the Simplex Method to solve any linear program given as input in Standard Equality form. The output tells the user whether the program is infeasible, unbounded or optimal and returns the respective certificates for each case.