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: Arrays
Extracting numbers from text and regular expressions
Daily Dose of Excel recently had a post on extracting a number from a specified position in a text string, using mega-in-sheet-formulas like: This reminded me of a post from earlier this year, which provided a User Defined Function (UDF) … Continue reading
Posted in Arrays, Excel, UDFs, VBA
Tagged Excel, extract numbers, regular expressions, UDF, VBA
4 Comments
Solving polynomials – update
The polynomial spreadsheet (details here) provides functions to solve polynomial equations of any order; using an “exact” method for up to quartic, and an iterative procedure for higher orders. The input for the functions requires the equation coefficients to be … Continue reading
Posted in Arrays, Excel, Maths, UDFs, VBA
Tagged Excel, high order simultaneous equations, Polynomial equations, solve simultaneous equations, UDF, VBA
1 Comment
Alglib/Python spline functions update
The Excel Spline-Matrix spreadsheet has now been updated with several new spline interpolation functions. See Alglib/Python linear and non-linear fitting functions for links to download and install the necessary Excel-Python and Alglib files. Also required is Python version 2.7 or 2.6. The … Continue reading
Posted in AlgLib, Arrays, Excel, Link to Python, Maths, Newton, UDFs, VBA
Tagged 3D Spline function, AlgLib, Excel, Excel-Python, Parametric Splines, Python, Radial Basis Functions, Rational Interpolation, Spline functions, UDF, VBA
2 Comments
Evaluating text and Integration with Python and ALGLIB
Following the previous post on evaluating mathematical functions entered as text on the spreadsheet, I have now written a spreadsheet with similar functionality using Python functions, and the Excel-Python add-in. Also included are integration functions using the SciPy Python library, … Continue reading
Posted in AlgLib, Arrays, Excel, Link to Python, Maths, Newton, Numerical integration, NumPy and SciPy, UDFs, VBA
Tagged AlgLib, evaluation of text strings, Excel, Integration, Python, SciPy, VBA
1 Comment
Data Transfer to Python – Update
As noted in the comments here, the main bottleneck in the Python matrix solver functions presented recently was not in the data transfer from Excel, but rather in the creation of the Numpy arrays for very long lists of short … Continue reading
Posted in Arrays, Excel, Frame Analysis, Link to Python, NumPy and SciPy, VBA
Tagged Creating Numpy Arrays, Excel, ExcelPython, Python, slow array creation, VBA
4 Comments