Categories
RSS Feed
Search NewtonExcelBach
Archives
Top Posts
- Using LINEST for non-linear curve fitting
- XLDennis, the MSDN Library, and VBA rant
- Cubic Splines
- Daily Download 4: Continuous Beam Analysis
- 3DFrame Ver 1.03 and Frame4 Ver 3.07
- Filling Blanks with Go To-Special (and local help rant)
- Daily Download 5: Frame Analysis
- About Newton Excel Bach
- Writing Arrays to the worksheet - VBA function
- Automating chart scale limits - update
Recent Comments
Tag Archives: Excel
Installing AlgLib with Excel VBA
In a previous post I linked to the AlgLib site which has an extensive range of mathematical routines available in VBA, c/c++ and pascal. I have recently been experimenting with these (in reponse to a thread at the Eng-Tips forum), and will … Continue reading
Posted in Arrays, Excel, Maths, Newton, UDFs, VBA
Tagged AlgLib, Eigen values, Excel, Inverse, linear algebra, Matrix, UDF, VBA
13 Comments
Cubic Hermitic and Cardinal Splines
In my previous post on splines I described a quick and dirty approach to adjusting a cubic spline to fit monotonic data, which did not meet with universal approval, so I have followed up Mike Woodhouse’s link: (http://en.wikipedia.org/wiki/Monotone_cubic_interpolation) which gives a … Continue reading
Posted in Charts, Excel, Maths, UDFs, VBA
Tagged Cardinal spline, Cubic Hermitic spline, Cubic spline, Excel, monotonic hermitic spline, UDF, VBA
8 Comments
Numerical solutions with CSpline
The CSpline function presented in a previous post fits a series of cubic polynomial curves to a specified series of points, returning the Y values for listed intermediate X values. I was recently asked if this could be reversed to … Continue reading
Posted in Excel, Maths, Newton, UDFs, VBA
Tagged Cubic spline, Excel, Numerical methods, solve equation, VBA
Leave a comment
Automating chart scale limits
Edit 22 Mar 2014: Also see https://newtonexcelbach.wordpress.com/2012/11/25/automating-chart-scale-limits-update/ for improved version with download link, and example of plotting a chart from a formula entered as text. One of the more annoying things about Excel charts is that if you want to … Continue reading
Analysis of RC circular sections – theory and code
The basic tasks involved in analysing the stresses and strains in a reinforced concrete section under combined bending and axial load are: Assuming a horizontal beam with the top of the beam in compression and the bottom in tension Find … Continue reading
Posted in Beam Bending, Concrete, Excel, Newton, UDFs, VBA
Tagged Brents method, circular section, elastic analysis, Excel, Reinforced Concrete, UDF, VBA
Leave a comment