Chalkboard - v3.0.1
    Preparing search index...

    Function ringExtension

    • Defines an algebraic structure extension known as a ring extension.

      Type Parameters

      • T
      • U

      Parameters

      • base: ChalkboardStructure<T>

        The algebraic structure which is a substructure of the extension structure

      • extension: ChalkboardStructure<U>

        The algebraic structure which is an extension of the base structure

      • degree: number

        The rank of the extension structure as a module over the base structure (optional for extensions of Z, Q, R, or C)

      • basis: ChalkboardVector[]

        The basis vectors of the extension structure (optional for extensions of Z, Q, R, or C)

      • isFinite: boolean

        Whether the extension structure is finite or not (optional for extensions of Z, Q, R, or C)

      • isSimple: boolean

        Whether the extension structure is simple or not (optional for extensions of Z, Q, R, or C)

      • isAlgebraic: boolean

        Whether the extension structure is algebraic or not (optional for extensions of Z, Q, R, or C)

      Returns ChalkboardStructureExtension<T, U>