Menu
NEWBEDEV
Python
Javascript
Linux
Cheat sheet
NEWBEDEV
Python 1
Javascript
Linux
Cheat sheet
Contact
Representation theory of $U(2)$
See e.g. these
lecture notes
by Constantin Teleman, section 22.
Tags:
Reference Request
Representation Theory
Related
How do we prove $\cos(\pi/5) - \cos(2\pi/5) = 0.5$ ?.
Complex Analysis Solution to the Basel Problem ($\sum_{k=1}^\infty \frac{1}{k^2}$)
Partial fraction with a constant as numerator
Getting the sequence $\{1, 0, -1, 0, 1, 0, -1, 0, \ldots\}$ without trig?
Proving that: $\lim\limits_{n\to\infty} \left(\frac{a^{\frac{1}{n}}+b^{\frac{1}{n}}}{2}\right)^n =\sqrt{ab}$
Hard planar graph problem
Residue integral: $\int_{- \infty}^{+ \infty} \frac{e^{ax}}{1+e^x} dx$ with $0 \lt a \lt 1$.
Hamiltonian Path Detection
$F/K$ finite extension, then $\exists !$ intermediate field $K \subset L \subset F$ such that $L/K$ separable and $F/L$ purely inseparable
Encyclopedia of Groups
Prove $\gcd(nn!, n!+1)=1$
Improper integral of $\frac{x}{e^x-1}$
Recent Posts
Pandas how to find column contains a certain value
Recommended way to install multiple Python versions on Ubuntu 20.04
Build super fast web scraper with Python x100 than BeautifulSoup
How to convert a SQL query result to a Pandas DataFrame in Python
How to write a Pandas DataFrame to a .csv file in Python