philou54520
New Member
- Joined
- May 25, 2018
- Messages
- 8
Hi all,
I am really a beginner and a little bit ashamed because I could not find after extensive search how to generate a simple array (One dimension) but depending on 3 parameters. I would like to create a serial dilution array where the inputs are: Concentration of stock solution, dilutional factor and number of dilutions. Easy right? I can't manage to do this.
For example:
Stock solution concentration: 5000
Dilutional factor: 2
Number of dilutions: 7
Should generate an array like this:
{5000, 2500, 1250, 625, 312.5, 156.25, 78.125, 39.0625}
Thanks for your help!
Phil
I am really a beginner and a little bit ashamed because I could not find after extensive search how to generate a simple array (One dimension) but depending on 3 parameters. I would like to create a serial dilution array where the inputs are: Concentration of stock solution, dilutional factor and number of dilutions. Easy right? I can't manage to do this.
For example:
Stock solution concentration: 5000
Dilutional factor: 2
Number of dilutions: 7
Should generate an array like this:
{5000, 2500, 1250, 625, 312.5, 156.25, 78.125, 39.0625}
Thanks for your help!
Phil