Lateef Adewale Kareem
CypherCrescent ltd, Nigeria
Followers: 0 Following: 0
Applied Mathematician, Mechanical and Petroleum Engineer. Professional Interests: Reservoir Engineering, Fluid Mechanics, Solid Mechanics, Numerical Optimization
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
Statistik
RANG
1.218
of 295.467
REPUTATION
58
ANTWORTZUSTIMMUNG
0.0%
ERHALTENE STIMMEN
21
RANG
761 of 20.234
REPUTATION
2.394
DURCHSCHNITTLICHE BEWERTUNG
4.00
BEITRÄGE
59 Dateien
DOWNLOADS
295
ALL TIME DOWNLOADS
19315
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Gesendet
Shear Force Bending Moment
This function SFBM.m calculates and draw the shear force and bending moment diagrams.
2 Monate vor | 146 Downloads |
Gesendet
EigenZeros
%% This function computes atmost N zeros (z) of a given eigen function between xmin and xmax
5 Monate vor | 2 Downloads |
Gesendet
erfz(z)
erfz(z) returns the error function of complex argument
5 Monate vor | 2 Downloads |
Gesendet
LinProg(f, AInEq, bInEq, AEq, bEq, debug)
Solves Linear Programming poblem
5 Monate vor | 2 Downloads |
Gesendet
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...
10 Monate vor | 2 Downloads |
Gesendet
Vertices2Volume
This function computes the volume of a 3D objects given its vertices X, Y, Z.
etwa ein Jahr vor | 1 Download |
Gesendet
Interactive Truss Solver
This solver allows user to interactively design a simply supported truss and then solve the truss for a given load.
etwa ein Jahr vor | 7 Downloads |
Gesendet
Gauss Laguerre Integration Nodes and Weights
Gauss Laguerre method.
mehr als ein Jahr vor | 4 Downloads |
Gesendet
Particle Swarm Optimization
Function for searching for minimizer of a function
mehr als ein Jahr vor | 2 Downloads |
Gesendet
Fast_chebyshevT
This file works exactly as inbuilt chebyshevT in matlab, but its over 1000 times faster.
etwa 2 Jahre vor | 1 Download |
Gesendet
Simulation of Collison Pi Counter
This is matlab simulation of the video "The most unexpected answer to a counting puzzle" by 3blue 1 brown
etwa 2 Jahre vor | 1 Download |
Gesendet
QuadCopter
This file contains Quadcopter model and flight controller for Quadcopter simulation
etwa 2 Jahre vor | 7 Downloads |
Gesendet
SurfaceArea
computes the are of a surf plot whose handle is surfhandle
etwa 2 Jahre vor | 1 Download |
Gesendet
Residual Specific Heat Capacity
This script compute the ratio of the residual specific heat capacity to the universal gas constant
etwa 2 Jahre vor | 1 Download |
Gesendet
MixIntLinProg
This algorithm solves the mixed integer linear programming problem.
mehr als 2 Jahre vor | 2 Downloads |
Gesendet
Bricks Game
Bricks Game is intended for the entertainment of Matlab programmers.
mehr als 2 Jahre vor | 4 Downloads |
Gesendet
Siepinski Carpet
This algorithm generates sierpinski carpet
mehr als 2 Jahre vor | 1 Download |
Gesendet
Pythagoras Tree
The Pythagoras tree is a plane fractal constructed from squares.
mehr als 2 Jahre vor | 1 Download |
Gesendet
Geneva Mechanism
This file explains how to create geneva mechanism
mehr als 2 Jahre vor | 4 Downloads |
Gesendet
Particle Swam Optimization Curve Fitting
Parameter fitting by Particle Swarm Optimization
mehr als 2 Jahre vor | 1 Download |
Gesendet
Lagrange Interpolation
Computes estimates of a function sing lagrange interpolation
mehr als 2 Jahre vor | 1 Download |
Gesendet
Block Pentadiagonal Solver
Solves the block pentadiagonal system Ax = f, where a, b, c, d, and e are the five diagonals of A
mehr als 2 Jahre vor | 1 Download |
Gesendet
Block Tridiagonal Solver
Solves the block tridiagonal system Ax=d, where a, b, and c are the three diagonals of A.
mehr als 2 Jahre vor | 1 Download |
Gesendet
Block Diagonal
This code allows you to process block diagonal elements. Its like the generalization of inbuilt diag.
mehr als 2 Jahre vor | 1 Download |
Gesendet
Rank 1 Update of Cholesky Factors
% This function updates the Cholesky factorization (A = R'*R) of a Matrix A % following a rank one update of the matrix A = A + ...
mehr als 2 Jahre vor | 3 Downloads |
Gesendet
Gauss Legendre Integration Node and Weights
This script is for computing definite integrals using Legendre-Gauss
mehr als 2 Jahre vor | 3 Downloads |
Gesendet
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...
mehr als 2 Jahre vor | 3 Downloads |