Categories
RSS Feed
Search NewtonExcelBach
Archives
Top Posts
- About Newton Excel Bach
- Using LINEST for non-linear curve fitting
- Cubic Splines
- Units for Excel
- A catenary function
- Retrieving unique values from a range or array ...
- Writing Arrays to the worksheet - VBA function
- Unit aware continuous beam spreadsheet update
- Deflections and Moments in Rectangular Plates
- The Conjugate Beam Method
Recent Comments
Tag Archives: Evaluate
Evaluate integrals to a specified tolerance
A previous post presented a user defined function (UDF) to perform a numerical integration of a function specified as a text string. The UDF allowed the number of subdivisions of the integration range to be specified, but the number of subdivisions required to … Continue reading
Posted in Excel, Maths, Newton, UDFs
Tagged Evaluate, Excel, numerical integration, Simpson's Rule, UDF, VBA
2 Comments
Evaluate Function – update
Previous post The evaluate function described in the previous post has been used in writing a UDF that will evaluate the integral of any suitable function over a specified range. The revised worksheet can be downloaded from: Eval.zip
Evaluate Function
It would often be convenient to evaluate a function entered as text; for instance if we have the function for the deflection of a cantilever under point loading at the end: F*L^3/(3*E*I) then it would be convenient to be able … Continue reading