Community Profile

photo

Lawrence Agbezuge


Last seen: 約1年 前 2019 年からアクティブ

Followers: 0   Following: 0

連絡

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.

統計

  • Personal Best Downloads Level 2
  • 5-Star Galaxy Level 1
  • First Submission

バッジを表示

Feeds

表示方法

送信済み


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...

約4年 前 | ダウンロード 6 件 |

送信済み


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.

約4年 前 | ダウンロード 2 件 |

送信済み


Permutations without overflow
The use of the factorial function in computing permutations and combinations has overflow problems that are avoided by these two...

約4年 前 | ダウンロード 1 件 |

送信済み


Find real roots (or zeros) of a continuous function
This program finds the real roots (or zeros) of a continuous function.

4年以上 前 | ダウンロード 1 件 |

送信済み


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...

4年以上 前 | ダウンロード 18 件 |

送信済み


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...

4年以上 前 | ダウンロード 1 件 |

送信済み


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...

4年以上 前 | ダウンロード 1 件 |