Categories
RSS Feed
Search NewtonExcelBach
Archives
Top Posts
- 3DFrame Ver 1.03 and Frame4 Ver 3.07
- XLDennis, the MSDN Library, and VBA rant
- Filling Blanks with Go To-Special (and local help rant)
- Daily Download 5: Frame Analysis
- The angle between two vectors, Python version
- Daily Download 4: Continuous Beam Analysis
- Cubic Splines
- Using LINEST for non-linear curve fitting
- Downloads
- Installing Python, Scipy and Pyxll
Recent Comments
Tag Archives: Python
py_ConBeamU
I have now converted the VBA code in the ConBeamU spreadsheet to Python, connected to Excel via pyxll. The new spreadsheet and associated Python code can be downloaded from: py_ConBeamU.zip In addition to the provided files, the pyxll application is … Continue reading
Posted in Beam Bending, Excel, Finite Element Analysis, Frame Analysis, Link to Python, Newton, NumPy and SciPy, PyXLL, UDFs
Tagged beam analysis, Excel, Fixed-end moments, Python, PyXLL, py_Conbeamu, Restrained End Moments, UDFs
4 Comments
py_RC Elastic update 2
Following the previous post, I have added a further new function, and in the process discovered that the py_Estress function was not handling tensile axial loads correctly. That has now been fixed, and the updated spreadsheet and Python files can … Continue reading
Posted in Beam Bending, Concrete, Excel, Link to Python, Newton, NumPy and SciPy, PyXLL, UDFs
Tagged Concrete creep and shrinkage, Creep and shrinkage development, Excel, Python, PyXLL, Reinforced Concrete, SciPy, UDF
Leave a comment
py_RC Elastic update
Following the previous post I have updated the py_RC Elastic spreadsheet and code to work with the new solver function, and also add new functionality. The updated files can be downloaded from: py_RC Elastic.zip For details of the pyxll app … Continue reading
Posted in Concrete, Excel, Link to Python, Newton, NumPy and SciPy, PyXLL, UDFs
Tagged Concrete creep and shrinkage, Eurocode 2 concrete properties, Excel, Python, PyXLL, RC moment-curvature, UDFs.
Leave a comment
Scipy solver update
The py_SolveFS function calls the Scipy optimize.root function to solve multi-variable equations. Examples are found on the py_Solvers spreadsheet, see Scipy Functions with Excel and pyxll 4 – Solvers 2. One problem with using this function is that the input data … Continue reading
Posted in Excel, Link to Python, NumPy and SciPy, PyXLL, UDFs
Tagged Excel, Python, PyXLL, py_SolveFS, SciPy, Scipy root function, Solver functions, UDFs
Leave a comment
Regular Expressions in Excel
I recently discovered that Microsoft are working on Excel functions to work with Regular Expressions. A beta version is currently available to those on the “insider” program, but this functionality has long been available through VBA, and can also be … Continue reading
Posted in Excel, Link to Python, PyXLL, UDFs, VBA
Tagged Excel, New functions, Python, PyXLL, regular expressions, UDFs, VBA
Leave a comment