ecl-logo Documentation

Concentration

Concentration[absorbance,pathLength,extinctionCoefficient]concentration

solves Beer's law to return a concentration when given an absorbance, pathLength, and extinctionCoefficient.

Details

  • The concentration will be returned in units that reflect the units of the extinction coefficient
  • Input
    Output
    Messages
  • MismatchedInputLengthsThe provided inputs do not match in length and therefore cannot be properly associated for concentration calculation. `1` absorbances, `2` path lengths, and `3` extinction coefficients were provided.

Examples

Basic Examples  (3)

Calculate a concentration given an absorbance, path length, and extinction coefficient:

Provide an oligomer sample to serve as the extinction coefficient; its extinction coefficient will be calculated and used:

Provide a list of absorbances, path lengths, and extinction coefficients:

Messages  (1)

MismatchedInputLengths  (1)

The function will return if the lengths of the input lists do not match: