Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Merged by Bors] - docs(undegrad.yaml): fix previous PR #17506

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 4 additions & 12 deletions docs/undergrad.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,12 +111,12 @@ Group Theory:
Representation theory of finite groups:
representations of abelian groups: 'https://proofwiki.org/wiki/Irreducible_Representations_of_Abelian_Group'
dual groups: 'https://kconrad.math.uconn.edu/blurbs/grouptheory/charthy.pdf'
Maschke theorem: 'https://en.wikipedia.org/wiki/Maschke%27s_theorem'
orthogonality of irreducible characters: 'https://en.wikipedia.org/wiki/Schur_orthogonality_relations'
Maschke theorem: 'monoid_algebra.submodule.exists_is_compl'
orthogonality of irreducible characters: 'fdRep.char_orthonormal'
Fourier transform for finite abelian groups: 'https://en.wikipedia.org/wiki/Fourier_transform_on_finite_groups#Fourier_transform_for_finite_abelian_groups'
convolution: 'https://en.wikipedia.org/wiki/Fourier_transform_on_finite_groups#Transform_of_a_convolution'
class function over a group: 'https://en.wikipedia.org/wiki/Class_function'
characters of a finite dimensional representation: 'https://en.wikipedia.org/wiki/Character_theory'
characters of a finite dimensional representation: 'fdRep.character'
orthonormal basis of irreducible characters: 'https://en.wikipedia.org/wiki/Character_theory#Orthogonality_relations'
examples of groups with small cardinality: ''

Expand Down Expand Up @@ -664,12 +664,4 @@ Numerical Analysis:
Fourier transform:
discrete Fourier transform on a finite abelian group: ''
fast Fourier transform: ''


# 14.
Representation theory:
Group representations:
representation : 'representation'
category of finite dimensional representations : 'fdRep'
character : 'fdRep.character'
orthogonality of characters : 'fdRep.char_orthonormal'