
Lawrence Agbezuge
Personal
I am a retired research engineer and educator. I spent 30 years in engineering R&D with 3 major Fortune 500 companies, and 5 years as an Associate Visiting Professor in mechanical engineering. I hold Eng. Sc. D. (Ph.D.) from Columbia University, and 3 patents. My main areas of interest include numerical computational methods.
Statistics
7 Files
RANK
N/A
of 273,009
REPUTATION
N/A
CONTRIBUTIONS
0 Questions
0 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
0
RANK
8,854 of 18,442
REPUTATION
75
AVERAGE RATING
3.00
CONTRIBUTIONS
7 Files
DOWNLOADS
24
ALL TIME DOWNLOADS
708
RANK
of 122,417
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
Submitted
Runge-Kutta solution of first to third order ODEs
rk4gui.m utilizes the Runge-Kutta method to directly solve 1-st to 3-rd order non-stiff ODEs which are IVPs (Initial Value Probl...
3 years ago | 8 downloads |
Submitted
Combinations without overflow
The use of the factorial function in evaluating nCr = n!/((n-r)!*r!) has overflow problems when n>170 on a 64-bit machine.
3 years ago | 1 download |
Submitted
Permutations without overflow
The use of the factorial function in computing permutations and combinations has overflow problems that are avoided by these two...
3 years ago | 1 download |
Submitted
Find real roots (or zeros) of a continuous function
This program finds the real roots (or zeros) of a continuous function.
3 years ago | 1 download |
Submitted
Projectile Simulation with aerodynamic drag
Euler's method is used to simulate the flight of a drag force influenced projectile, launched at a specified height, velocity an...
3 years ago | 10 downloads |
Submitted
Synthetic Division with Matlab
Purpose: Perform synthetic division of the rational function N(x)/D(x), where N(x) is a polynomial and D(x) is of the form...
3 years ago | 1 download |
Submitted
Integrated trapezoidal and Gauss quadrature
Use a combined trapezoidal rule and Gauss quadrature to integrate f(x) in the interval x=[a,b]. f(x) is not necessarily equispa...
3 years ago | 2 downloads |