Contents

Status of each program is shown in parentheses.  Code is explained here.

Interpolation
 Lagrangian Interpolation (l)
 Cubic Spline Interpolation (l)
Regression
 Lineral Regression (l)
 Geometric Regression (l)
 Exponential Regression (l)
 Nth Order Regression (l)
 Regression of an Arbitrary Function in One Variable (l)
 Polynomial Regression in Two Variables (l)
 Multiple Linear Regression (l)
Data Analysis
 Alphabetize and Spell Check(l)
 Peak Finder (l)
 Data Bounding Smoothing and Differentiation (l,?)
 Convolution Deconvolution
Roots of Polynomials
 Real Roots of Polynomials Half Interval Search (l)
 Real Roots of Polynomials Newton (l)
 Real and Imaginary Roots of Polynomials, Bairstow's Method (l,s)
 Roots of the Trigonometric Polynomial (l)
 How to Use Classical Techniques to Model Engineering Problems, a PDF file.
 Linear Equations
 Gaussian Elimination Method (l)
 Compact Crout Method (l)
 Eigenvalues and Eigenvectors
 Inverse Interation with Shifts (l,q)
 Cyclic Jacobi Method (l,q)
 Eigenvalues of a General Matrix (l)
Solutions of Differential Equations
 Runge Kutta method for a First Order Equation (l)
 Predictor Corrector Method for a First Order Equation (l)
 Runge Kutta Method for a System of Equations (q,l)
 Finite Difference or Runge Kuntta Method submitted by I. Bjerle (l)
Numerical Integration
 Integral Evaluation by Modified Simpson's Method (l)
 Guassian Evaluation of a Definite Integral (l)
 Fredholm Integral Equation (l)
Fourier Analysis
 Fourier Series Analysis of Periodic Functions (l)
 Fourier Series Expansions of Piecewise Linear Periodic Functions (l)
Structural Analysis
 Geometric Properties of an Arbitrary Plane Domain (l)
 Bending Moments and Shear Force Envelopes (l)
 Fixed End Moments and Stiffness Coefficients for Beams (l)
 Joint Rotations and End Moments for a Continous Beam (l)
Thermodynamics and Heat Transfer
 Thermodynamic Properties of Air (l)
 Properties of Water (l)
 Saturation Steam Pressure (l)
 Barometric Pressure Correction (l)
 Solar Intensity (l)
Miscellaneous
 Electric Motor Performance (l)
 Friction Loss In Pipe (l)
 Radioactive Decay (l)
 Acceleration Due to Gravity (l)
 Characteristic Equation of a Matrix (l)
Plot Programs
Programs From YOU
 Submissions from I,B, (l)

What's New

Translating To SmallBasic

Codes:

l = liberty basic code available

s = enhanced basic code

q = quickbasic 4.5 code available (sometimes I was able to get the program working     in qbasic, but could not make the conversion to liberty -- I’ll bet you could              though!

o = other

w = still working on it - hang on, it’s just a matter of time now...

? = program is incomplete (usually there was code missing from the original)

[Back to top of page]