Menu
NEWBEDEV
Python
Javascript
Linux
Cheat sheet
NEWBEDEV
Python 1
Javascript
Linux
Cheat sheet
Contact
FoldList or NestList of a function
list2 = {a, b, c}; z2 = Fold[f[# #2] &, 1, list2]
f[c f[b f[a]]]
Tags:
List Manipulation
Related
Which processor and graphics card to use for my Mathematica license
Make a custom object look like MatrixForm of a matrix?
Why does NonlinearStateSpaceModel linearise?
Generate white noise in 2D
Simplify a Boolean Algebra expression with don't cares
The area of a unit disk is $2\pi$? (NIntegrate over a numerical region)
How many Capitals are closer to me than my own?
DiscretizeGraphics issues with transformations
Efficient Search for specific Terms in symbolic Expression
Optimization of a graph generator algorithm
NIntegrate reacts strangely to changes in WorkingPrecision
Create a simple split tree
Recent Posts
Pandas how to find column contains a certain value
Recommended way to install multiple Python versions on Ubuntu 20.04
Build super fast web scraper with Python x100 than BeautifulSoup
How to convert a SQL query result to a Pandas DataFrame in Python
How to write a Pandas DataFrame to a .csv file in Python