Pinned Repositories
a-simple-example-of-FDM
this code uses Finite Difference Method to solve the function: sin(x) * exp(-t)
computational_fluid_dynamics_assignment
CIR-Scheme and Lax-Wendroff Scheme Applications
ComputerGraphics-Lab-Assignments-2021
This Repository contains the code work of all the assignments given in the Computer Graphics Lab during Short Semester 2021 - June
diffusive-prey-predator-model
the diffusive prey-predator model is solved using the Finite Difference Method. the research article referred to is mentioned here.
diffusive-system-analysis
in this repository, we learn about the paper titled "bifurcation analysis of a predator-prey system with self-and cross-diffusion and constant harvesting rate". we calculate equilibrium points and we try to plot the graph through FDM
getting-started-with-git-and-github
Explaining Git and GitHub.
github-slideshow
A robot powered training repository :robot:
github-upload
Rossler-Attractor
Rössler attractor solved in MATLAB using the general RK4 method.
three-variable-diffusive-model
The Matlab code here is an attempt to model a 3D graph for the paper "Selecting Spatio-temporal patterns by substrate injection in a reaction-diffusion system "
vaishnu7's Repositories
vaishnu7/computational_fluid_dynamics_assignment
CIR-Scheme and Lax-Wendroff Scheme Applications
vaishnu7/diffusive-system-analysis
in this repository, we learn about the paper titled "bifurcation analysis of a predator-prey system with self-and cross-diffusion and constant harvesting rate". we calculate equilibrium points and we try to plot the graph through FDM
vaishnu7/Rossler-Attractor
Rössler attractor solved in MATLAB using the general RK4 method.
vaishnu7/three-variable-diffusive-model
The Matlab code here is an attempt to model a 3D graph for the paper "Selecting Spatio-temporal patterns by substrate injection in a reaction-diffusion system "
vaishnu7/a-simple-example-of-FDM
this code uses Finite Difference Method to solve the function: sin(x) * exp(-t)
vaishnu7/ComputerGraphics-Lab-Assignments-2021
This Repository contains the code work of all the assignments given in the Computer Graphics Lab during Short Semester 2021 - June
vaishnu7/diffusive-prey-predator-model
the diffusive prey-predator model is solved using the Finite Difference Method. the research article referred to is mentioned here.
vaishnu7/getting-started-with-git-and-github
Explaining Git and GitHub.
vaishnu7/github-slideshow
A robot powered training repository :robot:
vaishnu7/github-upload
vaishnu7/Image-Segmentation-OTSU
This is basic work on Image segmentation in MATLAB using OTSU method. Trying to understand and improve the current code.
vaishnu7/markdown-portfolio
vaishnu7/Riparian-Invertebrates-Agriculture-Model
This is the code used in the article "Implications of Agricultural Practices on Vegetation and Terrestrial Invertebrates in Riparian Zone: A Nonlinear Modelling Study"
vaishnu7/ROSENZWEIG-MACARTHUR-Model
in this repository, we learn how to find equilibrium points of a system of non-linear ODE and calculate the solution using Runge-Kutta Fourth Order (RK4). The equations used here can be found in the article link attached.
vaishnu7/tutorial
This is a tutorial we are using for Django Girls workshops
vaishnu7/vaishnu7