Categories
RSS Feed
Search NewtonExcelBach
Archives
Top Posts
- Using LINEST for non-linear curve fitting
- 3DFrame Ver 1.03 and Frame4 Ver 3.07
- About Newton Excel Bach
- Cubic Splines
- Filling Blanks with Go To-Special (and local help rant)
- Downloads
- XLDennis, the MSDN Library, and VBA rant
- RCInteract and RC Design Functions 7.03
- Writing Arrays to the worksheet - VBA function
- Frame Analysis with Excel – 7; Shear deflections and support displacements
Recent Comments
Monthly Archives: September 2009
Evaluating Polynomial Functions
A polynomial function is a function of the form: a + b*x + c*x^2 + d*x^3 … and the derivative (the slope of the line at point x) of this function is given by: b + 2c*x + 3d*x^2 … … Continue reading
Using the DMax Function …
… and an alternative. In this discussion at Eng-Tips I recommended the use of the DMAX() function to extract maximum values from data grouped with different text labels. In the process I needed to adjust the selection criterion to generate the … Continue reading