Categories
RSS Feed
Search NewtonExcelBach
Archives
Top Posts
- Using RC Design Functions 4 - Umom and new MaxAx function
- Using LINEST for non-linear curve fitting
- Deflections and Moments in Rectangular Plates
- ULS design of reinforced concrete, AS, ACI and European codes
- Python and pyxll
- Stepping through 3DFrame
- More on RC design of circular sections
- Using Array Formulas
- 3DFrame Ver 1.03 and Frame4 Ver 3.07
- Daily Download 7: Lateraly loaded pile analysis
Recent Comments
Author Archives: dougaj4
py_RC Elastic 1.05 with elastic biaxial bending
The py_RC Elastic spreadsheet (last discussed here) has been updated with a new function py_Biax, providing elastic analysis of reinforced concrete sections under combined axial load and biaxial bending. The new spreadsheet and associated Python code can be downloaded from: py_RC … Continue reading
Posted in Beam Bending, Concrete, Excel, Link to Python, Newton, PyXLL, UDFs
Tagged biaxial bending, elastic analysis, Excel, Python, PyXLL, Reinforced Concrete, UDFs
Leave a comment
ConBeamU update
Following a comment at https://newtonexcelbach.com/2023/01/20/using-conbeamu/ I have updated the ConBeamU-Template file so that the function to select the input range works the same as in the main spreadsheet. For more details of how the spreadsheet works, see the link above, … Continue reading
Posted in Beam Bending, Excel, Newton, UDFs, VBA
Tagged ConBeamU, Excel, Excel Solver, Maximum deflection, Maximum moment, UDFs, Units, VBA
Leave a comment
Text from pictures in Excel
Excel recently added the ability to extract text from an image, either on the clipboard or from a selected file. To try this out I used a screenshot of a table with vertically aligned text, from a pdf copy of … Continue reading
Posted in Charts, Excel
Tagged Data Analysis Tools, Data from pictures, Excel, IrfanView
Leave a comment
Long integers in Python and Excel and py_Fact
I have added a new py_Fact function to the py_Scipy module, that returns the factorial of an integer as a float if it is up to 15 digits long, or a string for longer numbers. The revised code, and the … Continue reading
Posted in Excel, Link to Python, Maths, Newton, NumPy and SciPy, PyXLL, UDFs
Tagged Excel, Factorial function, Python, PyXLL, SciPy, UDFs
Leave a comment
Python functions for rotation
I have recently needed code to rotate 2D coordinates, either about the origin, or some specified other point, using pyxll to call the code from Excel. My first attempt was a direct translation of some VBA code, that also worked … Continue reading
Posted in Coordinate Geometry, Excel, Link to Python, Maths, Newton, PyXLL
Tagged Excel, Matrix methods, Numpy, Python, PyXLL, rotation functions, UDFs
Leave a comment