Categories
RSS Feed
Search NewtonExcelBach
Archives
Top Posts
- 3DFrame Ver 1.03 and Frame4 Ver 3.07
- Using LINEST for non-linear curve fitting
- Filling Blanks with Go To-Special (and local help rant)
- XLDennis, the MSDN Library, and VBA rant
- About Newton Excel Bach
- Cubic Splines
- Writing Arrays to the worksheet - VBA function
- Downloads
- Daily Download 5: Frame Analysis
- Worksheetfunction.Transpose - changed behaviour in Excel 2013 and 2016
Recent Comments
Category Archives: AlgLib
ALGLIB Statistics Functions
I have recently imported all the ALGLIB statistics functions into VBA, and written interface functions where required, so that all the functions may now be used as User Defined Functions (UDFs) on the spreadsheet. A spreadsheet including full open source code … Continue reading
Posted in AlgLib, Excel, Maths, Newton, UDFs, VBA
Tagged AlgLib, Excel, math functions, statistics, UDF, VBA
4 Comments
The hole through the middle of the Earth – filled with air
Three air molecules go into a hole, Well, I say three; could have been four or five. Could have been nine or ten, doesn’t matter. Could have been fifteen, twenty – fifty. Round it up. Hundred. Let’s go mad, eh … Continue reading
Posted in AlgLib, Differential Equations, Excel, Maths, Newton, UDFs, VBA
Tagged big numbers, Excel, hole through the middle of the earth, ODE Function, Perfect gas, UDF, VBA
4 Comments
AlgLib Complex Number Functions
The AlgLib module ap.bas includes complex number functions which can be called from other VBA routines, but they cannot be used as User Defined Functions (UDFs) because they use the user defined data type “Complex”: To call these functions from the … Continue reading
Posted in AlgLib, Excel, Maths, Newton, UDFs, VBA
Tagged AlgLib, complex numbers, Excel, math functions, UDF, VBA
2 Comments
More on buckling columns
Coincidentally, at about the same time as I wrote about column buckling for a column with a point load on the end, Autar Kaw at The Numerical Methods Guy was writing about buckling of columns under self weight, using the theory of … Continue reading
Posted in AlgLib, Beam Bending, Excel, Maths, Newton, UDFs, VBA
Tagged AlgLib, column buckling, Excel, Runge-Kutta, Timoshenko, UDF, VBA
1 Comment
Using the AlgLib ODE (Runge-Kutta) Solver with Excel
Or to be more correct, the AlgLib Cash-Karp Solver, Cash-Karp being a refinement of the Runge-Kutta method of solving ordinary differential equations. Solution of differential equations is an iterative process requiring the repeated application of the solver routine followed by evaluation of … Continue reading
Posted in AlgLib, Beam Bending, Differential Equations, Excel, Maths, Newton, UDFs, VBA
Tagged AlgLib, buckling, Cash-Karp, differential equations, Excel. VBA, hole through the middle of the earth, Runge-Kutta, SHM, UDF
8 Comments