Categories
RSS Feed
Search NewtonExcelBach
Archives
Top Posts
- XLDennis, the MSDN Library, and VBA rant
- Latex Maths Text in Excel
- 3DFrame Ver 1.03 and Frame4 Ver 3.07
- Filling Blanks with Go To-Special (and local help rant)
- Using LINEST for non-linear curve fitting
- Cubic Splines
- Retrieving unique values from a range or array ...
- The angle between two vectors, Python version
- About Newton Excel Bach
- Contour plots with Excel and Matplotlib
Recent Comments
Category Archives: Maths
Function roots with the Inverse Quadratic Method
An earlier post presented various methods for finding the roots of polynomial functions based on the use of linear interpolation. It is sometimes advantageous to use a quadratic interpolation function, and methods using this approach will be presented in this and following … Continue reading
Posted in Excel, Maths, UDFs, VBA
Tagged Excel, quadratic interpolation, Solve polynomial, UDF, VBA
5 Comments
Pie charts all the way down
xkcd post number 688 shows charts of the proportion of black ink in the charts in xkcd post number 688, and it has in the chart on the right a plans of the locations of the charts in xkcd post … Continue reading
Hello World (again)
Over at Daily Dose of Excel Dick has been asking for suggestions for excellent training, to which Jan Karel Pietersen replied that training should be relevant to the task at hand, and that “hello world” examples are useless. John Walkenbach responded … Continue reading
Perfect Anniversaries
The young author of The Math Less Travelled has just celebrated his 28 birthday, noting that 28 is a perfect number. He laments that since the next perfect number is 496, it is most unlikely that he will see another perfect … Continue reading
Posted in Excel, Maths, Newton, UDFs, VBA
Tagged Anniversaries, Perefect numbers, UDF, VBA
Leave a comment
Cubic Spline Update
The previous post in this series presented a User Defined Function (UDF) to fit a cubic spline to a series of points defined by XY coordinates. Each segment of the resulting spline is defined by a separate cubic curve, which may be … Continue reading