Categories
RSS Feed
Search NewtonExcelBach
Archives
Top Posts
- Downloads
- Using LINEST for non-linear curve fitting
- Latex Maths Text in Excel
- 3DFrame Ver 1.03 and Frame4 Ver 3.07
- Daily Download 4: Continuous Beam Analysis
- Cubic Splines
- Retrieving unique values from a range or array ...
- Daily Download 3: ULS design of reinforced concrete sections
- Filling Blanks with Go To-Special (and local help rant)
- Frame Analysis with Excel - 3, Continuous beam or frame
Recent Comments
Tag Archives: SciPy
Numpy and Scipy for Excel
The Python Numpy and Scipy libraries contain a huge number of maths and science related functions. Most of these are not directly available from Excel, but using the free ExcelPython package it is fairly easy to make the link, vastly increasing … Continue reading
Posted in Excel, Link to Python, Maths, NumPy and SciPy, UDFs, VBA
Tagged Excel, ExcelPython, Numpy, Python, SciPy, UDF, VBA
11 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
Installing Python, Scipy and Pyxll
I have recently been experimenting with Pyxll, which after a few initial hiccoughs is proving to be an easy and efficient way to connect Excel to Python based scientific and maths applications, such as linear algebra routines and ODE solvers. … Continue reading
Posted in Excel, Link to dll, Link to Python
Tagged Anaconda, link Excel to Python, Python, PyXLL, SciPy
15 Comments