Categories
RSS Feed
Search NewtonExcelBach
Archives
Top Posts
- 3DFrame Ver 1.03 and Frame4 Ver 3.07
- XLDennis, the MSDN Library, and VBA rant
- Using LINEST for non-linear curve fitting
- Filling Blanks with Go To-Special (and local help rant)
- Cubic Splines
- Daily Download 4: Continuous Beam Analysis
- About Newton Excel Bach
- Downloads
- The angle between two vectors, in 2D or 3D
- The angle between two vectors, Python version
Recent Comments
Category Archives: Maths
Plotting Ferns
Over at Daily-Dose-of-Excel mrt has posted an interesting VBA version of a Matlab program that used an Iterated Transfer Function to plot a graph resembling a fern. The original Matlab code came from Dr Tom Wood, and Michael’s VBA version works just fine, … Continue reading
Complex Numbers and Solving Quartic Polynomial Equations
It was recently pointed out to me that the User Defined Function (UDF) for solving quartic polynomial equations presented in this post returned an error for some input values. In tracking down the source of the error I decided that it … Continue reading
Posted in AlgLib, Excel, Maths, Newton, UDFs, VBA
Tagged complex numbers, Cubic, Excel, Polynomial, Quartic, UDF, VBA
2 Comments
Eval.xls and the ALGLIB integration functions.
In a comment on a previous post on numerical integration I mentioned that I might implement the ALGLIB integration functions using the same technique, that is using the VBA Evaluate function to evaluate functions entered as text in the spreadsheet. Well … Continue reading
Posted in AlgLib, Excel, Maths, Newton, Numerical integration, UDFs, VBA
Tagged ALGLIB. Gauss-Kronrod, Eval.xls, Excel, UDA, VBA
4 Comments
Drawing a Buckyball in Excel
Since, according to Google, it is the 25th anniversary of the Buckyball, I thought I would draw one in Excel. A quick search found a list of coordinates here: Chemistry resources The problem then was, how to connect them. The information … Continue reading
Excel, ALGLIB, C# and ExcelDNA
Having just responded to a comment, saying I would be focussing on Add-in Express, rather than ExcelDNA, I have just found a blog post about using the ALGLIB C# routines in Excel, with the aid of ExcelDNA: Parcell’s Posts; Tutorial: … Continue reading