Categories
RSS Feed
Search NewtonExcelBach
Archives
Top Posts
- Using LINEST for non-linear curve fitting
- 3DFrame Ver 1.03 and Frame4 Ver 3.07
- Downloads
- About Newton Excel Bach
- Cubic Splines
- XLDennis, the MSDN Library, and VBA rant
- Writing Arrays to the worksheet - VBA function
- 3D Frames, axes and stiffness matrices
- Filling Blanks with Go To-Special (and local help rant)
- Frame Analysis with Excel - 3, Continuous beam or frame
Recent Comments
Author Archives: dougaj4
py_RC Design with 3D Cache
Following my recent post on passing 3D arrays from Python to Excel I have now added a py_UmomC function to the py_RC Design spreadsheet. The new spreadsheet and Python code, along with related code, can be downloaded from: py_RC Design.zip … Continue reading
Josh Turner
We haven’t had any Bach posts for a bit, so here is new (to me) guitarist Josh Turner playing a cover of Bert Jansch’s version of Blackwaterside: and another example of his varied work, a cover of Nick Drake’s Three … Continue reading
Posted in Bach
Tagged Bert Jaaansch, Blackwaaterside, Josh Turner, Nick Drake, Three Hours
Leave a comment
VBA polynomial functions update
Following several comments at an old post I have made updates to the Polynomial spreadsheet. The new files can be downloaded from: Polynomial.zip The changes are: New functions returning real roots only: Updated SolvePoly and SolvePolyR: SolvePoly with an array … Continue reading
Posted in Excel, Link to Python, Maths, Newton, NumPy and SciPy, PyXLL, UDFs, VBA
Tagged Excel, high order simultaneous equations, Link to Python, Numpy, Polynomial equations, PyXLL, solve simultaneous equations, UDFs
Leave a comment
Passing 3D arrays to Excel with Python and pyxll
The previous post looked at options for displaying 1D or 2D arrays in Excel. This post will look at passing 3D arrays from Python to Excel as a cache object, using pyxll, and how to extract selected data from the … Continue reading
Posted in Arrays, Excel, Link to Python, Newton, PyXLL, UDFs
Tagged array functions, dynamic arrays, Excel, PyXLL, pyxll cache object, UDFs
1 Comment
Dynamic array update and the @ operator
Many of the user defined functions (UDF’s) presented in this blog return an array rather than a single value. Options for displaying arrays in Excel have changed significantly in recent years and this post looks at the most efficient ways … Continue reading
Posted in Arrays, Excel, Link to Python, PyXLL, UDFs, VBA
Tagged @ operator, array functions, CSE array functions, dynamic arrays, Excel, Implicit Intersection Operator, PyXLL, UDFs, VBA
1 Comment