Chalkboard - v3.0.1
    Preparing search index...

    Function fieldExtension

    • Defines an algebraic structure extension known as a field 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 dimension of the extension structure as a vector space over the base structure (optional for extensions of Q, R, or C)

      • basis: ChalkboardVector[]

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

      • isFinite: boolean

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

      • isSimple: boolean

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

      • isAlgebraic: boolean

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

      Returns ChalkboardStructureExtension<T, U>