
Lateef Adewale Kareem
CypherCrescent ltd, Nigeria
Applied Mathematician, Mechanical and Petroleum Engineer.
Professional Interests: Reservoir Engineering, Fluid Mechanics, Solid Mechanics, Numerical Optimization
Statistics
RANK
1,163
of 257,947
REPUTATION
44
CONTRIBUTIONS
1 Question
8 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
20
RANK
1,051 of 17,774
REPUTATION
1,658
AVERAGE RATING
3.80
CONTRIBUTIONS
44 Files
DOWNLOADS
271
ALL TIME DOWNLOADS
13592
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
Solved
Interpolator
You have a two vectors, a and b. They are monotonic and the same length. Given a value, va, where va is between a(1) and a(end...
1 day ago
Solved
Triangle Numbers
Triangle numbers are the sums of successive integers. So 6 is a triangle number because 6 = 1 + 2 + 3 which can be displa...
1 day ago
Solved
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
1 day ago
Submitted
Lambert_W
% Lambert_W Lambert's W function. % W = lambertw(Z) solves W*exp(W) = Z. % W = lambertw(K,Z) is the K-th branch of this mu...
1 day ago | 0 downloads |
Numerical Laplace inversion with fmincon
I am sorry, I didnt see the problem early. This is the complete code clear all; close all; clc; Data = ... [1 0.003322259 ...
23 days ago | 0
| accepted
Submitted
Shear Force Bending Moment
This function SFBM.m calculates and draw the shear force and bending moment diagrams.
6 months ago | 129 downloads |

Submitted
AnimateNewtonRaphson
This file solves a univariate equation using newton raphson's method and makes gif file for you to visualize the process.
7 months ago | 2 downloads |

Submitted
cholUpdate
% This function updates the Cholesky factorization (A = R'*R) of a Matrix A % following a rank one update of the matrix A = A + ...
7 months ago | 2 downloads |
Submitted
luUpdate
% This function updates the LU factorization (PA = LU) of a Matrix A following a rank % one update of the matrix A = A + alpha*y...
7 months ago | 1 download |
Submitted
Simulation of floating balls on water
This file describes how to simulate floating balls on water
8 months ago | 2 downloads |
Submitted
Tube Function
This function is the numerical analogy to the tube function in maple
8 months ago | 3 downloads |

Submitted
LagrangeInterpolation
Computes estimates of a function sing lagrange interpolation
9 months ago | 1 download |
Submitted
PartSwarmFit
Parameter fitting by Particle Swarm Optimization
12 months ago | 3 downloads |
Submitted
Bricks Game
Bricks Game is intended for the entertainment of Matlab programmers.
2 years ago | 4 downloads |

Submitted
BlockTriSolver
Solves the block tridiagonal system Ax=d, where a, b, and c are the three diagonals of A.
2 years ago | 1 download |
Submitted
hbarliveCOVID19v3
This file helps to visualize the spread of COVID 19
2 years ago | 1 download |

Submitted
AnimateSeriesAddition
This mfile animates the addition of signals.
2 years ago | 1 download |
Submitted
Animate
This program animates the transformation of one graphic object to another.
2 years ago | 1 download |
Submitted
LogliveplotCOVID19
Coronavirus Tracker - Log Live-Map of Spread
2 years ago | 1 download |

Submitted
fitVirusCV19varW (Variable weight fitting of SIR Model)
Estimation of coronavirus COVID-19 epidemic evaluation by the SIR model, Code receives and plots most recent data from HDX.
2 years ago | 1 download |
Submitted
VecNorm
It computes vecnorm for those using matlab version earlier than 2017b
2 years ago | 9 downloads |
Submitted
SIRModelSimulation
% This file simulates SIR model for the spread of infectious diseases
2 years ago | 17 downloads |
Submitted
SolveTrusses
% This file explains how to use the program SolveTrusses and displays the % force in each member on them.
2 years ago | 1 download |
How to set outside a country values to NaN, in a 3d array (lat x lon x time) ?
The best solution is to use google map to get latitudes and logitudes of vertices of a polygon representing the external boundar...
2 years ago | 1
Submitted
PolarPlot.m
This script creates a polar plot for those using versions of matlab thats earlier than 2016a
3 years ago | 5 downloads |
Submitted
Solve ordinary differential equations with events
This script solves an ordinary differential equation with events.
3 years ago | 1 download |
Submitted
Gaulegwt
This script is for computing definite integrals using Legendre-Gauss
3 years ago | 1 download |
Submitted
Deflection of Statically Indeterminate Beams
This program computes the deflection and slope of a laterally loaded statically indeterminate beams.
3 years ago | 9 downloads |
