|
Hey all,
I'm working on some mathematical formulas and I need to have a way to produce them into software. Basically, what i need is to be able to have changing numbers stream into a database and I want some sort of code that will automatically calculate this algorithm and give me the final result after it has gone through all possibilities. I'm not exactly sure how to explain the formula so that it makes sense to you but if you're looking at an excel spreadsheet, i would like A1 to be a constant and multiply it by A2, A3, A4, A5 etc. but once it has multiplied by that it would multiply by a whole new pattern. So if it multiplies by A2, then instead of A3 or A4 it would then switch to B1, B2, etc. and so on. Now in this string I want it to go through 3 calculations or 10 calculations and see the results of every possible calculation possible. I'm not sure if this is making any sense. I can feel this on the tip of my brain and I don't quite know how to explain it. So please feel free to ask
|