Chalkboard - v3.0.4
    Preparing search index...

    Function fzdz

    • Calculates the complex integration of a complex function composed with a parametric curve.

      Parameters

      Returns ChalkboardComplex

      const constant = Chalkboard.comp.define((a, b) => 1, (a, b) => 0);
      const segment = Chalkboard.real.define((t) => t, (t) => 0);
      const integral = Chalkboard.calc.fzdz(constant, segment, 0, 1); // Returns approximately 1 + 0i