Sumproduct from 3 lists of numbers

Hey @42.decaen :wave:

I think Bubble can’t handle this so you need to outsource it to Math.js. I used this plugin: Math.js Local Lite Plugin | Bubble

See the screenshot below:

You need to create an Mathjs element in the page with the correct formula to produce sum product of these 3. In Math.js, the operator that does this multiplication only accepts two elements though. So, you will do the first two, and then you will multiply the result with the last one, and then you will sum all.

The mathjs element with the corresponding formula:

sum(dotMultiply(dotMultiply([1, 10, 20],[5, 2, 1]),[2, 2, 3]))

And here is how you print the result to a text:
image

If you want to check the details, here is the editor: Bubble Demos by Flusk | Bubble Editor

I hope this helps.

bdk_512x512 @Huseyin from Flusk | Discover the #1 Security and Monitoring Tool for Bubble