
Lateef Adewale Kareem
CypherCrescent ltd, Nigeria
Python, C++, C#, MATLAB, SQL, Visual Basic
Spoken Languages:
English
Pronouns:
He/him
Professional Interests:
Numerical Integration and Differential Equations, Programming, Fluid Mechanics, Reservoir Engineering
Estadística
CLASIFICACIÓN
1.263
of 298.896
REPUTACIÓN
58
CONTRIBUCIONES
1 Pregunta
15 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.0%
VOTOS RECIBIDOS
21
CLASIFICACIÓN
725 of 20.655
REPUTACIÓN
2.537
EVALUACIÓN MEDIA
4.00
CONTRIBUCIONES
61 Archivos
DESCARGAS
160
ALL TIME DESCARGAS
20514
CLASIFICACIÓN
42.139
of 162.825
CONTRIBUCIONES
0 Problemas
7 Soluciones
PUNTUACIÓN
91
NÚMERO DE INSIGNIAS
2
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Enviada
Numerical Inversion of Laplace Transform
This function performs numerical inversion of laplace transform.
3 meses hace | 1 descarga |

Enviada
Burgers PDE
This file shows how to implement numerical solution of Burgers Equation
5 meses hace | 2 descargas |

Enviada
Shear Force Bending Moment
This function SFBM.m calculates and draw the shear force and bending moment diagrams.
9 meses hace | 44 descargas |

Enviada
EigenZeros
%% This function computes atmost N zeros (z) of a given eigen function between xmin and xmax
12 meses hace | 1 descarga |
Enviada
LinProg(f, AInEq, bInEq, AEq, bEq, debug)
Solves Linear Programming poblem
12 meses hace | 1 descarga |
Enviada
Rank 1 Update for LU factors
% This function updates the LU factorization (PA = LU) of a Matrix A following a rank % one update of the matrix A = A + alpha*y...
más de 1 año hace | 2 descargas |
Enviada
Vertices2Volume
This function computes the volume of a 3D objects given its vertices X, Y, Z.
más de 1 año hace | 2 descargas |

Enviada
Interactive Truss Solver
This solver allows user to interactively design a simply supported truss and then solve the truss for a given load.
casi 2 años hace | 1 descarga |

Enviada
Gauss Laguerre Integration Nodes and Weights
Gauss Laguerre method.
casi 2 años hace | 6 descargas |
Enviada
Particle Swarm Optimization
Function for searching for minimizer of a function
casi 2 años hace | 1 descarga |

Enviada
Fast_chebyshevT
This file works exactly as inbuilt chebyshevT in matlab, but its over 1000 times faster.
más de 2 años hace | 1 descarga |
Enviada
Simulation of Collison Pi Counter
This is matlab simulation of the video "The most unexpected answer to a counting puzzle" by 3blue 1 brown
más de 2 años hace | 4 descargas |
Enviada
QuadCopter
This file contains Quadcopter model and flight controller for Quadcopter simulation
más de 2 años hace | 7 descargas |
Enviada
SurfaceArea
computes the are of a surf plot whose handle is surfhandle
más de 2 años hace | 1 descarga |
Enviada
Residual Specific Heat Capacity
This script compute the ratio of the residual specific heat capacity to the universal gas constant
casi 3 años hace | 1 descarga |
Enviada
MixIntLinProg
This algorithm solves the mixed integer linear programming problem.
casi 3 años hace | 1 descarga |

Enviada
Bricks Game
Bricks Game is intended for the entertainment of Matlab programmers.
casi 3 años hace | 1 descarga |
Taylor series for e^x with loop
%% This is more efficient x = 2; v = 1; n = 1; d = 1; for i = 1:20 n = n*x; d = d*i; v = v + n/d; end fp...
casi 3 años hace | 0
Enviada
Pythagoras Tree
The Pythagoras tree is a plane fractal constructed from squares.
casi 3 años hace | 12 descargas |
Scatter with colour-coded markers (matrix)
minv = min(min(velo)); maxv = max(max(velo)); c = (velo - minv)./(maxv - minv); scatter(x(:),y(:),10,c(:))
alrededor de 3 años hace | 1
Solving nonlinear function using fzero, Error Function values at the interval endpoints must differ in sign.
Imp=100; t0=1e-6; P=204000000; Tf=2e-3; x = nan; options = optimset('Display','off'); % show iterations x0 = 2; while(i...
alrededor de 3 años hace | 0
Help plotting a circular orbit
G = 6.6743*10^-11; %Gravitational Constant, Units: m^3 kg^-1 s^-2 Mc = 5.972*10^24; %Mass of cent...
alrededor de 3 años hace | 0
| aceptada
Enviada
Geneva Mechanism
This file explains how to create geneva mechanism
alrededor de 3 años hace | 1 descarga |
Enviada
Particle Swam Optimization Curve Fitting
Parameter fitting by Particle Swarm Optimization
alrededor de 3 años hace | 1 descarga |
Enviada
Lagrange Interpolation
Computes estimates of a function sing lagrange interpolation
alrededor de 3 años hace | 1 descarga |