LIVENODING Multiplication Tables Reloaded
#multiplication #formula #svechok
In this episode, I am talking about SV nodes List Zipping, Nesting, Splitting, Joining to create 10 x 10 multiplication tables.
We basically started with range of numbers as LIST, and then we want to MULTIPLY each one of them with each element of the list to get the PRODUCTS and then we like to multiply the value pair together. Then I display it in a GRID using TYPOGRAPHY VIEWER to generate Text Objects output on the fly.
Here, I have supplied 3 different ways to do it.
It’s a bit of basic math and some raw noding logic, hopefully can explain SV way of works. We call it ”nestiness”: [[ [], [], [] ]]. If you are learning beginner coding using Python, this is similar form of list. At least that’s how I understand it.
GITHUB:
https://github.com/enzyme69/blendersushi/issues/790