gana.operators.sigma

Contents

gana.operators.sigma#

Operators

Functions

sigma(variable[, over, position])

Summation without recursion, also allows better printing

Classes

Elem(*values)

Type of function

F([one, two, one_type, two_type, mul, add, ...])

Provides relational operations between parameter, variable, parametric variable, or function sets (F).

FCase(*values)

function cases

sigma(variable: V, over: I = None, position: int = None) F[source]#

Summation without recursion, also allows better printing

Parameters:
  • variable (V) – variable set

  • over (I | None) – over what index

  • position (int | None) – position of the index in the variable indices. Defaults to None.

Returns:

summed up function

Return type:

F